python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Oracle SERIAL# changing for the same SID
I'm using Oracle19c with a thin client and I'd like to set traces on the 5 application connections with
EXEC DBMS_SYSTEM.set_sql_trace_in_session(sid, serial#, true ) so I created a stored procedure.
...
Mauri-1961
Votes: 0
Answers: 1
Interaction between WPF and UWP by named pipes
I'm trying create XBox Game Bar application (UWP). It has to receive some data from main WPF app. I use named pipes as it's described here.
WPF creates server stream this way:
PipeSecurity pipeSecurit...
Vadim
Votes: 0
Answers: 0