Skip to content
Advertisement

How to SELECT all JOBS that using a DBLINK on oracle?

Is my pleasure to say helo to all of you. I need help on oracle to select all JOBS that using a DBLINK on oracle, to stop them during maintenance. I will appreciate your help.

Advertisement

Answer

TRY THIS:

Maybe you will have to play with upper like this:

  1. I have created a database link

  2. I have created a job where I have used a name of the database link in the job_action section (name of the database link is LOCAL).

  3. I have run this query from above:

  4. The result of the query was:

If you want to search all objects to find your db link then try this:

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement