Search notes:

ORA-02063: preceding … from

ORA-02063 is thrown if a remote datatabase involved in a database link throws an error.

Selecting from an inexisting 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

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759612313, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-02063_preceding_from(44): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78