Search notes:

Oracle: DBMS_TF.DESCRIBE_T

TYPE DESCRIBE_T          IS RECORD
(
   NEW_COLUMNS      COLUMNS_NEW_T default COLUMNS_NEW_T(),    /* new columns */

   CSTORE_CHR       CSTORE_CHR_T  default CSTORE_CHR_T(), /* CStore: key/char */
   CSTORE_NUM       CSTORE_NUM_T  default CSTORE_NUM_T(), /* CStore: key/numb */
   CSTORE_BOL       CSTORE_BOL_T  default CSTORE_BOL_T(), /* CStore: key/bool */
   CSTORE_DAT       CSTORE_DAT_T  default CSTORE_DAT_T(), /* CStore: key/date */

-- Open/Fetch/Close method overrides
   METHOD_NAMES     METHODS_T     default METHODS_T(),

/* following attributes may be used in future */

-- Row Replication Enabled?
   ROW_REPLICATION  BOOLEAN       default FALSE,

-- Row Insertion Enabled?
   ROW_INSERTION    BOOLEAN       default FALSE
);

See also

dbms_tf

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...', 1759612293, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/packages/dbms/tf/describe_t(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78