dblink_ora_status() v17
The dblink_ora_status() function returns the database connection status. The signature is:
dblink_ora_status(<conn_name>)
Where:
conn_name specifies the name of the link.
If the specified connection is active, the function returns a TEXT value of OK.