ORA-02024: database link not found

ORA-02024: database link not found

Cause:

When i try to drop a database link, i get error due to case sensitive syntax issues.

SQL> drop database link dpl;
drop database link dpl
                   *
ERROR at line 1:
ORA-02024: database link not found

Workaround:

Specify the correct syntax and database link name to be deleted and if database link is public, then specify public keyword


SQL> drop public database link dpl;

Database link dropped.

Leave a Reply

Discover more from XscalibaL

Subscribe now to keep reading and get access to the full archive.

Continue reading