I have created a db link AM_ADMIN
through SQL Developer:
I am trying to check if it is a valid database link. When I test it from the SQL Developer wizard it is successful. But when I use the below command:
SELECT * FROM dual@AM_ADMIN
I'm getting the error:
ORA-02019: connection description for remote database not found
How can I rectify this error?