April 1999
Intermediate to advanced
584 pages
23h 17m
English
DROP DATABASE LINK
DROP [PUBLIC] DATABASE LINK dblink
Removes a database link (dblink) from the database.
Must be specified to drop a public database link.
The database link to be dropped must be in your schema, or you must have the DROP PUBLIC DATABASE LINK privilege to remove a public database link.
The following example removes the public database link emp_UK from the database:
DROP PUBLIC DATABASE LINK emp_UK
Read now
Unlock full access