oracle procedure chain step

Solutions on MaxInterview for oracle procedure chain step by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "oracle procedure chain step"
Abigael
14 May 2017
1-- Get procedure starded by a chain step
2SELECT s.OWNER, S.CHAIN_NAME, s.STEP_NAME, p.PROGRAM_ACTION
3FROM DBA_SCHEDULER_CHAIN_STEPS s
4LEFT JOIN DBA_SCHEDULER_PROGRAMS p ON s.PROGRAM_NAME = p.PROGRAM_NAME
5WHERE s.STEP_NAME ='MY_STEP';