Skip to Main Content
  • Questions
  • How to call one database procedure another database don't pass as dblink

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, ma naidu.

Asked: January 19, 2017 - 2:23 pm UTC

Last updated: January 20, 2017 - 10:01 am UTC

Version: 12.1

Viewed 1000+ times

You Asked

hi tom ,how to call one database procedure another database don't pass as dblink .

my manager ask write some hord codeing to execuete that procedures in another database

how to solve this problem.

please send some example code for this problem



thanks&regards
--------------
naidu

and Chris said...

If you want to call a procedure in another database in your PL/SQL code, a database link is the correct way to do it.

While there are other ways to do this (e.g. using a Java stored procedure), these are overly complex and unnecessary.

Use a db link!

Is this answer out of date? If it is, please let us know via a Comment

More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library