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

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -