Database

Problem : Understanding Pstack outout

Problem : Understanding Pstack outout Hi Experts, I’m  trying to understand the pstack output. Below the pstack run on the oracle listener process. Could please explain me in understanding this in detail…. [oracle@testnet ~]$ ps […]

Oracle

Execute immediate within a DBMS_JOB

Question : Execute immediate within a  DBMS_JOB Can I do a dynamic SQL WITHIN A DBMS_JOB.  Here is how my job looks like. ———————————————————————————————————— DECLARE X NUMBER; viewDDL VARCHAR2(30000); BEGIN viewDDL := myPkg.getViewDDL; SYS.DBMS_JOB.SUBMIT ( job […]