Search notes:

ORA-00906: missing left parenthesis

The ORA-00906: missing left paranthesis error is thrown, for example, when trying to create a table with a varchar2 column whose maximum length is not specified (compare with the PL/SQL error PLS-00215: String length constraints must be in range (1 .. 32767)):
create table tq84_x (vc varchar2);

See also

Other Oracle error messages such as ORA-00907: missing right parenthesis

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...', 1758199475, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-00906_missing-left-paranthesis(37): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78