dblink_ora_disconnect() v12

The dblink_ora_disconnect() function closes a database connection. The signature is:

dblink_ora_disconnect(<conn_name>)

Where:

conn_name specifies the name of the link.

The function returns a TEXT value.