DROP DATABASE LINK v11
Name
DROP DATABASE LINK
-- remove a database link.
Synopsis
Description
DROP DATABASE LINK
drops existing database links. To execute this command you must be a superuser or the owner of the database link.
Parameters
name
The name of a database link to be removed.
PUBLIC
Indicates that name
is a public database link.
Examples
Remove the public database link named, oralink
:
Remove the private database link named, edblink
:
See Also