Updated on 2024-05-08 GMT+08:00

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.