Name

DROP DATABASE LINK

Synopsis

DROP [PUBLIC] DATABASE LINK dblink

Removes a database link (dblink) from the database.

Keyword

PUBLIC

Must be specified to drop a public database link.

Notes

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.

Example

The following example removes the public database link emp_UK from the database:

DROP PUBLIC DATABASE LINK emp_UK
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset