Search notes:

ORA-02063: preceding … from

Selecting from an inexsting table over a database link

Trying to select from an inexisting table over a database link results in an ORA-02063: preceding line from dblinkname error:
select * from inexisting_table@abc.xyz
-- ORA-00942: table or view does not exist
-- ORA-02063: preceding line from ABC

See also

Other Oracle error messages

Index