Search notes:

ORA-03001: unimplemented feature

Insert statement with a single value und missing parantheses after the VALUES keyword

The following insert statement lacks the parantheses after the values keyword and throws ORA-03001: unimplemented feature:
create table tq84_ora_03001 (num number, txt varchar2(22));
insert into  tq84_ora_03001 (num) values 42;
drop   table tq84_ora_03001;

Misc

The ORA-03001 error might be thrown by executing alter session reset statistics_level;.
Note, that alter system reset statistics_level; does not throw this error.

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...', 1759421685, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/errors/ORA-03001_unimplemented-feature(50): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78