Search notes:

Oracle: DBA_DOMAIN_COLS

select
   dom.char_col_decl_length,
   dom.char_length,
   dom.character_set_name,
   dom.collation,
   dom.column_id,
   dom.column_name,
   dom.data_default,
   dom.data_length,
   dom.data_precision,
   dom.data_scale,
   dom.data_type,
   dom.data_type_id,
   dom.default_length,
   dom.default_on_null,
   dom.default_on_null_upd,
   dom.discriminant,
   dom.domain_name,
   dom.exact,
   dom.nullable,
   dom.owner
from
   dba_domain_cols dom;

See also

Data dictionary views related to domains.

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