René Nyffenegger's collection of things on the web | |
René Nyffenegger on Oracle - Most wanted - Feedback
- Follow @renenyffenegger
|
dbms_application_info | ||
Using dbms_application_info it is possible to set the fields client_info
(through the package's procedure client_info), module and action
(through the the package's procedure set_client_info) in
v$session).
set_module
Sets module and action in
v$session.
set_client_info
Sets client_info>client_info in
v$session.
|