Search notes:

Oracle views

Updatable views

An updatable view allows DML statements.
If the view's select must not have one of the following SQL operators or constructs to be updatable:
In addition, some types of joins also make a view unupdatable.

See also

Triggers on views
Inline views
dba_views, dba_catalog
An SQL statement that references views can be transformed into a statement with the identical meaning, but without referencing any views (or synonyms for that matter) with dbms_utility.expand_sql_text.
A view cannot select from itself, trying to create such a view results in ORA-01731: circular view definition encountered.
Database objects
ORA-04063: view … has errors

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...', 1740443371, '18.222.107.103', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/objects/views/index(71): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78