models_v2.oracle_object_type_enum module¶
-
class
models_v2.oracle_object_type_enum.OracleObjectTypeEnum[source]¶ Bases:
objectImplementation of the ‘oracleObjectType’ enum.
TODO: type enum description here.
- Attributes:
KRACROOTCONTAINER: TODO: type description here. KROOTCONTAINER: TODO: type description here. KHOST: TODO: type description here. KDATABASE: TODO: type description here. KTABLESPACE: TODO: type description here. KTABLE: TODO: type description here. KPDB: TODO: type description here.
-
KDATABASE= 'kDatabase'¶
-
KHOST= 'kHost'¶
-
KPDB= 'kPDB'¶
-
KRACROOTCONTAINER= 'kRACRootContainer'¶
-
KROOTCONTAINER= 'kRootContainer'¶
-
KTABLE= 'kTable'¶
-
KTABLESPACE= 'kTableSpace'¶