Search notes:

Oracle: DBA_INDEXTYPES

An indextype is associated with a type:
select
   ixt.owner,
   ixt.indextype_name,
   ixt.implementation_schema,
   ixt.implementation_name,
   ixt.number_of_operators,
   typ.typecode,
   typ.type_oid,
   ixt.partitioning,
   ixt.array_dml,
   ixt.maintenance_type,
   ixt.interface_version,
   ixt.implementation_version
from
   dba_indextypes ixt                                                       left join
   dba_types      typ on ixt.implementation_schema  = typ.owner     and
                         ixt.implementation_name    = typ.type_name
;

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