Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How check remote connection in oracle

840183Mar 15 2011 — edited Mar 15 2011
Hi Expert,
I working on data transferring from one database server to another database server.
but at starting i want to check weather remote database is connected or not?

could anyone help me for that?

for e.g.

a := get_remote_connection; --- Calling function for check remote connection return boolean
if a then
<call my data_transfer_proc>
else
exit;
end if;
reply.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2011
Added on Mar 15 2011
2 comments
1,414 views