exec DBMS_APPLICATION_INFO.SET_MODULE( NULL,NULL ); exec DBMS_APPLICATION_INFO.SET_MODULE('my module', 'my action'); exec DBMS_APPLICATION_INFO.SET_ACTION('my action 2'); exec DBMS_APPLICATION_INFO.SET_CLIENT_INFO('my client info'); -- exec DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS(rindex, slno, -- 'Test Operation', obj, 0, sofar, totalwork, 'Contract', 'Contracts'); select sid,program,module,action,client_info from v$session where username='MH';
Tuesday, May 29, 2007
using dbms_application_info
Subscribe to:
Post Comments (Atom)
-
https://docs.timescale.com/timescaledb/latest/#welcome-to-the-timescaledb-documentation TimescaleDB is a time-series database, built on top ...
-
package main import ( "fmt" "runtime" ) func main() { aa() } func aa() { bb() } func bb() { cc("hello...
-
Uncommited Local Changes 1. revert local changes git restore fname 2. accidentally deleted a file git restore fname 3. discarding chunks/lin...
No comments:
Post a Comment