Local
Check this to register as local schemas.
Force on schema registration
Check this to ignore errors generated during schema evolution.
Generate
Object Types
Check this to enable the schema compiler to generate object types.
Java Beans
Check this to enable the schema compiler to generate Java beans.
Default Tables
Check this to enable the schema compiler to generate default tables.
Options
REGISTER_NODOCID
Check this to prevent the creation of this column if the user wishes to optimize on storage.
REGISTER_BINARYXML
Check this to register the schema for Binary XML.
REGISTER_NT_AS_IOT
Check this to store nested tables created during schema registration as index organized tables.
REGISTER_AUTO_OOL
Check this to automatically move large types out of line.
Enable Hierarchy
ENABLE_HIERARCHY_NONE
Enable hierarchy will not be called on any tables created while registering that schema.ENABLE_HIERARCHY_CONTENTS
Enable hierarchy will be called for all tables created during schema registration with hierarchy_type as DBMS_XDBZ.ENABLE_CONTENTS.ENABLE_HIERARCHY_RESMETADATA
Enable hierarchy will be called on all tables created during schema registration with hierarchy_type as DBMS_XDBZ.ENABLE_RESMETADATA.