Search notes:

Oracle: DBA_TAB_COLUMNS

dba_tab_columns stores information about columns of tables, views and clusters
This view comes in three variants: user_tab_columns, all_tab_columns and dba_tab_columns.
dba_tab_columns is related to dba_tab_cols, the difference being that dba_tab_columns only shows columns that are not generated, see differences between dba_tab_columns and dba_tab_cols

See also

Using dba_tab_columns to select the structural differences between two tables.
A simple investigation into the columns DATA_LENGTH, DATA_PRECISION and DATA_SCALE
cols is a special synonym for user_tab_columns.
xxx_TAB_COL_STATISTICS
dba_source.

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...', 1758199678, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/tab/columns/index(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78