ALL_ALL_TABLES

OWNEROwner of the table
TABLE_NAMEName of the table
TABLESPACE_NAMEName of the tablespace containing the table
CLUSTER_NAMEName of the cluster, if any, to which the table belongs
IOT_NAMEName of the index-only table, if any, to which the overflow or mapping table entry belongs
PCT_FREEMinimum percentage of free space in a block
PCT_USEDMinimum percentage of used space in a block
INI_TRANSInitial number of transactions
MAX_TRANSMaximum number of transactions
INITIAL_EXTENTSize of the initial extent in bytes
NEXT_EXTENTSize of secondary extents in bytes
MIN_EXTENTSMinimum number of extents allowed in the segment
MAX_EXTENTSMaximum number of extents allowed in the segment
PCT_INCREASEPercentage increase in extent size
FREELISTSNumber of process freelists allocated in this segment
FREELIST_GROUPSNumber of freelist groups allocated in this segment
LOGGINGLogging attribute
BACKED_UPHas table been backed up since last modification?
NUM_ROWSThe number of rows in the table
BLOCKSThe number of used blocks in the table
EMPTY_BLOCKSThe number of empty (never used) blocks in the table
AVG_SPACEThe average available free space in the table
CHAIN_CNTThe number of chained rows in the table
AVG_ROW_LENThe average row length, including row overhead
AVG_SPACE_FREELIST_BLOCKSThe average freespace of all blocks on a freelist
NUM_FREELIST_BLOCKSThe number of blocks on the freelist
DEGREEThe number of threads per instance for scanning the table
INSTANCESThe number of instances across which the table is to be scanned
CACHEWhether the table is to be cached in the buffer cache
TABLE_LOCKWhether table locking is enabled or disabled
SAMPLE_SIZEThe sample size used in analyzing this table
LAST_ANALYZEDThe date of the most recent time this table was analyzed
PARTITIONEDIs this table partitioned? YES or NO
IOT_TYPEIf index-only table, then IOT_TYPE is IOT or IOT_OVERFLOW or IOT_MAPPING else NULL
OBJECT_ID_TYPEIf user-defined OID, then USER-DEFINED, else if system generated OID, then SYST EM GENERATED
TABLE_TYPE_OWNEROwner of the type of the table if the table is an object table
TABLE_TYPEType of the table if the table is an object table
TEMPORARYCan the current session only see data that it place in this object itself?
SECONDARYIs this table object created as part of icreate for domain indexes?
NESTEDIs the table a nested table?
BUFFER_POOLThe default buffer pool to be used for table blocks
ROW_MOVEMENTWhether partitioned row movement is enabled or disabled
GLOBAL_STATSAre the statistics calculated without merging underlying partitions?
USER_STATSWere the statistics entered directly by the user?
DURATIONIf temporary table, then duration is sys$session or sys$transaction else NULL
SKIP_CORRUPTWhether skip corrupt blocks is enabled or disabled
MONITORINGShould we keep track of the amount of modification?
CLUSTER_OWNEROwner of the cluster, if any, to which the table belongs
DEPENDENCIESShould we keep track of row level dependencies?

ALL_APPLY

APPLY_NAMEName of the apply process
QUEUE_NAMEName of the queue the apply process dequeues from
QUEUE_OWNEROwner of the queue the apply process dequeues from
APPLY_CAPTUREDYes, if applying captured messages; No, if applying enqueued messages
RULE_SET_NAMERule set used by apply process for filtering
RULE_SET_OWNEROwner of the rule set
APPLY_USERCurrent user who is applying the messages
APPLY_DATABASE_LINKFor remote objects, the database link pointing to the remote database
APPLY_TAGTag associated with DDL and DML change records that will be applied
DDL_HANDLERName of the user specified ddl handler
MESSAGE_HANDLERUser specified procedure to handle messages other than DDL and DML messages
STATUSStatus of the apply process: DISABLED, ENABLED, ABORTED

ALL_APPLY_CONFLICT_COLUMNS

OBJECT_OWNEROwner of the object
OBJECT_NAMEName of the object
METHOD_NAMEName of the method used to resolve conflict
RESOLUTION_COLUMNName of the column used to resolve conflict
COLUMN_NAMEName of the column that is to be considered as part of a group to resolve conflict
APPLY_DATABASE_LINKFor remote objects, name of database link pointing to remote database

ALL_APPLY_DML_HANDLERS

OBJECT_OWNEROwner of the object
OBJECT_NAMEName of the object
OPERATION_NAMEName of the DML operation
USER_PROCEDUREName of the DML handler specified by the user
ERROR_HANDLERY if the user procedure is the error handler, N if it is the DML handler
APPLY_DATABASE_LINKFor remote objects, name of database link pointing to remote database

ALL_APPLY_ERROR

APPLY_NAMEName of the apply process at the local site which processed the transaction
QUEUE_NAMEName of the queue at the local site where the transaction came from
QUEUE_OWNEROwner of the queue at the local site where the transaction came from
LOCAL_TRANSACTION_IDLocal transaction ID for the error creation transaction
SOURCE_DATABASEDatabase where the transaction originated
SOURCE_TRANSACTION_IDOriginal transaction ID at the source database
SOURCE_COMMIT_SCNOriginal commit SCN for the transaction at the source database
MESSAGE_NUMBERIdentifier for the message in the transaction that raised an error
ERROR_NUMBERError number
ERROR_MESSAGEError message
RECIPIENT_IDUser ID of the original recipient
RECIPIENT_NAMEName of the original recipient
MESSAGE_COUNTTotal number of messages inside the error transaction

ALL_APPLY_KEY_COLUMNS

OBJECT_OWNEROwner of the object
OBJECT_NAMEName of the object
COLUMN_NAMEColumn name of the object
APPLY_DATABASE_LINKRemote database link to which changes will be aplied

ALL_APPLY_PARAMETERS

APPLY_NAMEName of the apply process
PARAMETERName of the parameter
VALUEEither the default value or the value set by the user for the parameter
SET_BY_USERYES if the value is set by the user, NO otherwise

ALL_APPLY_PROGRESS

APPLY_NAMEName of the apply process
APPLIED_MESSAGE_NUMBERAll messages before this number have been successfully applied
OLDEST_MESSAGE_NUMBEREarliest commit number of the transactions currently being applied
APPLY_TIMETime at which the message was applied
APPLIED_MESSAGE_CREATE_TIMETime at which the message to be applied was created

ALL_ARGUMENTS

OWNERUsername of the owner of the object
OBJECT_NAMEProcedure or function name
PACKAGE_NAMEPackage name
OBJECT_IDObject number of the object
OVERLOADOverload unique identifier
ARGUMENT_NAMEArgument name
POSITIONPosition in argument list, or null for function return value
SEQUENCEArgument sequence, including all nesting levels
DATA_LEVELNesting depth of argument for composite types
DATA_TYPEDatatype of the argument
DEFAULT_VALUEDefault value for the argument
DEFAULT_LENGTHLength of default value for the argument
IN_OUTArgument direction (IN, OUT, or IN/OUT)
DATA_LENGTHLength of the column in bytes
DATA_PRECISIONLength: decimal digits (NUMBER) or binary digits (FLOAT)
DATA_SCALEDigits to right of decimal point in a number
RADIXArgument radix for a number
CHARACTER_SET_NAMECharacter set name for the argument
TYPE_OWNEROwner name for the argument type in case of object types
TYPE_NAMEObject name for the argument type in case of object types
TYPE_SUBNAMESubordinate object name for the argument type in case of object types
TYPE_LINKDatabase link name for the argument type in case of object types
PLS_TYPEPL/SQL type name for numeric arguments
CHAR_LENGTHCharacter limit for string datatypes
CHAR_USEDIs the byte limit (B) or char limit (C) official for this string?

ALL_ASSOCIATIONS

OBJECT_OWNEROwner of the object for which the association is being defined
OBJECT_NAMEObject name for which the association is being defined
COLUMN_NAMEColumn name in the object for which the association is being defined
OBJECT_TYPESchema type of the object - column, type, package or function
STATSTYPE_SCHEMAOwner of the statistics type
STATSTYPE_NAMEName of Statistics type which contains the cost, selectivity or stats funcs
DEF_SELECTIVITYDefault Selectivity if any of the object
DEF_CPU_COSTDefault CPU cost if any of the object
DEF_IO_COSTDefault I/O cost if any of the object
DEF_NET_COSTDefault Networking cost if any of the object
INTERFACE_VERSIONVersion number of Statistics type interface implemented

ALL_AUDIT_POLICIES

OBJECT_SCHEMAOwner of the table or view
OBJECT_NAMEName of the table or view
POLICY_NAMEName of the policy
POLICY_TEXTAudit condition
POLICY_COLUMNRelevant column
PF_SCHEMAOwner of the audit handler function
PF_PACKAGEName of the package containing the audit handler function
PF_FUNCTIONName of the audit handler function
ENABLEDIs this policy is enabled?

ALL_BASE_TABLE_MVIEWS

OWNEROwner of the master table which changes are logged
MASTERName of the master table which changes are logged
MVIEW_LAST_REFRESH_TIMEOne date per materialized view -- the date the materialized view was last refreshed
MVIEW_IDUnique identifier of the materialized view

ALL_CAPTURE

CAPTURE_NAMEName of the capture process
QUEUE_NAMEName of queue used for holding captured changes
QUEUE_OWNEROwner of the queue used for holding captured changes
RULE_SET_NAMERule set used by capture process for filtering
RULE_SET_OWNEROwner of the rule set
START_SCNThe SCN from which capturing will be resumed
STATUSStatus of the capture process: DISABLED, ENABLED, ABORTED

ALL_CAPTURE_PARAMETERS

CAPTURE_NAMEName of the capture process
PARAMETERName of the parameter
VALUEEither the default value or the value set by the user for the parameter
SET_BY_USERYES if the value is set by the user, NO otherwise

ALL_CAPTURE_PREPARED_DATABASE

TIMESTAMPTime at which the database was ready to be instantiated

ALL_CAPTURE_PREPARED_SCHEMAS

SCHEMA_NAMEName of schema prepared for instantiation
TIMESTAMPTime at which the schema was ready to be instantiated

ALL_CAPTURE_PREPARED_TABLES

TABLE_OWNEROwner of the table prepared for instantiation
TABLE_NAMEName of the table prepared for instantiation
SCNSCN from which changes can be captured
TIMESTAMPTime at which the table was ready to be instantiated

ALL_CATALOG

OWNEROwner of the object
TABLE_NAMEName of the object
TABLE_TYPEType of the object

ALL_CLUSTERS

OWNEROwner of the cluster
CLUSTER_NAMEName of the cluster
TABLESPACE_NAMEName of the tablespace containing the cluster
PCT_FREEMinimum percentage of free space in a block
PCT_USEDMinimum percentage of used space in a block
KEY_SIZEEstimated size of cluster key plus associated rows
INI_TRANSInitial number of transactions
MAX_TRANSMaximum number of transactions
INITIAL_EXTENTSize of the initial extent in bytes
NEXT_EXTENTSize of secondary extents in bytes
MIN_EXTENTSMinimum number of extents allowed in the segment
MAX_EXTENTSMaximum number of extents allowed in the segment
PCT_INCREASEPercentage increase in extent size
FREELISTSNumber of process freelists allocated in this segment
FREELIST_GROUPSNumber of freelist groups allocated in this segment
AVG_BLOCKS_PER_KEYAverage number of blocks containing rows with a given cluster key
CLUSTER_TYPEType of cluster: b-tree index or hash
FUNCTIONIf a hash cluster, the hash function
HASHKEYSIf a hash cluster, the number of hash keys (hash buckets)
DEGREEThe number of threads per instance for scanning the cluster
INSTANCESThe number of instances across which the cluster is to be scanned
CACHEWhether the cluster is to be cached in the buffer cache
BUFFER_POOLThe default buffer pool to be used for cluster blocks
SINGLE_TABLEWhether the cluster can contain only a single table
DEPENDENCIESShould we keep track of row level dependencies?

