Purpose
Deletes a database link (dblink) that has been created.
Note
Before you can delete a database link, you must have the
DROP DATABASE LINKsystem privilege.
Syntax
DROP DATABASE LINK dblink_name
Parameters
dblink_name specifies the name of the database link to be deleted.
Examples
obclient> DROP DATABASE LINK ob_dblink;
