Search notes:

ORA-00907: missing right parenthesis

create table tq84_tab (
   id integer,
   dt date        check (dt = trunc(dt)) default trunc(sysdate) not null
);
varchar1 is not a type, the following statement also throws ORA-00907:
create table tq84_ora_907 (
   col varchar1(20)
);

See also

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