Search notes:

Oracle: DBA_EXPORT_OBJECTS

dba_export_objects is a view which allows to see if a transform (dbms_metadata ?) is supported for a particular object type.
dba_export_objects selects from sys.metafilter$ and sys.metanametrans$.

Column HET_TYPE

HET_TYPE stores the name of the heterogeneous object type.
In 19c, there are for such heterogeneous object types:
select
-- count(*),
   het_type
from
   dba_export_objects
group by
   het_type;
--
-- DATABASE_EXPORT
-- SCHEMA_EXPORT
-- TABLE_EXPORT
-- TRANSPORTABLE_EXPORT

Column NAMED

The value of NAMED is either Y or N and specifies if the objects of the given type have names, i.e. if the last element of the path is a type with a name filter (which is the case if the regular expression [A-Z_]+$ matches).

See also

table_export_objects, schema_export_objects, database_export_objects, tablespace_export_objects, transportable_export_objects
data dictionary

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