Purpose
You can use this statement to drop a database link (or DBLink).
Note
To drop a DBLink, you must have the
DROP DATABASE LINKsystem privilege.
Syntax
DROP DATABASE LINK dblink_name;
Parameters
dblink_name specifies the name of the DBLink to be dropped.
Examples
obclient> DROP DATABASE LINK ob_dblink;
Query OK, 1 row affected