Purpose
You can use this statement to drop a database link (dblink).
Note
To drop 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 dropped.
Examples
obclient> DROP DATABASE LINK ob_dblink;
Query OK, 1 row affected