How to DBMS_APPLICATION_INFO.SET_CLIENT_INFO(<value>)
Hi Gurus,
Question about this particular package.
Can i use DBMS_APPLICATION_INFO.SET_CLIENT_INFO(<value>) package after a select statement that the <value> will come from.
Like:
Select org_id
into v_org_id
from hr_operating_units;
DBMS_APPLICATION_INFO.SET_CLIENT_INFO(v_org_id);
Could someone direct me to documentations and references regarding this package i.e. what/how to use.
TIA!
Regards,
Question about this particular package.
Can i use DBMS_APPLICATION_INFO.SET_CLIENT_INFO(<value>) package after a select statement that the <value> will come from.
Like:
Select org_id
into v_org_id
from hr_operating_units;
DBMS_APPLICATION_INFO.SET_CLIENT_INFO(v_org_id);
Could someone direct me to documentations and references regarding this package i.e. what/how to use.
TIA!
Regards,
Tagged:
0