ALL_CLUSTER_HASH_EXPRESSIONS

OWNERName of owner of cluster
CLUSTER_NAMEName of cluster
HASH_EXPRESSIONText of hash function of cluster

ALL_COLL_TYPES

OWNEROwner of the type
TYPE_NAMEName of the type
COLL_TYPECollection type
UPPER_BOUNDSize of the FIXED ARRAY type or maximum size of the VARYING ARRAY type
ELEM_TYPE_MODType modifier of the element
ELEM_TYPE_OWNEROwner of the type of the element
ELEM_TYPE_NAMEName of the type of the element
LENGTHLength of the CHAR element or maximum length of the VARCHAR or VARCHAR2 element
PRECISIONDecimal precision of the NUMBER or DECIMAL element or binary precision of the FLOAT element
SCALEScale of the NUMBER or DECIMAL element
CHARACTER_SET_NAMECharacter set name of the element
ELEM_STORAGEStorage optimization specification for VARRAY of numeric elements
NULLS_STOREDIs null information stored with each VARRAY element?

ALL_COL_COMMENTS

OWNEROwner of the object
TABLE_NAMEName of the object
COLUMN_NAMEName of the column
COMMENTSComment on the column

ALL_COL_PRIVS

GRANTORName of the user who performed the grant
GRANTEEName of the user to whom access was granted
TABLE_SCHEMASchema of the object
TABLE_NAMEName of the object
COLUMN_NAMEName of the column
PRIVILEGEColumn Privilege
GRANTABLEPrivilege is grantable

ALL_COL_PRIVS_MADE

GRANTEEName of the user to whom access was granted
OWNERUsername of the owner of the object
TABLE_NAMEName of the object
COLUMN_NAMEName of the column
GRANTORName of the user who performed the grant
PRIVILEGEColumn Privilege
GRANTABLEPrivilege is grantable

ALL_COL_PRIVS_RECD

GRANTEEName of the user to whom access was granted
OWNERUsername of the owner of the object
TABLE_NAMEName of the object
COLUMN_NAMEName of the column
GRANTORName of the user who performed the grant
PRIVILEGEColumn privilege
GRANTABLEPrivilege is grantable

ALL_CONSTRAINTS

OWNEROwner of the table
CONSTRAINT_NAMEName associated with constraint definition
CONSTRAINT_TYPEType of constraint definition
TABLE_NAMEName associated with table with constraint definition
SEARCH_CONDITIONText of search condition for table check
R_OWNEROwner of table used in referential constraint
R_CONSTRAINT_NAMEName of unique constraint definition for referenced table
DELETE_RULEThe delete rule for a referential constraint
STATUSEnforcement status of constraint - ENABLED or DISABLED
DEFERRABLEIs the constraint deferrable - DEFERRABLE or NOT DEFERRABLE
DEFERREDIs the constraint deferred by default - DEFERRED or IMMEDIATE
VALIDATEDWas this constraint system validated? - VALIDATED or NOT VALIDATED
GENERATEDWas the constraint name system generated? - GENERATED NAME or USER NAME
BADCreating this constraint should give ORA-02436. Rewrite it before 2000 AD.
RELYIf set, this flag will be used in optimizer
LAST_CHANGEThe date when this column was last enabled or disabled
INDEX_OWNERThe owner of the index used by this constraint
INDEX_NAMEThe index used by this constraint
INVALID
VIEW_RELATED

ALL_CONS_COLUMNS

OWNEROwner of the constraint definition
CONSTRAINT_NAMEName associated with the constraint definition
TABLE_NAMEName associated with table with constraint definition
COLUMN_NAMEName associated with column or attribute of object column specified in the constraint definition
POSITIONOriginal position of column or attribute in definition

ALL_CONS_OBJ_COLUMNS

OWNEROwner of the table
TABLE_NAMEName of the table containing the object column or attribute
COLUMN_NAMEFully qualified name of the object column or attribute
CONS_TYPE_OWNEROwner of the type that the column is constrained to
CONS_TYPE_NAMEName of the type that the column is constrained to
CONS_TYPE_ONLYIndication of whether the column is constrained to ONLY type

ALL_CONTEXT

NAMESPACENamespace of the active context
SCHEMASchema of the designated package
PACKAGEName of the designated package

ALL_DB_LINKS

OWNER
DB_LINKName of the database link
USERNAMEName of user to log on as
HOSTSQL*Net string for connect
CREATEDCreation time of the database link

ALL_DEF_AUDIT_OPTS

ALTAuditing ALTER WHENEVER SUCCESSFUL / UNSUCCESSFUL
AUDAuditing AUDIT WHENEVER SUCCESSFUL / UNSUCCESSFUL
COMAuditing COMMENT WHENEVER SUCCESSFUL / UNSUCCESSFUL
DELAuditing DELETE WHENEVER SUCCESSFUL / UNSUCCESSFUL
GRAAuditing GRANT WHENEVER SUCCESSFUL / UNSUCCESSFUL
INDAuditing INDEX WHENEVER SUCCESSFUL / UNSUCCESSFUL
INSAuditing INSERT WHENEVER SUCCESSFUL / UNSUCCESSFUL
LOCAuditing LOCK WHENEVER SUCCESSFUL / UNSUCCESSFUL
RENAuditing RENAME WHENEVER SUCCESSFUL / UNSUCCESSFUL
SELAuditing SELECT WHENEVER SUCCESSFUL / UNSUCCESSFUL
UPDAuditing UPDATE WHENEVER SUCCESSFUL / UNSUCCESSFUL
REFAuditing REFERENCES WHENEVER SUCCESSFUL / UNSUCCESSFUL (not used)
EXEAuditing EXECUTE WHENEVER SUCCESSFUL / UNSUCCESSFUL

ALL_DEPENDENCIES

OWNEROwner of the object
NAMEName of the object
TYPEType of the object
REFERENCED_OWNEROwner of referenced object (remote owner if remote object)
REFERENCED_NAMEName of referenced object
REFERENCED_TYPEType of referenced object
REFERENCED_LINK_NAMEName of dblink if this is a remote object
DEPENDENCY_TYPE

ALL_DIMENSIONS

OWNEROwner of the dimension
DIMENSION_NAMEName of the dimension
INVALIDInvalidity of the dimension, Y = INVALID, N = VALID. The column is deprecated, please use COMPILE_STATE instead.
COMPILE_STATECompile status of the dimension, VALID/NEEDS_COMPILE/ERROR
REVISIONRevision levle of the dimension

ALL_DIM_ATTRIBUTES

OWNEROwner of the dimentsion
DIMENSION_NAMEName of the dimension
LEVEL_NAMEName of the hierarchy level
COLUMN_NAMEName of the dependent column
INFERREDWhether this attribute is inferred from a JOIN KEY specification

ALL_DIM_CHILD_OF

OWNEROwner of the dimension
DIMENSION_NAMEName of the dimension
HIERARCHY_NAMEName of the hierarchy
POSITIONHierarchical position within this hierarchy, position 1 being the most detailed
CHILD_LEVEL_NAMEName of the child-side level of this 1:n relationship
JOIN_KEY_IDKeys that join child uniquely to the parent
PARENT_LEVEL_NAMEName of the parent-side level of this 1:n relationship

ALL_DIM_HIERARCHIES

OWNEROwner of the dimension
DIMENSION_NAMEName of the dimension
HIERARCHY_NAMEName of the hierarchy

ALL_DIM_JOIN_KEY

OWNEROwner of the dimension
DIMENSION_NAMEName of the dimension
DIM_KEY_IDJoin key ID (unique within a dimension)
LEVEL_NAMEName of the hierarchy level
KEY_POSITIONPosition of the key column within the level
HIERARCHY_NAMEName of the hierarchy
CHILD_JOIN_COLUMNName of the join column

ALL_DIM_LEVELS

OWNEROwner of the dimension
DIMENSION_NAMEName of the dimension
LEVEL_NAMEName of the dimension level (unique within a dimension)
NUM_COLUMNSNumber of columns in the level definition
DETAILOBJ_OWNEROwner of the detail object that the keys of this level come from
DETAILOBJ_NAMEName of the table that the keys of this level come from

ALL_DIM_LEVEL_KEY

OWNEROwner of the dimension
DIMENSION_NAMEName of the dimension
LEVEL_NAMEName of the hierarchy level
KEY_POSITIONOrdinal position of the key column within the level
COLUMN_NAMEName of the key column

ALL_DIRECTORIES

OWNEROwner of the directory (always SYS)
DIRECTORY_NAMEName of the directory
DIRECTORY_PATHOperating system pathname for the directory

ALL_ERRORS

OWNEROwner of the object
NAMEName of the object
TYPEType: "TYPE", "TYPE BODY", "VIEW", "PROCEDURE", "FUNCTION", "PACKAGE", "PACKAGE BODY", "TRIGGER", "JAVA SOURCE" or "JAVA CLASS"
SEQUENCESequence number used for ordering purposes
LINELine number at which this error occurs
POSITIONPosition in the line at which this error occurs
TEXTText of the error

ALL_EVALUATION_CONTEXTS

EVALUATION_CONTEXT_OWNEROwner of the evaluation context
EVALUATION_CONTEXT_NAMEName of the evaluation context
EVALUATION_FUNCTIONUser supplied function to evaluate rules
EVALUATION_CONTEXT_COMMENTuser description of the evaluation context

ALL_EVALUATION_CONTEXT_TABLES

EVALUATION_CONTEXT_OWNEROwner of the evaluation context
EVALUATION_CONTEXT_NAMEName of the evaluation context
TABLE_ALIASAlias of the table
TABLE_NAMEName of the table

ALL_EVALUATION_CONTEXT_VARS

EVALUATION_CONTEXT_OWNEROwner of the evaluation context
EVALUATION_CONTEXT_NAMEName of the evaluation context
VARIABLE_NAMEName of the variable
VARIABLE_TYPE
VARIABLE_VALUE_FUNCTIONFunction to provide variable value
VARIABLE_METHOD_FUNCTIONFunction to provide variable method return value

ALL_EXTERNAL_LOCATIONS

OWNEROwner of the external table location
TABLE_NAMEName of the corresponding external table
LOCATIONExternal table location clause
DIRECTORY_OWNEROwner of the directory containing the external table location
DIRECTORY_NAMEName of the directory containing the location

ALL_EXTERNAL_TABLES

OWNEROwner of the external table
TABLE_NAMEName of the external table
TYPE_OWNEROwner of the implementation type for the external table access driver
TYPE_NAMEName of the implementation type for the external table access driver
DEFAULT_DIRECTORY_OWNEROwner of the default directory for the external table
DEFAULT_DIRECTORY_NAMEName of the default directory for the external table
REJECT_LIMITReject limit for the external table
ACCESS_TYPEType of access parameters for the external table (CLOB/BLOB)
ACCESS_PARAMETERSAccess parameters for the external table

ALL_HISTOGRAMS

OWNEROwner of table
TABLE_NAMETable name
COLUMN_NAMEColumn name or attribute of object column
ENDPOINT_NUMBEREndpoint number
ENDPOINT_VALUENormalized endpoint value
ENDPOINT_ACTUAL_VALUEActual endpoint value

ALL_INDEXES

