DROP DATABASE LINK
Description
Deletes database link objects.
Syntax
DROP [ PUBLIC ] DATABASE LINK dblink ;
Parameters
- dblink
Name of a connection object.
- PUBLIC
Specifies the connection type. If PUBLIC is not specified, the database link is private by default.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.