Purpose
This statement is used to drop a database link (i.e., dblink).
Note
You must have the DROP DATABASE LINK system privilege to drop a database link.
Syntax
DROP DATABASE LINK [IF EXISTS] dblink_name
Parameters
dblink_name specifies the name of the database link to be dropped.
Examples
obclient> DROP DATABASE LINK IF EXISTS ob_dblink;
