Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: database link
niraj.kumar.ait_at_gmail.com wrote:
> How to check whether my database link is working or not through any sql
> query.
>
> TIA
> Niraj
As HansF says just select sysdate from dual on the remote database. If you don't get an error then the link is alive. Received on Wed Nov 09 2005 - 03:42:36 CST