I am trying to select a set of data on external table via DBLINK. I am getting, however, this error:
ORA-06564: object MY_EXTERNAL_DIR does not exist ORA-02063: preceding line from foo
foo is my remote database link. And no, there is no directory on that disc.. This directory is located on the remote db.
I have created a VIEW on local DB and tried to access it remotely, but it didn 't help.
Am I wasting my time?
Thank you.