OWNERUsername of the owner of the index
INDEX_NAMEName of the index
INDEX_TYPE
TABLE_OWNEROwner of the indexed object
TABLE_NAMEName of the indexed object
TABLE_TYPEType of the indexed object
UNIQUENESSUniqueness status of the index: "UNIQUE", "NONUNIQUE", or "BITMAP"
COMPRESSIONCompression property of the index: "ENABLED", "DISABLED", or NULL
PREFIX_LENGTHNumber of key columns in the prefix used for compression
TABLESPACE_NAMEName of the tablespace containing the index
INI_TRANSInitial number of transactions
MAX_TRANSMaximum number of transactions
INITIAL_EXTENTSize of the initial extent
NEXT_EXTENTSize of secondary extents
MIN_EXTENTSMinimum number of extents allowed in the segment
MAX_EXTENTSMaximum number of extents allowed in the segment
PCT_INCREASEPercentage increase in extent size
PCT_THRESHOLDThreshold percentage of block space allowed per index entry
INCLUDE_COLUMNUser column-id for last column to be included in index-organized table top index
FREELISTSNumber of process freelists allocated in this segment
FREELIST_GROUPSNumber of freelist groups allocated to this segment
PCT_FREEMinimum percentage of free space in a block
LOGGINGLogging attribute
BLEVELB-Tree level
LEAF_BLOCKSThe number of leaf blocks in the index
DISTINCT_KEYSThe number of distinct keys in the index
AVG_LEAF_BLOCKS_PER_KEYThe average number of leaf blocks per key
AVG_DATA_BLOCKS_PER_KEYThe average number of data blocks per key
CLUSTERING_FACTORA measurement of the amount of (dis)order of the table this index is for
STATUSWhether the non-partitioned index is in USABLE or not
NUM_ROWS
SAMPLE_SIZEThe sample size used in analyzing this index
LAST_ANALYZEDThe date of the most recent time this index was analyzed
DEGREEThe number of threads per instance for scanning the partitioned index
INSTANCESThe number of instances across which the partitioned index is to be scanned
PARTITIONEDIs this index partitioned? YES or NO
TEMPORARYCan the current session only see data that it place in this object itself?
GENERATEDWas the name of this index system generated?
SECONDARYIs the index object created as part of icreate for domain indexes?
BUFFER_POOLThe default buffer pool to be used for index blocks
USER_STATSWere the statistics entered directly by the user?
DURATIONIf index on temporary table, then duration is sys$session or sys$transaction else NULL
PCT_DIRECT_ACCESSIf index on IOT, then this is percentage of rows with Valid guess
ITYP_OWNERIf domain index, then this is the indextype owner
ITYP_NAMEIf domain index, then this is the name of the associated indextype
PARAMETERSIf domain index, then this is the parameter string
GLOBAL_STATSAre the statistics calculated without merging underlying partitions?
DOMIDX_STATUSIs the indextype of the domain index valid
DOMIDX_OPSTATUSStatus of the operation on the domain index
FUNCIDX_STATUSIs the Function-based Index DISABLED or ENABLED?
JOIN_INDEXIs this index a join index?

ALL_INDEXTYPES

OWNEROwner of the indextype
INDEXTYPE_NAMEName of the indextype
IMPLEMENTATION_SCHEMAName of the schema for indextype implementation
IMPLEMENTATION_NAMEName of indextype implementation
INTERFACE_VERSIONVersion of indextype interface
IMPLEMENTATION_VERSIONVersion of indextype implementation
NUMBER_OF_OPERATORSNumber of operators associated with the indextype
PARTITIONINGKinds of local partitioning supported by the indextype

ALL_INDEXTYPE_COMMENTS

OWNEROwner of the user-defined indextype
INDEXTYPE_NAMEName of the user-defined indextype
COMMENTSComment for the user-defined indextype

ALL_INDEXTYPE_OPERATORS

OWNEROwner of the indextype
INDEXTYPE_NAMEName of the indextype
OPERATOR_SCHEMAName of the operator schema
OPERATOR_NAMEName of the operator for which the indextype is defined
BINDING#Binding# associated with the operator

ALL_IND_COLUMNS

INDEX_OWNERIndex owner
INDEX_NAMEIndex name
TABLE_OWNERTable or cluster owner
TABLE_NAMETable or cluster name
COLUMN_NAMEColumn name or attribute of object column
COLUMN_POSITIONPosition of column or attribute within index
COLUMN_LENGTHMaximum length of the column or attribute, in bytes
CHAR_LENGTHMaximum length of the column or attribute, in characters
DESCENDDESC if this column is sorted in descending order on disk, otherwise ASC

ALL_IND_EXPRESSIONS

INDEX_OWNERIndex owner
INDEX_NAMEIndex name
TABLE_OWNERTable or cluster owner
TABLE_NAMETable or cluster name
COLUMN_EXPRESSIONFunctional index expression defining the column
COLUMN_POSITIONPosition of column or attribute within index

ALL_INTERNAL_TRIGGERS

TABLE_NAMEName of the table
INTERNAL_TRIGGER_TYPEType of internal trigger

ALL_JOBS

JOBIdentifier of job. Neither import/export nor repeated executions change it.
LOG_USERUSER who was logged in when the job was submitted
PRIV_USERUSER whose default privileges apply to this job
SCHEMA_USERselect * from bar means select * from schema_user.bar
LAST_DATEDate that this job last successfully executed
LAST_SECSame as LAST_DATE. This is when the last successful execution started.
THIS_DATEDate that this job started executing (usually null if not executing)
THIS_SECSame as THIS_DATE. This is when the last successful execution started.
NEXT_DATEDate that this job will next be executed
NEXT_SECSame as NEXT_DATE. The job becomes due for execution at this time.
TOTAL_TIMETotal wallclock time spent by the system on this job, in seconds
BROKENIf Y, no attempt is being made to run this job. See dbms_jobq.broken(job).
INTERVALA date function, evaluated at the start of execution, becomes next NEXT_DATE
FAILURESHow many times has this job started and failed since its last success?
WHATBody of the anonymous PL/SQL block that this job executes
NLS_ENValter session parameters describing the NLS environment of the job
MISC_ENVa versioned raw maintained by the kernel, for other session parameters
INSTANCEInstance number restricted to run the job

ALL_JOIN_IND_COLUMNS

INDEX_OWNERIndex owner
INDEX_NAMEIndex name
INNER_TABLE_OWNERTable owner of inner table (table closer to the fact table)
INNER_TABLE_NAMETable name of inner table (table closer to the fact table)
INNER_TABLE_COLUMNColumn name of inner table (table closer to the fact table)
OUTER_TABLE_OWNERTable owner of outer table (table closer to the fact table)
OUTER_TABLE_NAMETable name of outer table (table closer to the fact table)
OUTER_TABLE_COLUMNColumn name of outer table (table closer to the fact table)

ALL_LIBRARIES

OWNEROwner of the library
LIBRARY_NAMEName of the library
FILE_SPECOperating system file specification of the library
DYNAMICIs the library dynamically loadable
STATUSStatus of the library

ALL_LOBS

OWNEROwner of the table containing the LOB
TABLE_NAMEName of the table containing the LOB
COLUMN_NAMEName of the LOB column or attribute
SEGMENT_NAMEName of the LOB segment
INDEX_NAMEName of the LOB index
CHUNKSize of the LOB chunk as a unit of allocation/manipulation in bytes
PCTVERSIONMaximum percentage of the LOB space used for versioning
RETENTIONMaximum time duration for versioning of the LOB space
FREEPOOLSNumber of freepools for this LOB segment
CACHEIs the LOB accessed through the buffer cache?
LOGGINGAre changes to the LOB logged?
IN_ROWAre some of the LOBs stored with the base row?

ALL_LOG_GROUPS

OWNEROwner of the table
LOG_GROUP_NAMEName associated with log group definition
TABLE_NAME
ALWAYSIf set, these columns are always logged

ALL_LOG_GROUP_COLUMNS

OWNEROwner of the log group definition
LOG_GROUP_NAMEName associated with the log group definition
TABLE_NAMEName associated with table with log group definition
COLUMN_NAMEName associated with column or attribute of object column specified in the log group definition
POSITIONOriginal position of column or attribute in definition

ALL_METHOD_PARAMS

OWNEROnwer of the type
TYPE_NAMEName of the type
METHOD_NAMEName of the method
METHOD_NOMethod number for distinguishing overloaded method (not to be used as ID number)
PARAM_NAMEName of the parameter
PARAM_NOParameter number or position
PARAM_MODEMode of the parameter
PARAM_TYPE_MODType modifier of the parameter
PARAM_TYPE_OWNEROwner of the type of the parameter
PARAM_TYPE_NAMEName of the type of the parameter
CHARACTER_SET_NAMECharacter set name of the parameter

ALL_METHOD_RESULTS

OWNEROnwer of the type
TYPE_NAMEName of the type
METHOD_NAMEName of the method
METHOD_NOMethod number for distinguishing overloaded method (not to be used as ID number)
RESULT_TYPE_MODType modifier of the result
RESULT_TYPE_OWNEROwner of the type of the result
RESULT_TYPE_NAMEName of the type of the result
CHARACTER_SET_NAMECharacter set name of the result

ALL_MVIEWS

