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';
No comments:
Post a Comment