Column HET_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