Where does oracle store metadata when queries are run from scripts? -


does oracle store query run inside of scripts ?

if so, ?

also, can find query script ?

i found v$sql doesnt have link pid. has "module" field isnt useful purpose.

if want provide metadata code executed in oracle, whether scripts, application servers, or pl/sql code, best way may use dbms_application_info.

this associates executed code meaningful module , action names, use module "sql*plus script" of scripts , actions such "export invoices".


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -