Drop Database Links After you create a database link you can drop the database link. Drop a database link to a target database using DBMS_CLOUD_ADMIN.DROP_DATABASE_LINK. For example: BEGIN DBMS_CLOUD_ADMIN.DROP_DATABASE_LINK( db_link_name => 'SALESLINK' ); END; / See DROP_DATABASE_LINK Procedure for detailed information about the procedure. Parent topic: Use Database Links with Autonomous Database