OWNEROwner of the materialized view
MVIEW_NAMEName of the materialized view
CONTAINER_NAMEName of the materialized view container table
QUERYThe defining query that the materialized view instantiates
QUERY_LENThe number of bytes in the defining query (based on the server character set
UPDATABLEIndicates whether the materialized view can be updated
UPDATE_LOGName of the table that logs changes to an updatable materialized view
MASTER_ROLLBACK_SEGName of the rollback segment to use at the master site
MASTER_LINKName of the database link to the master site
REWRITE_ENABLEDIndicates whether rewrite is enabled for the materialized view
REWRITE_CAPABILITYIndicates the kind of rewrite that is enabled
REFRESH_MODEIndicates how and when the materialized view will be refreshed
REFRESH_METHODThe default refresh method for the materialized view (complete, fast, ...)
BUILD_MODEHow and when to initially build (load) the materialized view container
FAST_REFRESHABLEIndicates the kinds of operations that can be fast refreshed for the MV
LAST_REFRESH_TYPEIndicates the kind of refresh that was last performed on the MV
LAST_REFRESH_DATEThe date that the materialized view was last refreshed
STALENESSIndicates the staleness state of the materialized view (fresh, stale, ...)
AFTER_FAST_REFRESHIndicates the staleness state the MV will have after a fast refresh is done
UNKNOWN_PREBUILTIndicates if the materialized view is prebuilt
UNKNOWN_PLSQL_FUNCIndicates if the materialized view contains PL/SQL function
UNKNOWN_EXTERNAL_TABLEIndicates if the materialized view contains external tables
UNKNOWN_CONSIDER_FRESHIndicates if the materialized view is considered fresh
UNKNOWN_IMPORTIndicates if the materialized view is imported
COMPILE_STATEIndicates the validity of the MV meta-data
USE_NO_INDEXIndicates whether the MV uses no index

ALL_MVIEW_AGGREGATES

OWNEROwner of the materialized view
MVIEW_NAMEName of the materialized view
POSITION_IN_SELECTPosition of this aggregated measure with the SELECT list
CONTAINER_COLUMNName of this column in the container table
AGG_FUNCTIONName of the aggregation function, one of the following: COUNT, SUM, MIN, MAX, AVG, VARIANCE, STDDEV
DISTINCTFLAGSet to Y is this is a DISTINCT aggregation
MEASUREThe SQL text of the measure, excluding the aggregation function

ALL_MVIEW_ANALYSIS

OWNEROwner of the materialized view
MVIEW_NAMEName of the materialized view
MVIEW_TABLE_OWNEROwner of the container table
CONTAINER_NAMEName of the container table for this materialized view
LAST_REFRESH_SCNThe SCN of the last transaction to refresh the materialized view
LAST_REFRESH_DATEThe date of the last refresh of the materialized view
REFRESH_METHODUser declared method of refresh for the materialized view
SUMMARYIndicates if the materialized view includes the GROUP BY clause
FULLREFRESHTIMThe time that it took to fully refresh the materialized view
INCREFRESHTIMThe time that it took to incrementally refresh the materialized view
CONTAINS_VIEWSThis materialized view contains views in the FROM clause
UNUSABLEThis materialized view is unusable, the build was deferred
RESTRICTED_SYNTAXThis materialized view contains restrictive syntax
INC_REFRESHABLEThis materialized view is not restricted from being incrementally refreshed
KNOWN_STALEThis materialized view is directly stale
INVALIDInvalidity of the materialized view, Y = INVALID, N = VALID
REWRITE_ENABLEDThis materialized view is enabled for query rewrite
QUERY_LENThe length (in bytes) of the query field
QUERYSELECT expression of the materialized view definition
REVISIONReserved for internal use

ALL_MVIEW_DETAIL_RELATIONS

OWNEROwner of the materialized view
MVIEW_NAMEName of the materialized view
DETAILOBJ_OWNEROwner of the detail relation
DETAILOBJ_NAMEName of the materialized view detail table
DETAILOBJ_TYPEType of materialized view detail table type
DETAILOBJ_ALIASAlias of the detail relation if used

ALL_MVIEW_JOINS

OWNEROwner of the materialized view
MVIEW_NAMEName of the materialized view
DETAILOBJ1_OWNEROwner of the 1st detail object
DETAILOBJ1_RELATIONName of the 1st detail object
DETAILOBJ1_COLUMNName of the 1st detail object column
OPERATORName of the join operator. Currently only = is defined
OPERATOR_TYPE
DETAILOBJ2_OWNEROwner of the 2nd detail object
DETAILOBJ2_RELATIONName of the 2nd detail object
DETAILOBJ2_COLUMNName of the 2nd detail object column

ALL_MVIEW_KEYS

OWNEROwner of the materialized view
MVIEW_NAMEName of the materialized view
POSITION_IN_SELECTPosition of this key within the SELECT list
CONTAINER_COLUMNName of the column in the container table
DETAILOBJ_OWNEROwner of the detail object
DETAILOBJ_NAMEName of the detail object
DETAILOBJ_ALIASAlias of the detail object
DETAILOBJ_TYPEType of the detail object: VIEW or TABLE
DETAILOBJ_COLUMNName of the detail object column

ALL_MVIEW_LOGS

LOG_OWNEROwner of the materialized view log
MASTERName of the master table which changes are logged
LOG_TABLELog table; with rowids and timestamps of rows which changed in the master
LOG_TRIGGERAn after-row trigger on the master which inserts rows into the log
ROWIDSIf YES, the materialized view log records rowid information
PRIMARY_KEYIf YES, the materialized view log records primary key information
OBJECT_IDIf YES, the materialized view log records object id information
FILTER_COLUMNSIf YES, the materialized view log records filter column information
SEQUENCEIf YES, the materialized view log records sequence information
INCLUDE_NEW_VALUESIf YES, the materialized view log records old and new values (else only old values)

ALL_MVIEW_REFRESH_TIMES

OWNEROwner of the materialized view
NAMEThe view used by users and applications for viewing the MV
MASTER_OWNEROwner of the master table
MASTERName of the master table
LAST_REFRESHSYSDATE from the master site at the time of the last refresh

ALL_NESTED_TABLES

OWNEROwner of the nested table
TABLE_NAMEName of the nested table
TABLE_TYPE_OWNEROwner of the type of which the nested table was created
TABLE_TYPE_NAMEName of the type of the nested table
PARENT_TABLE_NAMEName of the parent table containing the nested table
PARENT_TABLE_COLUMNColumn name of the parent table that corresponds to the nested table
STORAGE_SPEC
RETURN_TYPE
ELEMENT_SUBSTITUTABLEIndication of whether the nested table element is substitutable or not

ALL_OBJECTS

OWNERUsername of the owner of the object
OBJECT_NAMEName of the object
SUBOBJECT_NAMEName of the sub-object (for example, partititon)
OBJECT_IDObject number of the object
DATA_OBJECT_IDObject number of the segment which contains the object
OBJECT_TYPEType of the object
CREATEDTimestamp for the creation of the object
LAST_DDL_TIMETimestamp for the last DDL change (including GRANT and REVOKE) to the object
TIMESTAMPTimestamp for the specification of the object
STATUSStatus of the object
TEMPORARYCan the current session only see data that it placed in this object itself?
GENERATEDWas the name of this object system generated?
SECONDARYIs this a secondary object created as part of icreate for domain indexes?

ALL_OBJECT_TABLES

OWNEROwner of the table
TABLE_NAMEName of the table
TABLESPACE_NAMEName of the tablespace containing the table
CLUSTER_NAMEName of the cluster, if any, to which the table belongs
IOT_NAMEName of the index-only table, if any, to which the overflow or mapping table entry belongs
PCT_FREEMinimum percentage of free space in a block
PCT_USEDMinimum percentage of used space in a block
INI_TRANSInitial number of transactions
MAX_TRANSMaximum number of transactions
INITIAL_EXTENTSize of the initial extent in bytes
NEXT_EXTENTSize of secondary extents in bytes
MIN_EXTENTSMinimum number of extents allowed in the segment
MAX_EXTENTSMaximum number of extents allowed in the segment
PCT_INCREASEPercentage increase in extent size
FREELISTSNumber of process freelists allocated in this segment
FREELIST_GROUPSNumber of freelist groups allocated in this segment
LOGGINGLogging attribute
BACKED_UPHas table been backed up since last modification?
NUM_ROWSThe number of rows in the table
BLOCKSThe number of used blocks in the table
EMPTY_BLOCKSThe number of empty (never used) blocks in the table
AVG_SPACEThe average available free space in the table
CHAIN_CNTThe number of chained rows in the table
AVG_ROW_LENThe average row length, including row overhead
AVG_SPACE_FREELIST_BLOCKSThe average freespace of all blocks on a freelist
NUM_FREELIST_BLOCKSThe number of blocks on the freelist
DEGREEThe number of threads per instance for scanning the table
INSTANCESThe number of instances across which the table is to be scanned
CACHEWhether the table is to be cached in the buffer cache
TABLE_LOCKWhether table locking is enabled or disabled
SAMPLE_SIZEThe sample size used in analyzing this table
LAST_ANALYZEDThe date of the most recent time this table was analyzed
PARTITIONEDIs this table partitioned? YES or NO
IOT_TYPEIf index-only table, then IOT_TYPE is IOT or IOT_OVERFLOW or IOT_MAPPING else NULL
OBJECT_ID_TYPEIf user-defined OID, then USER-DEFINED, else if system generated OID, then SYSTEM GENERATED
TABLE_TYPE_OWNEROwner of the type of the table if the table is an object table
TABLE_TYPEType of the table if the table is an object table
TEMPORARYCan the current session only see data that it place in this object itself?
SECONDARYIs this table object created as part of icreate for domain indexes?
NESTEDIs the table a nested table?
BUFFER_POOLThe default buffer pool to be used for table blocks
ROW_MOVEMENTWhether partitioned row movement is enabled or disabled
GLOBAL_STATSAre the statistics calculated without merging underlying partitions?
USER_STATSWere the statistics entered directly by the user?
DURATIONIf temporary table, then duration is sys$session or sys$transaction else NULL
SKIP_CORRUPTWhether skip corrupt blocks is enabled or disabled
MONITORINGShould we keep track of the amount of modification?
CLUSTER_OWNEROwner of the cluster, if any, to which the table belongs
DEPENDENCIESShould we keep track of row level dependencies?

ALL_OBJ_COLATTRS

OWNEROwner of the table
TABLE_NAMEName of the table containing the object column or attribute
COLUMN_NAMEFully qualified name of the object column or attribute
SUBSTITUTABLEIndication of whether the column is substitutable or not

ALL_OPANCILLARY

OWNEROwner of ancillary operator
OPERATOR_NAMEName of ancillary operator
BINDING#Binding number of ancillary operator
PRIMOP_OWNEROwner of primary operator
PRIMOP_NAMEName of primary operator
PRIMOP_BIND#Binding number of primary operator

ALL_OPARGUMENTS

OWNEROwner of the operator
OPERATOR_NAMEName of the operator
BINDING#Binding# of the operator
POSITIONPosition of the operator argument
ARGUMENT_TYPEDatatype of the operator argument

ALL_OPBINDINGS

OWNEROwner of the operator
OPERATOR_NAMEName of the operator
BINDING#Binding# of the operator
FUNCTION_NAMEName of the binding function or method as specified by the user
RETURN_SCHEMAName of the schema of the return type - not null only for ADTs
RETURN_TYPEName of the return type
IMPLEMENTATION_TYPE_SCHEMASchema of the implementation type of the indextype
IMPLEMENTATION_TYPEImplementation type of the indextype
PROPERTYProperty of the operator binding

ALL_OPERATORS

OWNEROwner of the operator
OPERATOR_NAMEName of the operator
NUMBER_OF_BINDSNumber of bindings associated with the operator

ALL_OPERATOR_COMMENTS

OWNEROwner of the user-defined operator
OPERATOR_NAMEName of the user-defined operator
COMMENTSComment for the user-defined operator

ALL_OUTLINES

NAMEName of the outline
CATEGORYCategory to which the outline belongs
USEDFlag indicating whether the outline has ever been used
TIMESTAMPTimestamp at which the outline was created
VERSIONOracle Version that created the outline
SQL_TEXTSQL text of the query
SIGNATURESignature uniquely identifying the outline SQL text

ALL_OUTLINE_HINTS

NAMEStage at which the outline is processed
NODEI.D. of the query or subquery to which the hint applies
STAGEStage at which outline is processed
JOIN_POSPosition of the table in the join order
HINTText of the hint

ALL_PARTIAL_DROP_TABS

OWNEROwner of the table
TABLE_NAMEName of the table

ALL_PENDING_CONV_TABLES

OWNEROwner of the table
TABLE_NAMEName of the table

ALL_POLICIES

OBJECT_OWNEROwner of the synonym, table, or view
OBJECT_NAMEName of the synonym, table, or view
POLICY_GROUP
POLICY_NAMEName of the policy
PF_OWNEROwner of the policy function
PACKAGEName of the package containing the policy function
FUNCTIONName of the policy function
SELIf YES, policy is applied to query on the object
INSIf YES, policy is applied to insert on the object
UPDIf YES, policy is applied to update on the object
DELIf YES, policy is applied to delete on the object
CHK_OPTIONIs check option enforced for this policy?
ENABLEIs this policy is enabled?
STATIC_POLICYIs this policy is static?

ALL_POLICY_CONTEXTS

OBJECT_OWNERSchema of the synonym, table, or view
OBJECT_NAMEName of the synonym, table, or view
NAMESPACENamespace of the context
ATTRIBUTEAttribute of the context

ALL_POLICY_GROUPS

OBJECT_OWNERSchema of the synonym, table, or view
OBJECT_NAMEName of the synonym, table, or view
POLICY_GROUPPolicy group defined

ALL_PROCEDURES

OWNER
OBJECT_NAMEName of the object : top level function/procedure/package name
PROCEDURE_NAMEName of the procedure
AGGREGATEIs it an aggregate function ?
PIPELINEDIs it a pipelined table function ?
IMPLTYPEOWNERName of the owner of the implementation type (if any)
IMPLTYPENAMEName of the implementation type (if any)
PARALLELIs the procedure parallel enabled ?
INTERFACE
DETERMINISTIC
AUTHID

ALL_PROPAGATION

PROPAGATION_NAMEname of the Streams propagation
SOURCE_QUEUE_OWNERowner of the propgation source queue
SOURCE_QUEUE_NAMEname of the propagation source queue
DESTINATION_QUEUE_OWNERowner of the propagation destination queue
DESTINATION_QUEUE_NAMEname of the propagation destination queue
DESTINATION_DBLINKdatabase link to access the propagation destination queue
RULE_SET_OWNERpropagation rule set owner
RULE_SET_NAMEpropagation rule set name

ALL_QUEUES

OWNEROwner of the queue
NAMEName of the queue
QUEUE_TABLEName of the table the queue data resides in
QIDObject number of the queue
QUEUE_TYPEType of the queue
MAX_RETRIESMaximum number of retries allowed when dequeuing from the queue
RETRY_DELAYTime interval between retries
ENQUEUE_ENABLEDQueue is enabled for enqueue
DEQUEUE_ENABLEDQueue is enabled for dequeue
RETENTIONTime interval processed messages retained in the queue
USER_COMMENTUser specified comment

ALL_QUEUE_TABLES

OWNEROwner of the queue table
QUEUE_TABLEName of the queue table
TYPEName of the payload type
OBJECT_TYPEName of the payload type for object type payload
SORT_ORDERSort order for the queue table
RECIPIENTSMulitple or single recipient queue
MESSAGE_GROUPINGTransaction grouping
COMPATIBLECompatibility version of the queue table
PRIMARY_INSTANCEInstance assigned as the primary owner of the queue table
SECONDARY_INSTANCEInstance assigned as the secondary owner of the queue table
OWNER_INSTANCEInstance which owns the queue table currently
USER_COMMENTUser specified comment
SECURESecure queue table

ALL_REFRESH

ROWNERName of the owner of the refresh group
RNAMEName of the refresh group
REFGROUPInternal identifier of refresh group
IMPLICIT_DESTROYY or N, if Y then destroy the refresh group when its last item is subtracted
PUSH_DEFERRED_RPCY or N, if Y then push changes from snapshot to master before refresh
REFRESH_AFTER_ERRORSIf Y, proceed with refresh despite error when pushing deferred RPCs
ROLLBACK_SEGName of the rollback segment to use while refreshing
JOBIdentifier of job used to automatically refresh the group
NEXT_DATEDate that this job will next be automatically refreshed, if not broken
INTERVALA date function used to compute the next NEXT_DATE
BROKENY or N, Y is the job is broken and will never be run
PURGE_OPTIONThe method for purging the transaction queue after each push
PARALLELISMThe level of parallelism for transaction propagation
HEAP_SIZEThe heap size used for transaction propagation

ALL_REFRESH_CHILDREN

OWNEROwner of the object in the refresh group
NAMEName of the object in the refresh group
TYPEType of the object in the refresh group
ROWNERName of the owner of the refresh group
RNAMEName of the refresh group
REFGROUPInternal identifier of refresh group
IMPLICIT_DESTROYY or N, if Y then destroy the refresh group when its last item is subtracted
PUSH_DEFERRED_RPCY or N, if Y then push changes from snapshot to master before refresh
REFRESH_AFTER_ERRORSIf Y, proceed with refresh despite error when pushing deferred RPCs
ROLLBACK_SEGName of the rollback segment to use while refreshing
JOBIdentifier of job used to automatically refresh the group
NEXT_DATEDate that this job will next be automatically refreshed, if not broken
INTERVALA date function used to compute the next NEXT_DATE
BROKENY or N, Y is the job is broken and will never be run
PURGE_OPTIONThe method for purging the transaction queue after each push
PARALLELISMThe level of parallelism for transaction propagation
HEAP_SIZEThe heap size used for transaction propagation

ALL_REFRESH_DEPENDENCIES

OWNEROwner of the dependent table
TABLE_NAMEName of the dependent table
PARENT_OBJECT_TYPEMaterialized View
OLDEST_REFRESH_SCNThe oldest scn of a dependent materialized view
OLDEST_REFRESH_DATEThe oldest date scn of a dependent materialized view

ALL_REFS

OWNEROwner of the table containing the REF column
TABLE_NAMEName of the table containing the REF column
COLUMN_NAMEColumn name or attribute of object column
WITH_ROWIDIs the REF value stored with the rowid?
IS_SCOPEDIs the REF column scoped?
SCOPE_TABLE_OWNEROwner of the scope table, if it exists
SCOPE_TABLE_NAMEName of the scope table, if it exists
OBJECT_ID_TYPEIf ref contains user-defined OID, then USER-DEFINED, else if it contains system generated OID, then SYSTEM GENERATED

ALL_REGISTERED_MVIEWS

OWNEROwner of the materialized view
NAMEThe name of the materialized view
MVIEW_SITEGlobal name of the materialized view site
CAN_USE_LOGIf NO, this materialized view is complex and cannot fast refresh
UPDATABLEIf NO, the materialized view is read only
REFRESH_METHODWhether the materialized view uses rowid or primary key or object id for fast refresh
MVIEW_IDIdentifier for the materialized view used by the master for fast refresh
VERSIONVersion of materialized view
QUERY_TXTQuery defining the materialized view

ALL_REGISTERED_SNAPSHOTS

OWNEROwner of the snapshot
NAMEThe name of the snapshot
SNAPSHOT_SITEGlobal name of the snapshot site
CAN_USE_LOGIf NO, this snapshot is complex and cannot fast refresh
UPDATABLEIf NO, the snapshot is read only
REFRESH_METHODWhether the snapshot uses rowid or primary key or object id for fast refresh
SNAPSHOT_IDIdentifier for the snapshot used by the master for fast refresh
VERSIONVersion of snapshot
QUERY_TXTQuery defining the snapshot

ALL_REPAUDIT_ATTRIBUTE

ATTRIBUTEDescription of the attribute
DATA_TYPEDatatype of the attribute value
DATA_LENGTHLength of the attribute value in byte
SOURCEName of the function which returns the attribute value

ALL_REPAUDIT_COLUMN

SNAMEOwner of the shadow table
ONAMEName of the shadow table
COLUMN_NAMEName of the column in the shadow table
BASE_SNAMEOwner of replicated table
BASE_ONAMEName of the replicated table
BASE_CONFLICT_TYPEType of conflict
BASE_REFERENCE_NAMETable name, unique constraint name, or column group name
ATTRIBUTEDescription of the attribute

ALL_REPCATLOG

IDIdentifying number of repcat log record
SOURCEName of the database at which the request originated
USERIDName of the user who submitted the request
TIMESTAMPWhen the request was submitted
ROLEIs this database the masterdef for the request
MASTERName of the database that processes this request
SNAMESchema of replicated object name, if applicable
REQUESTName of the requested operation
ONAMEReplicated object name, if applicable
TYPEType of replicated object, if applicable
STATUSStatus of the request at this database
MESSAGEError message associated with processing the request
ERRNUMOracle error number associated with processing the request
GNAMEName of the replicated object group

ALL_REPCAT_REFRESH_TEMPLATES

REFRESH_TEMPLATE_NAMEName of the refresh group template.
OWNEROwner of the refresh group template.
REFRESH_GROUP_NAMEName of the refresh group to create during instantiation.
TEMPLATE_COMMENTOptional comment field for the refresh group template.
PUBLIC_TEMPLATEFlag specifying public template or private template.

ALL_REPCAT_TEMPLATE_OBJECTS

REFRESH_TEMPLATE_NAMEName of the refresh group template.
OBJECT_NAMEName of the database object.
OBJECT_TYPEType of database object.
DDL_NUMOrder of DDLs for creating the object.
DDL_TEXTDDL string for creating the object or WHERE clause for snapshot query.
MASTER_ROLLBACK_SEGMENTRollback segment for use during snapshot refreshes.
DERIVED_FROM_SNAMESchema name of schema containing object this was derived from.
DERIVED_FROM_ONAMEObject name of object this object was derived from.
FLAVOR_IDForeign key to the REPCAT$_FLAVORS table.

ALL_REPCAT_TEMPLATE_PARMS

REFRESH_TEMPLATE_NAMEName of the refresh group template.
OWNEROwner of the refresh group template.
REFRESH_GROUP_NAMEName of the refresh group to create during instantiation.
TEMPLATE_COMMENTOptional comment field for the refresh group template.
PUBLIC_TEMPLATEFlag specifying public template or private template.
PARAMETER_NAMEname of the parameter.
DEFAULT_PARM_VALUEDefault value for the parameter.
PROMPT_STRINGString for use in prompting for parameter values.
USER_OVERRIDEUser override flag.

ALL_REPCAT_TEMPLATE_SITES

REFRESH_TEMPLATE_NAMEName of the refresh group template.
REFRESH_GROUP_NAMEName of the refresh group to create during instantiation.
TEMPLATE_OWNEROwner of the refresh group template.
USER_NAMEDatabase user name.
SITE_NAMEName of the site that has instantiated the template.
REPAPI_SITE_NAMEName of the repapi site that has instantiated the template.
STATUSStatus of the instantiation at the site.
INSTANTIATION_DATEDate template was instantiated.

ALL_REPCAT_USER_AUTHORIZATIONS

REFRESH_TEMPLATE_NAMEName of the refresh group template.
OWNEROwner of the refresh group template.
REFRESH_GROUP_NAMEName of the refresh group to create during instantiation.
TEMPLATE_COMMENTOptional comment field for the refresh group template.
PUBLIC_TEMPLATEFlag specifying public template or private template.
USER_NAMEDatabase user name.

ALL_REPCAT_USER_PARM_VALUES

REFRESH_TEMPLATE_NAMEName of the refresh group template.
OWNEROwner of the refresh group template.
REFRESH_GROUP_NAMEName of the refresh group to create during instantiation.
TEMPLATE_COMMENTOptional comment field for the refresh group template.
PUBLIC_TEMPLATEFlag specifying public template or private template.
PARAMETER_NAMEname of the parameter.
DEFAULT_PARM_VALUEDefault value for the parameter.
PROMPT_STRINGString for use in prompting for parameter values.
PARM_VALUEValue of the parameter for this user.
USER_NAMEDatabase user name.

ALL_REPCOLUMN

SNAMEName of the object owner
ONAMEName of the object
TYPEType of the object
CNAMEName of the replicated column
IDID of the replicated column
POSOrdering of the replicated column
COMPARE_OLD_ON_DELETECompare the old value of the column in replicated deletes
COMPARE_OLD_ON_UPDATECompare the old value of the column in replicated updates
SEND_OLD_ON_DELETESend the old value of the column in replicated deletes
SEND_OLD_ON_UPDATESend the old value of the column in replicated updates
CTYPEType of the column
CTYPE_TOIDType OID of a column of TYPE
CTYPE_OWNERType owner of a column of TYPE
CTYPE_HASHCODEType hashcode of a column of TYPE
CTYPE_MODDatatype modifier of a column
DATA_LENGTHLength of the column in bytes
DATA_PRECISIONLength: decimal digits (NUMBER) or binary digits (FLOAT)
DATA_SCALEDigits to right of decimal point in a number
NULLABLEDoes column allow NULL values?
CHARACTER_SET_NAMEName of character set for column, if applicable
TOPTop column name for an attribute
CHAR_LENGTHThe maximim length of the column in characters
CHAR_USEDC if the width was specified in characters, B if in bytes

ALL_REPCOLUMN_GROUP

SNAMEOwner of replicated object
ONAMEName of the replicated object
GROUP_NAMEName of the column group
GROUP_COMMENTDescription of the column group

ALL_REPCONFLICT

SNAMEOwner of replicated object
ONAMEName of the replicated object
CONFLICT_TYPEType of conflict
REFERENCE_NAMETable name, unique constraint name, or column group name

ALL_REPDDL

LOG_IDIdentifying number of the repcat log record
SOURCEName of the database at which the request originated
ROLEIs this database the masterdef for the request
MASTERName of the database that processes this request
LINEOrdering of records within a single request
TEXTPortion of an argument
DDL_NUMOrder of ddls to execute

ALL_REPFLAVORS

FLAVOR_IDFlavor identifier, unique within object group
GNAMEName of the object group
FNAMEName of the flavor
CREATION_DATEDate on which the flavor was created
CREATED_BYUser that created the flavor
PUBLISHEDIndicates whether flavor is published (Y/N) or obsolete (O)
GROUP_OWNER

ALL_REPFLAVOR_COLUMNS

FNAMEFlavor name
GNAMEObject group name
SNAMESchema containing the object
ONAMEObject name
CNAMEColumn name
TYPEColumn type
POSOrdering of column used as IN parameter in the replication procedures
GROUP_OWNERObject group owner
TYPE_TOIDType OID of a column of TYPE
TYPE_OWNERType owner of a column of TYPE
TYPE_HASHCODEType hashcode of a column of TYPE
TYPE_MODDatatype modifier of a column
TOPTop column of this attribute column

ALL_REPFLAVOR_OBJECTS

FNAMEFlavor name
GNAMEObject group name
SNAMESchema containing object
ONAMEName of object
TYPEObject type
GROUP_OWNERObject group owner

ALL_REPGENERATED

SNAMESchema containing the generated object
ONAMEName of the generated object
TYPEType of the generated object
BASE_SNAMEName of the object's owner
BASE_ONAMEName of the object
BASE_TYPEType of the object
PACKAGE_PREFIXPrefix for package wrapper
PROCEDURE_PREFIXProcedure prefix for package wrapper or procedure wrapper
DISTRIBUTEDIs the generated object separately generated at each master
REASONReason the object was generated

ALL_REPGENOBJECTS

SNAMESchema containing the generated object
ONAMEName of the generated object
TYPEType of the generated object
BASE_SNAMEName of the object's owner
BASE_ONAMEName of the object
BASE_TYPEType of the object
PACKAGE_PREFIXPrefix for package wrapper
PROCEDURE_PREFIXProcedure prefix for package wrapper or procedure wrapper
DISTRIBUTEDIs the generated object separately generated at each master
REASONReason the object was generated

ALL_REPGROUP

SNAMEOBSOLETE COLUMN: Name of the replicated schema
MASTERIs the site a master site for the replicated object group
STATUSIf the site is a master, the master's status
SCHEMA_COMMENTDescription of the replicated object group
GNAMEName of the replicated object group
FNAMEFlavor name
RPC_PROCESSING_DISABLED
OWNEROwner of the replicated object group

ALL_REPGROUPED_COLUMN

SNAMEOwner of replicated object
ONAMEName of the replicated object
GROUP_NAMEName of the column group
COLUMN_NAMEName of the column in the column group

ALL_REPGROUP_PRIVILEGES

USERNAMEName of the user
GNAMEName of the replicated object group
CREATEDRegistration date
RECEIVERReceiver privileges
PROXY_SNAPADMINProxy snapadmin privileges
OWNEROwner of the replicated object group

ALL_REPKEY_COLUMNS

SNAMESchema containing table
ONAMEName of the table
COLColumn in the table

ALL_REPOBJECT

SNAMEName of the object owner
ONAMEName of the object
TYPEType of the object
STATUSStatus of the last create or alter request on the local object
GENERATION_STATUSStatus of whether the object needs to generate replication packages
IDIdentifier of the local object
OBJECT_COMMENTDescription of the replicated object
GNAMEName of the replicated object group
MIN_COMMUNICATIONSend only necessary OLD and NEW values for an updated row?
REPLICATION_TRIGGER_EXISTSInternal replication trigger exists?
INTERNAL_PACKAGE_EXISTSInternal package exists?
GROUP_OWNEROwner of the replicated object group
NESTED_TABLEStorage table for a nested table column?

ALL_REPPARAMETER_COLUMN

SNAMEOwner of replicated object
ONAMEName of the replicated object
CONFLICT_TYPEType of conflict
REFERENCE_NAMETable name, unique constraint name, or column group name
SEQUENCE_NOOrdering on resolution
METHOD_NAME
FUNCTION_NAME
PRIORITY_GROUP
PARAMETER_TABLE_NAMEName of the table to which the parameter column belongs
PARAMETER_COLUMN_NAMEName of the parameter column used for resolving the conflict
PARAMETER_SEQUENCE_NOOrdering on parameter column

ALL_REPPRIORITY

SNAMEOBSOLETE COLUMN: Name of the replicated schema
PRIORITY_GROUPName of the priority group
PRIORITYPriority of the value
DATA_TYPEDatatype of the value
FIXED_DATA_LENGTHLength of the value in bytes if the datatype is CHAR
CHAR_VALUEBlank-padded character string
VARCHAR2_VALUECharacter string
NUMBER_VALUENumeric value
DATE_VALUEDate value
RAW_VALUERaw value
GNAMEName of the replicated object group
NCHAR_VALUENCHAR string
NVARCHAR2_VALUENVARCHAR2 string
LARGE_CHAR_VALUEBlank-padded character string over 255 characters

ALL_REPPRIORITY_GROUP

SNAMEOBSOLETE COLUMN: Name of the replicated schema
PRIORITY_GROUPName of the priority group
DATA_TYPEDatatype of the value in the priority group
FIXED_DATA_LENGTHLength of the value in bytes if the datatype is CHAR
PRIORITY_COMMENTDescription of the priority group
GNAMEName of the replicated object group

ALL_REPPROP

SNAMEName of the object owner
ONAMEName of the object
TYPEType of the object
DBLINKDestination database for propagation
HOWPropagation choice for the destination database
PROPAGATE_COMMENTDescription of the propagation choice

ALL_REPRESOLUTION

SNAMEOwner of replicated object
ONAMEName of the replicated object
CONFLICT_TYPEType of conflict
REFERENCE_NAMETable name, unique constraint name, or column group name
SEQUENCE_NOOrdering on resolution
METHOD_NAMEName of the conflict resolution method
FUNCTION_NAMEName of the resolution function
PRIORITY_GROUPName of the priority group used in conflict resolution
RESOLUTION_COMMENTDescription of the conflict resolution

ALL_REPRESOLUTION_METHOD

CONFLICT_TYPEType of conflict
METHOD_NAMEName of the conflict resolution method

ALL_REPRESOLUTION_STATISTICS

SNAMEOwner of replicated object
ONAMEName of the replicated object
CONFLICT_TYPEType of conflict
REFERENCE_NAMETable name, unique constraint name, or column group name
METHOD_NAMEName of the conflict resolution method
FUNCTION_NAMEName of the resolution function
PRIORITY_GROUPName of the priority group used in conflict resolution
RESOLVED_DATETimestamp for the resolution of the conflict
PRIMARY_KEY_VALUEPrimary key of the replicated row (character data)

ALL_REPRESOL_STATS_CONTROL

SNAMEOwner of replicated object
ONAMEName of the replicated object
CREATEDTimestamp for which statistics collection was first started
STATUSStatus of statistics collection: ACTIVE, CANCELLED
STATUS_UPDATE_DATETimestamp for which the status was last updated
PURGED_DATETimestamp for the last purge of statistics data
LAST_PURGE_START_DATEThe last start date of the statistics purging date range
LAST_PURGE_END_DATEThe last end date of the statistics purging date range

ALL_REPSCHEMA

SNAMEOBSOLETE COLUMN: Name of the replicated schema
DBLINKA database site replicating the object group
MASTERDEFIs the database the master definition site for the replicated object group
SNAPMASTERFor a snapshot site, is the database the current refresh master
MASTER_COMMENTDescription of the database site
GNAMEName of the replicated object group
MASTERRedundant information from all_repcat.master
GROUP_OWNEROwner of the replicated object group

ALL_REPSITES

GNAMEName of the replicated object group
DBLINKA database site replicating the schema
MASTERDEFIs the database the master definition site for the replicated object group
SNAPMASTERFor a snapshot site, is the database the current refresh master
MASTER_COMMENTDescription of the database site
MASTERRedundant information from all_repcat.master
GROUP_OWNEROwner of the replicated object group

ALL_RULES

RULE_OWNEROwner of the rule
RULE_NAMEName of the rule
RULE_CONDITIONthe rule expression
RULE_EVALUATION_CONTEXT_OWNERowner of the evaluation context on which rule is defined
RULE_EVALUATION_CONTEXT_NAMEname of the evaluation context on which rule is defined
RULE_ACTION_CONTEXTaction context of the rule
RULE_COMMENTuser description of the rule

ALL_RULESETS

OWNEROwner of the ruleset
RULESET_NAMEName of the ruleset
RULESET_STORAGE_TABLEname of the table to store rules in the ruleset
BASE_TABLEname of the evaluation context for the rule set
RULESET_COMMENTuser description of the ruleset

ALL_RULE_SETS

RULE_SET_OWNEROwner of the rule set
RULE_SET_NAMEName of the rule set
RULE_SET_EVAL_CONTEXT_OWNERThe evaluation context owner name associated with the rule set, if any
RULE_SET_EVAL_CONTEXT_NAMEThe evaluation context name associated with the rule set, if any
RULE_SET_COMMENTuser description of the rule set

ALL_RULE_SET_RULES

RULE_SET_OWNEROwner of the rule set
RULE_SET_NAMEName of the rule set
RULE_OWNEROwner of the rule
RULE_NAMEName of the rule
RULE_SET_RULE_ENABLEDWhether the rule is enabled in this ruleset
RULE_SET_RULE_EVAL_CTX_OWNERevaluation context owner specified when the rule is added to this rule set
RULE_SET_RULE_EVAL_CTX_NAMEevaluation context name specified when the rule is added to this rule set
RULE_SET_RULE_COMMENTUser description of this mapping

ALL_SECONDARY_OBJECTS

INDEX_OWNERName of the domain index owner
INDEX_NAMEName of the domain index
SECONDARY_OBJECT_OWNEROwner of the secondary object
SECONDARY_OBJECT_NAMEName of the secondary object

ALL_SEQUENCES

SEQUENCE_OWNERName of the owner of the sequence
SEQUENCE_NAMESEQUENCE name
MIN_VALUEMinimum value of the sequence
MAX_VALUEMaximum value of the sequence
INCREMENT_BYValue by which sequence is incremented
CYCLE_FLAGDoes sequence wrap around on reaching limit?
ORDER_FLAGAre sequence numbers generated in order?
CACHE_SIZENumber of sequence numbers to cache
LAST_NUMBERLast sequence number written to disk

ALL_SNAPSHOTS

OWNEROwner of the snapshot
NAMEThe view used by users and applications for viewing the snapshot
TABLE_NAMETable the snapshot is stored in -- has an extra column for the master rowid
MASTER_VIEWView of the master table, owned by the snapshot owner, used for refreshes
MASTER_OWNEROwner of the master table
MASTERName of the master table that this snapshot is a copy of
MASTER_LINKDatabase link name to the master site
CAN_USE_LOGIf NO, this snapshot is complex and will never use a log
UPDATABLEIf NO, the snapshot is read only. Look up REPLICATION
REFRESH_METHODThe values used to drive a fast refresh of the snapshot
LAST_REFRESHSYSDATE from the master site at the time of the last refresh
ERRORThe error returned last time an automatic refresh was attempted
FR_OPERATIONS
CR_OPERATIONS
TYPEThe type of refresh (complete,fast,force) for all automatic refreshes
NEXTThe date function used to compute next refresh dates
START_WITHThe date function used to compute next refresh dates
REFRESH_GROUPAll snapshots in a given refresh group get refreshed in the same transaction
UPDATE_TRIGThe name of the trigger which fills the UPDATE_LOG
UPDATE_LOGThe table which logs changes made to an updatable snapshots
QUERYThe original query that this snapshot is an instantiation of
MASTER_ROLLBACK_SEGRollback segment to use at the master site
STATUSThe status of the contents of the snapshot
REFRESH_MODEThis indicates how and when the snapshot will be refreshed
PREBUILTIf YES, this snapshot uses a prebuilt table as the base table

ALL_SNAPSHOT_LOGS

LOG_OWNEROwner of the snapshot log
MASTERName of the master table which changes are logged
LOG_TABLELog table; with rowids and timestamps of rows which changed in the master
LOG_TRIGGERAn after-row trigger on the master which inserts rows into the log
ROWIDSIf YES, the snapshot log records rowid information
PRIMARY_KEYIf YES, the snapshot log records primary key information
OBJECT_IDIf YES, the snapshot log records object id information
FILTER_COLUMNSIf YES, the snapshot log records filter column information
SEQUENCEIf YES, the snapshot log records sequence information
INCLUDE_NEW_VALUESIf YES, the snapshot log records old and new values (else only old values)
CURRENT_SNAPSHOTSOne date per snapshot -- the date the snapshot of the master last refreshed
SNAPSHOT_IDUnique identifier of the snapshot

ALL_SNAPSHOT_REFRESH_TIMES

OWNEROwner of the materialized view
NAMEThe view used by users and applications for viewing the MV
MASTER_OWNEROwner of the master table
MASTERName of the master table
LAST_REFRESHSYSDATE from the master site at the time of the last refresh

ALL_SOURCE

OWNEROwner of the object
NAMEName of the object
TYPEType of the object: "TYPE", "TYPE BODY", "PROCEDURE", "FUNCTION", "PACKAGE", "PACKAGE BODY" or "JAVA SOURCE"
LINELine number of this line of source
TEXTSource text

ALL_SQLJ_TYPES

OWNEROwner of the type
TYPE_NAMEName of the type
TYPE_OIDObject identifier (OID) of the type
EXTERNAL_NAMEExternal class name of the type
USINGRepresentation of the type
TYPECODETypecode of the type
ATTRIBUTESNumber of attributes in the type
METHODSNumber of methods in the type
PREDEFINEDIs the type a predefined type?
INCOMPLETEIs the type an incomplete type?
FINALIs the type a final type?
INSTANTIABLEIs the type an instantiable type?
SUPERTYPE_OWNEROwner of the supertype (null if type is not a subtype)
SUPERTYPE_NAMEName of the supertype (null if type is not a subtype)
LOCAL_ATTRIBUTESNumber of local (not inherited) attributes (if any) in the subtype
LOCAL_METHODSNumber of local (not inherited) methods (if any) in the subtype

ALL_SQLJ_TYPE_ATTRS

OWNEROwner of the type
TYPE_NAMEName of the type
ATTR_NAMEName of the attribute
EXTERNAL_ATTR_NAMEExternal name of the attribute
ATTR_TYPE_MODType modifier of the attribute
ATTR_TYPE_OWNEROwner of the type of the attribute
ATTR_TYPE_NAMEName of the type of the attribute
LENGTHLength of the CHAR attribute or maximum length of the VARCHAR or VARCHAR2 attribute
PRECISIONDecimal precision of the NUMBER or DECIMAL attribute or binary precision of the FLOAT attribute
SCALEScale of the NUMBER or DECIMAL attribute
CHARACTER_SET_NAMECharacter set name of the attribute
ATTR_NOSyntactical order number or position of the attribute as specified in the type specification or CREATE TYPE statement (not to be used as ID number)
INHERITEDIs the attribute inherited from the supertype ?

ALL_SQLJ_TYPE_METHODS

OWNEROwner of the type
TYPE_NAMEName of the type
METHOD_NAMEName of the method
EXTERNAL_VAR_NAMEName of the external variable
METHOD_NOMethod number for distinguishing overloaded method (not to be used as ID number)
METHOD_TYPEType of the method
PARAMETERSNumber of parameters to the method
RESULTSNumber of results returned by the method
FINALIs the method final ?
INSTANTIABLEIs the method instantiable ?
OVERRIDINGIs the method overriding a supertype method ?
INHERITEDIs the method inherited from the supertype ?

ALL_STORED_SETTINGS

OWNERUsername of the owner of the object
OBJECT_NAMEName of the object
OBJECT_IDObject number of the object
OBJECT_TYPEType of the object
PARAM_NAMEName of the parameter
PARAM_VALUEValue of the parameter

ALL_STREAMS_GLOBAL_RULES

STREAMS_NAMEName of the streams process: capture/propagation/apply process
STREAMS_TYPEType of the streams process: CAPTURE, PROPAGATION or APPLY
RULE_TYPEType of rule: DML or DDL
INCLUDE_TAGGED_LCRWhether or not to include tagged LCR
SOURCE_DATABASEName of the database where the LCRs originated
RULE_NAMEName of the rule to be applied
RULE_OWNEROwner of the rule
RULE_CONDITIONGenerated rule condition evaluated by the rules engine

ALL_STREAMS_SCHEMA_RULES

STREAMS_NAMEName of the streams process: capture/propagation/apply process
STREAMS_TYPEType of the streams process: CAPTURE, PROPAGATION or APPLY
SCHEMA_NAMEName of the schema selected by this rule
RULE_TYPEType of rule: DML or DDL
INCLUDE_TAGGED_LCRWhether or not to include tagged LCR
SOURCE_DATABASEName of the database where the LCRs originated
RULE_NAMEName of the rule to be applied
RULE_OWNEROwner of the rule
RULE_CONDITIONGenerated rule condition evaluated by the rules engine

ALL_STREAMS_TABLE_RULES

STREAMS_NAMEName of the streams process: capture/propagation/apply process
STREAMS_TYPEType of the streams process: CAPTURE, PROPAGATION or APPLY
TABLE_OWNEROwner of the table selected by this rule
TABLE_NAMEName of the table selected by this rule
RULE_TYPEType of rule: DML or DDL
DML_CONDITIONRow subsetting condition
SUBSETTING_OPERATIONDML operation for row subsetting
INCLUDE_TAGGED_LCRWhether or not to include tagged LCR
SOURCE_DATABASEName of the database where the LCRs originated
RULE_NAMEName of the rule to be applied
RULE_OWNEROwner of the rule
RULE_CONDITIONGenerated rule condition evaluated by the rules engine

ALL_SUMDELTA

TABLEOBJ#Object number of the table
PARTITIONOBJ#Object number of table partitions (if the table is partitioned)
DMLOPERATIONType of DML operation applied to the table
SCNSCN when the bulk DML occurred
TIMESTAMPTimestamp of log entry
LOWROWIDThe start ROWID in the loaded rowid range
HIGHROWIDThe end ROWID in the loaded rowid range
SEQUENCEThe sequence# of the direct load

ALL_SUMMARIES

OWNEROwner of the summary
SUMMARY_NAMEName of the summary
CONTAINER_OWNEROwner of the container table
CONTAINER_NAMEName of the container table for this summary
LAST_REFRESH_SCNThe SCN of the last transaction to refresh the summary
LAST_REFRESH_DATEThe date of the last refresh of the summary
REFRESH_METHODUser declared method of refresh for the summary
SUMMARYIndicates the presence of either aggregation or a GROUP BY
FULLREFRESHTIMThe time that it took to fully refresh the summary
INCREFRESHTIMThe time that it took to incrementally refresh the summary
CONTAINS_VIEWSThis summary contains views in the FROM clause
UNUSABLEThis summary is unusable, the build was deferred
RESTRICTED_SYNTAXThis summary contains restrictive syntax
INC_REFRESHABLEThis summary is not restricted from being incrementally refreshed
KNOWN_STALEThis summary is directly stale
QUERY_LEN
QUERY

ALL_SUMMARY_AGGREGATES

OWNEROwner of the summary
SUMMARY_NAMEName of the summary
POSITION_IN_SELECTPosition of this aggregated measure with the SELECT list
CONTAINER_COLUMNName of this column in the container table
AGG_FUNCTIONName of the aggregation function, one of the following: COUNT, SUM, MIN, MAX, AVG, VARIANCE, STDDEV
DISTINCTFLAGSet to Y is this is a DISTINCT aggregation
MEASUREThe SQL text of the measure, excluding the aggregation function

ALL_SUMMARY_DETAIL_TABLES

OWNEROwner of the summary
SUMMARY_NAMEName of the summary
DETAIL_OWNEROwner of the detail relation
DETAIL_RELATIONName of the summary detail table
DETAIL_TYPEType of summary detail table type
DETAIL_ALIASAlias of the detail relation if used

ALL_SUMMARY_JOINS

OWNEROwner of the summary
SUMMARY_NAMEName of the summary
DETAILOBJ1_OWNEROwner of the 1st detail object
DETAILOBJ1_RELATIONName of the 1st detail object
DETAILOBJ1_COLUMNName of the 1st detail object column
OPERATORName of the join operator. Currently only = is defined
DETAILOBJ2_OWNEROwner of the 2nd detail object
DETAILOBJ2_RELATIONName of the 2nd detail object
DETAILOBJ2_COLUMNName of the 2nd detail object column

ALL_SUMMARY_KEYS

OWNEROwner of the summary
SUMMARY_NAMEName of the summary
POSITION_IN_SELECTPosition of this key within the SELECT list
CONTAINER_COLUMNName of the column in the container table
DETAILOBJ_OWNEROwner of the detail object
DETAILOBJ_NAMEName of the detail object
DETAILOBJ_ALIASAlias of the detail object
DETAILOBJ_TYPEType of the detail object: VIEW or TABLE
DETAILOBJ_COLUMNName of the detail object column

ALL_SYNONYMS

OWNEROwner of the synonym
SYNONYM_NAMEName of the synonym
TABLE_OWNEROwner of the object referenced by the synonym
TABLE_NAMEName of the object referenced by the synonym
DB_LINKName of the database link referenced in a remote synonym

ALL_TABLES

BUFFER_POOLThe default buffer pool to be used for table blocks
ROW_MOVEMENTWhether partitioned row movement is enabled or disabled
GLOBAL_STATSAre the statistics calculated without merging underlying partitions?
USER_STATSWere the statistics entered directly by the user?
DURATIONIf temporary table, then duration is sys$session or sys$transaction else NULL
SKIP_CORRUPTWhether skip corrupt blocks is enabled or disabled
MONITORINGShould we keep track of the amount of modification?
CLUSTER_OWNEROwner of the cluster, if any, to which the table belongs
DEPENDENCIESShould we keep track of row level dependencies?
OWNEROwner of the table
TABLE_NAMEName of the table
TABLESPACE_NAMEName of the tablespace containing the table
CLUSTER_NAMEName of the cluster, if any, to which the table belongs
IOT_NAMEName of the index-only table, if any, to which the overflow or mapping table entry belongs
PCT_FREEMinimum percentage of free space in a block
PCT_USEDMinimum percentage of used space in a block
INI_TRANSInitial number of transactions
MAX_TRANSMaximum number of transactions
INITIAL_EXTENTSize of the initial extent in bytes
NEXT_EXTENTSize of secondary extents in bytes
MIN_EXTENTSMinimum number of extents allowed in the segment
MAX_EXTENTSMaximum number of extents allowed in the segment
PCT_INCREASEPercentage increase in extent size
FREELISTSNumber of process freelists allocated in this segment
FREELIST_GROUPSNumber of freelist groups allocated in this segment
LOGGINGLogging attribute
BACKED_UPHas table been backed up since last modification?
NUM_ROWSThe number of rows in the table
BLOCKSThe number of used blocks in the table
EMPTY_BLOCKSThe number of empty (never used) blocks in the table
AVG_SPACEThe average available free space in the table
CHAIN_CNTThe number of chained rows in the table
AVG_ROW_LENThe average row length, including row overhead
AVG_SPACE_FREELIST_BLOCKSThe average freespace of all blocks on a freelist
NUM_FREELIST_BLOCKSThe number of blocks on the freelist
DEGREEThe number of threads per instance for scanning the table
INSTANCESThe number of instances across which the table is to be scanned
CACHEWhether the table is to be cached in the buffer cache
TABLE_LOCKWhether table locking is enabled or disabled
SAMPLE_SIZEThe sample size used in analyzing this table
LAST_ANALYZEDThe date of the most recent time this table was analyzed
PARTITIONEDIs this table partitioned? YES or NO
IOT_TYPEIf index-only table, then IOT_TYPE is IOT or IOT_OVERFLOW or IOT_MAPPING else NULL
TEMPORARYCan the current session only see data that it place in this object itself?
SECONDARYIs this table object created as part of icreate for domain indexes?
NESTEDIs the table a nested table?

ALL_TAB_COLS

COLUMN_IDSequence number of the column as created
DEFAULT_LENGTHLength of default value for the column
DATA_DEFAULTDefault value for the column
NUM_DISTINCTThe number of distinct values in the column
LOW_VALUEThe low value in the column
HIGH_VALUEThe high value in the column
DENSITYThe density of the column
NUM_NULLSThe number of nulls in the column
NUM_BUCKETSThe number of buckets in histogram for the column
LAST_ANALYZEDThe date of the most recent time this column was analyzed
SAMPLE_SIZEThe sample size used in analyzing this column
CHARACTER_SET_NAMECharacter set name
CHAR_COL_DECL_LENGTHDeclaration length of character type column
GLOBAL_STATSAre the statistics calculated without merging underlying partitions?
USER_STATSWere the statistics entered directly by the user?
AVG_COL_LENThe average length of the column in bytes
CHAR_LENGTHThe maximum length of the column in characters
CHAR_USEDC if maximum length is specified in characters, B if in bytes
V80_FMT_IMAGEIs column data in 8.0 image format?
DATA_UPGRADEDHas column data been upgraded to the latest type version format?
HIDDEN_COLUMNIs this a hidden column?
VIRTUAL_COLUMNIs this a virtual column?
SEGMENT_COLUMN_IDSequence number of the column in the segment
INTERNAL_COLUMN_IDInternal sequence number of the column
OWNER
TABLE_NAMETable, view or cluster name
COLUMN_NAMEColumn name
DATA_TYPEDatatype of the column
DATA_TYPE_MODDatatype modifier of the column
DATA_TYPE_OWNEROwner of the datatype of the column
DATA_LENGTHLength of the column in bytes
DATA_PRECISIONLength: decimal digits (NUMBER) or binary digits (FLOAT)
DATA_SCALEDigits to right of decimal point in a number
NULLABLEDoes column allow NULL values?

ALL_TAB_COLUMNS

OWNER
TABLE_NAMETable, view or cluster name
COLUMN_NAMEColumn name
DATA_TYPEDatatype of the column
DATA_TYPE_MODDatatype modifier of the column
DATA_TYPE_OWNEROwner of the datatype of the column
DATA_LENGTHLength of the column in bytes
DATA_PRECISIONLength: decimal digits (NUMBER) or binary digits (FLOAT)
DATA_SCALEDigits to right of decimal point in a number
NULLABLEDoes column allow NULL values?
COLUMN_IDSequence number of the column as created
DEFAULT_LENGTHLength of default value for the column
DATA_DEFAULTDefault value for the column
NUM_DISTINCTThe number of distinct values in the column
LOW_VALUEThe low value in the column
HIGH_VALUEThe high value in the column
DENSITYThe density of the column
NUM_NULLSThe number of nulls in the column
NUM_BUCKETSThe number of buckets in histogram for the column
LAST_ANALYZEDThe date of the most recent time this column was analyzed
SAMPLE_SIZEThe sample size used in analyzing this column
CHARACTER_SET_NAMECharacter set name
CHAR_COL_DECL_LENGTHDeclaration length of character type column
GLOBAL_STATSAre the statistics calculated without merging underlying partitions?
USER_STATSWere the statistics entered directly by the user?
AVG_COL_LENThe average length of the column in bytes
CHAR_LENGTHThe maximum length of the column in characters
CHAR_USEDC if maximum length is specified in characters, B if in bytes
V80_FMT_IMAGEIs column data in 8.0 image format?
DATA_UPGRADEDHas column data been upgraded to the latest type version format?

ALL_TAB_COL_STATISTICS

OWNERTable, view or cluster owner
TABLE_NAMETable, view or cluster name
COLUMN_NAMEColumn name
NUM_DISTINCTThe number of distinct values in the column
LOW_VALUEThe low value in the column
HIGH_VALUEThe high value in the column
DENSITYThe density of the column
NUM_NULLSThe number of nulls in the column
NUM_BUCKETSThe number of buckets in histogram for the column
LAST_ANALYZEDThe date of the most recent time this column was analyzed
SAMPLE_SIZEThe sample size used in analyzing this column
GLOBAL_STATSAre the statistics calculated without merging underlying partitions?
USER_STATSWere the statistics entered directly by the user?
AVG_COL_LENThe average length of the column in bytes

ALL_TAB_COMMENTS

OWNEROwner of the object
TABLE_NAMEName of the object
TABLE_TYPEType of the object
COMMENTSComment on the object

ALL_TAB_HISTOGRAMS

OWNEROwner of table
TABLE_NAMETable name
COLUMN_NAMEColumn name or attribute of object column
ENDPOINT_NUMBEREndpoint number
ENDPOINT_VALUENormalized endpoint value
ENDPOINT_ACTUAL_VALUEActual endpoint value

ALL_TAB_MODIFICATIONS

TABLE_OWNEROwner of modified table
TABLE_NAMEModified table
PARTITION_NAMEModified partition
SUBPARTITION_NAMEModified subpartition
INSERTSApproximate number of rows inserted since last analyze
UPDATESApproximate number of rows updated since last analyze
DELETESApproximate number of rows deleted since last analyze
TIMESTAMPTimestamp of last time this row was modified
TRUNCATEDWas this object truncated since the last analyze?

ALL_TAB_PRIVS

GRANTORName of the user who performed the grant
GRANTEEName of the user to whom access was granted
TABLE_SCHEMASchema of the object
TABLE_NAMEName of the object
PRIVILEGETable Privilege
GRANTABLEPrivilege is grantable
HIERARCHYPrivilege is with hierarchy option

ALL_TAB_PRIVS_MADE

GRANTEEName of the user to whom access was granted
OWNEROwner of the object
TABLE_NAMEName of the object
GRANTORName of the user who performed the grant
PRIVILEGETable Privilege
GRANTABLEPrivilege is grantable
HIERARCHYPrivilege is with hierarchy option

ALL_TAB_PRIVS_RECD

GRANTEEName of the user to whom access was granted
OWNEROwner of the object
TABLE_NAMEName of the object
GRANTORName of the user who performed the grant
PRIVILEGETable Privilege
GRANTABLEPrivilege is grantable
HIERARCHYPrivilege is with hierarchy option

ALL_TRIGGERS

OWNEROwner of the trigger
TRIGGER_NAMEName of the trigger
TRIGGER_TYPEWhen the trigger fires - BEFORE/AFTER and STATEMENT/ROW
TRIGGERING_EVENTStatement that will fire the trigger - INSERT, UPDATE and/or DELETE
TABLE_OWNEROwner of the table that this trigger is associated with
BASE_OBJECT_TYPE
TABLE_NAMEName of the table that this trigger is associated with
COLUMN_NAMEThe name of the column on which the trigger is defined over
REFERENCING_NAMESNames used for referencing to OLD and NEW values within the trigger
WHEN_CLAUSEWHEN clause must evaluate to true in order for triggering body to execute
STATUSIf DISABLED then trigger will not fire
DESCRIPTIONTrigger description, useful for re-creating trigger creation statement
ACTION_TYPE
TRIGGER_BODYAction taken by this trigger when it fires

ALL_TRIGGER_COLS

TRIGGER_OWNEROwner of the trigger
TRIGGER_NAMEName of the trigger
TABLE_OWNEROwner of the table
TABLE_NAMEName of the table on which the trigger is defined
COLUMN_NAMEName of the column or the attribute of the ADT column used in trigger definition
COLUMN_LISTIs column specified in UPDATE OF clause?
COLUMN_USAGEUsage of column within trigger body

ALL_TYPES

OWNEROwner of the type
TYPE_NAMEName of the type
TYPE_OIDObject identifier (OID) of the type
TYPECODETypecode of the type
ATTRIBUTESNumber of attributes in the type
METHODSNumber of methods in the type
PREDEFINEDIs the type a predefined type?
INCOMPLETEIs the type an incomplete type?
FINALIs the type a final type?
INSTANTIABLEIs the type an instantiable type?
SUPERTYPE_OWNEROwner of the supertype (null if type is not a subtype)
SUPERTYPE_NAMEName of the supertype (null if type is not a subtype)
LOCAL_ATTRIBUTESNumber of local (not inherited) attributes (if any) in the subtype
LOCAL_METHODSNumber of local (not inherited) methods (if any) in the subtype
TYPEIDType id value of the type

ALL_TYPE_ATTRS

OWNEROwner of the type
TYPE_NAMEName of the type
ATTR_NAMEName of the attribute
ATTR_TYPE_MODType modifier of the attribute
ATTR_TYPE_OWNEROwner of the type of the attribute
ATTR_TYPE_NAMEName of the type of the attribute
LENGTHLength of the CHAR attribute or maximum length of the VARCHAR or VARCHAR2 attribute
PRECISIONDecimal precision of the NUMBER or DECIMAL attribute or binary precision of the FLOAT attribute
SCALEScale of the NUMBER or DECIMAL attribute
CHARACTER_SET_NAMECharacter set name of the attribute
ATTR_NOSyntactical order number or position of the attribute as specified in the type specification or CREATE TYPE statement (not to be used as ID number)
INHERITEDIs the attribute inherited from the supertype ?

ALL_TYPE_METHODS

OWNEROwner of the type
TYPE_NAMEName of the type
METHOD_NAMEName of the method
METHOD_NOMethod number for distinguishing overloaded method (not to be used as ID number)
METHOD_TYPEType of the method
PARAMETERSNumber of parameters to the method
RESULTSNumber of results returned by the method
FINALIs the method final ?
INSTANTIABLEIs the method instantiable ?
OVERRIDINGIs the method overriding a supertype method ?
INHERITEDIs the method inherited from the supertype ?

ALL_TYPE_VERSIONS

OWNEROwner of the type
TYPE_NAMEName of the type
VERSION#Internal version number of the type
TYPECODETypecode of the type
STATUSStatus of the type
LINELine number of the type's spec
TEXTText of the type's spec
HASHCODEHashcode of the type

ALL_UNUSED_COL_TABS

OWNEROwner of the table
TABLE_NAMEName of the table
COUNTNumber of unused columns in table

ALL_UPDATABLE_COLUMNS

OWNERTable owner
TABLE_NAMETable name
COLUMN_NAMEColumn name
UPDATABLEIs the column updatable?
INSERTABLEIs the column insertable?
DELETABLEIs the column deletable?

ALL_USERS

USERNAMEName of the user
USER_IDID number of the user
CREATEDUser creation date

ALL_USTATS

OBJECT_OWNEROwner of the table or index for which the statistics have been collected
OBJECT_NAMEName of the table or index for which the statistics have been collected
PARTITION_NAMEName of the partition (if applicable) for which the stats have been collected
OBJECT_TYPEType of the object - Column or Index
ASSOCIATIONIf the statistics type association is direct or implicit
COLUMN_NAMEColumn name, if property is column for which statistics have been collected
STATSTYPE_SCHEMASchema of statistics type which was used to collect the statistics
STATSTYPE_NAMEName of statistics type which was used to collect statistics
STATISTICSUser collected statistics for the object

ALL_VARRAYS

OWNEROwner of the varray
PARENT_TABLE_NAMEName of the parent table containing the varray
PARENT_TABLE_COLUMNColumn name of the parent table that corresponds to the varray
TYPE_OWNEROwner of the type of which the varray was created
TYPE_NAMEName of the type of the varray
LOB_NAMEName of the lob if varray is stored in a lob
STORAGE_SPECIndication of default or user-specified storage for the varray
RETURN_TYPEReturn type of the varray column locator or value
ELEMENT_SUBSTITUTABLEIndication of whether the varray element is substitutable or not

ALL_VIEWS

OWNEROwner of the view
VIEW_NAMEName of the view
TEXT_LENGTHLength of the view text
TEXTView text
TYPE_TEXT_LENGTHLength of the type clause of the object view
TYPE_TEXTType clause of the object view
OID_TEXT_LENGTHLength of the WITH OBJECT OID clause of the object view
OID_TEXTWITH OBJECT OID clause of the object view
VIEW_TYPE_OWNEROwner of the type of the view if the view is an object view
VIEW_TYPEType of the view if the view is an object view
SUPERVIEW_NAMEName of the superview, if view is a subview