DBA_2PC_NEIGHBORS

LOCAL_TRAN_ID
IN_OUT"in" for incoming connections, "out" for outgoing
DATABASEin: client database name; out: outgoing db link
DBUSER_OWNERin: name of local user; out: owner of db link
INTERFACE"C" for request commit, else "N" for prepare or request readonly commit
DBIDthe database id at the other end of the connection
SESS#session number at this database of the connection
BRANCHtransaction branch ID at this database of the connection

DBA_2PC_PENDING

LOCAL_TRAN_IDstring of form: n.n.n, n a number
GLOBAL_TRAN_IDglobally unique transaction id
STATEcollecting, prepared, committed, forced commit, or forced rollback
MIXEDyes => part of the transaction committed and part rolled back (commit or rollback with the FORCE option was used)
ADVICEC for commit, R for rollback, else null
TRAN_COMMENTtext for "commit work comment "
FAIL_TIMEvalue of SYSDATE when the row was inserted (tx or system recovery)
FORCE_TIMEtime of manual force decision (null if not forced locally)
RETRY_TIMEtime automatic recovery (RECO) last tried to recover the transaction
OS_USERoperating system specific name for the end-user
OS_TERMINALoperating system specific name for the end-user terminal
HOSTname of the host machine for the end-user
DB_USEROracle user name of the end-user at the topmost database
COMMIT#global commit number for committed transactions

DBA_ALL_TABLES

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?
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

DBA_APPLICATION_ROLES

ROLEName of Application Role
SCHEMASchema name of authorizing package
PACKAGEName of authorizing package

DBA_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

DBA_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

DBA_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

DBA_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

DBA_APPLY_INSTANTIATED_OBJECTS

SOURCE_DATABASEName of the database where the objects originated
SOURCE_OBJECT_OWNEROwner of the object at the source database
SOURCE_OBJECT_NAMEName of the object at source
SOURCE_OBJECT_TYPEType of the object at source
INSTANTIATION_SCNPoint in time when the object was instantiated at source
IGNORE_SCNSCN lower bound for messages that will be considered for apply
APPLY_DATABASE_LINKFor remote objects, the database link pointing to the remote database

DBA_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

DBA_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

DBA_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

DBA_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 - table, 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

DBA_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?

DBA_AUDIT_TRAIL

OS_USERNAMEOperating System logon user name of the user whose actions were audited
USERNAMEName (not ID number) of the user whose actions were audited
USERHOSTNumeric instance ID for the Oracle instance from which the user is accessing the database. Used only in environments with distributed file systems and shared database files (e.g., clustered Oracle on
DEC VAX/VMS clusters)
TERMINALIdentifier for the user's terminal
TIMESTAMPTimestamp for the creation of the audit trail entry (Timestamp for the user's logon for entries created by AUDIT SESSION)
OWNERCreator of object affected by the action
OBJ_NAMEName of the object affected by the action
ACTIONNumeric action type code. The corresponding name of the action type (CREATE TABLE, INSERT, etc.) is in the column ACTION_NAME
ACTION_NAMEName of the action type corresponding to the numeric code in ACTION
NEW_OWNERThe owner of the object named in the NEW_NAME column
NEW_NAMENew name of object after RENAME, or name of underlying object (e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)
OBJ_PRIVILEGEObject privileges granted/revoked by a GRANT/REVOKE statement
SYS_PRIVILEGESystem privileges granted/revoked by a GRANT/REVOKE statement
ADMIN_OPTIONIf role/sys_priv was granted WITH ADMIN OPTON, A/-
GRANTEEThe name of the grantee specified in a GRANT/REVOKE statement
AUDIT_OPTIONAuditing option set with the audit statement
SES_ACTIONSSession summary. A string of 11 characters, one for each action type, in thisorder: Alter, Audit, Comment, Delete, Grant, Index, Insert, Lock, Rename, Select, Update. Values: "-" = None, "S" = Succ
ess, "F" = Failure, "B" = Both
LOGOFF_TIMETimestamp for user logoff
LOGOFF_LREADLogical reads for the session
LOGOFF_PREADPhysical reads for the session
LOGOFF_LWRITELogical writes for the session
LOGOFF_DLOCKDeadlocks detected during the session
COMMENT_TEXTText comment on the audit trail entry. Also indicates how the user was authenticated. The method can be one of the following: 1. "DATABASE" - authentication was done by password. 2. "NETWORK" - authe
ntication was done by Net8 or the Advanced Networking Option. 3. "PROXY" - the client was authenticated by another user. The name of the proxy user follows the method type.
SESSIONIDNumeric ID for each Oracle session
ENTRYIDNumeric ID for each audit trail entry in the session
STATEMENTIDNumeric ID for each statement run (a statement may cause many actions)
RETURNCODEOracle error code generated by the action. Zero if the action succeeded
PRIV_USEDSystem privilege used to execute the action
CLIENT_IDClient identifier in each Oracle session
SESSION_CPUAmount cpu time used by each oracel session

DBA_AWS

OWNEROwner of the Analytic Workspace
AW_NUMBERNumber of the Analytic Workspace
AW_NAMEName of the Analytic Workspace
PAGESPACESNumber of pagespaces in the Analytic Workspace
GENERATIONSNumber of active generations in the Analytic Workspace

DBA_AW_PS

OWNEROwner of the Analytic Workspace
AW_NUMBER
AW_NAMEName of the Analytic Workspace
PSNUMBERNumber of the pagespace
GENERATIONSNumber of active generations in the pagespace

DBA_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

DBA_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
CAPTURED_SCNEverything up to this SCN has been captured
APPLIED_SCNEverything up to this SCN has been applied

DBA_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

DBA_CAPTURE_PREPARED_DATABASE

TIMESTAMPTime at which the database was ready to be instantiated

DBA_CAPTURE_PREPARED_SCHEMAS

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

DBA_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

DBA_CATALOG

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

DBA_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?

DBA_CLUSTER_HASH_EXPRESSIONS

OWNERName of owner of cluster
CLUSTER_NAMEText of hash function of the cluster
HASH_EXPRESSIONText of hash function of cluster

DBA_CLU_COLUMNS

OWNEROwner of the cluster
CLUSTER_NAMECluster name
CLU_COLUMN_NAMEKey column in the cluster
TABLE_NAMEClustered table name
TAB_COLUMN_NAMEKey column or attribute of object column in the table

DBA_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?

DBA_COL_COMMENTS

OWNERName of the owner of the object
TABLE_NAMEName of the object
COLUMN_NAMEName of the column
COMMENTSComment on the object

DBA_COL_PRIVS

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

DBA_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

DBA_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

DBA_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

DBA_CONTEXT

NAMESPACENamespace of the context
SCHEMASchema of the designated package
PACKAGEName of the designated package
TYPEType of the context create

DBA_DATA_FILES

FILE_NAMEName of the database data file
FILE_IDID of the database data file
TABLESPACE_NAMEName of the tablespace to which the file belongs
BYTESSize of the file in bytes
BLOCKSSize of the file in ORACLE blocks
STATUSFile status: "INVALID" or "AVAILABLE"
RELATIVE_FNOTablespace-relative file number
AUTOEXTENSIBLEAutoextensible indicator: "YES" or "NO"
MAXBYTESMaximum size of the file in bytes
MAXBLOCKSMaximum size of the file in ORACLE blocks
INCREMENT_BYDefault increment for autoextension
USER_BYTESSize of the useful portion of file in bytes
USER_BLOCKSSize of the useful portion of file in ORACLE blocks

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_DIM_HIERARCHIES

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

DBA_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

DBA_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

DBA_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

DBA_DIRECTORIES

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

DBA_DMT_FREE_SPACE

TABLESPACE_IDID of the tablespace containing the extent
FILE_IDID number of the file containing the extent
BLOCK_IDStarting block number of the extent
BLOCKSSize of the extent in blocks

DBA_DMT_USED_EXTENTS

SEGMENT_FILEIDFile number of segment header of the extent
SEGMENT_BLOCKBlock number of segment header of the extent
TABLESPACE_IDID of the tablespace containing the extent
EXTENT_IDExtent number in the segment
FILEIDFile Number of the extent
BLOCKStarting block number of the extent
LENGTHNumber of blocks in the extent

DBA_ERRORS

OWNER
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

DBA_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

DBA_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

DBA_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

DBA_EXP_FILES

EXP_VERSIONVersion number of the export session
EXP_TYPE
FILE_NAMEName of the export file
USER_NAMEName of user who executed export
TIMESTAMPTimestamp of the export session

DBA_EXP_OBJECTS

OWNEROwner of exported object
OBJECT_NAMEName of exported object
OBJECT_TYPEType of exported object
CUMULATIVETimestamp of last cumulative export
INCREMENTALTimestamp of last incremental export
EXPORT_VERSIONThe id of the export session

DBA_EXP_VERSION

EXP_VERSIONVersion number of the last export session

DBA_EXTENTS

OWNEROwner of the segment associated with the extent
SEGMENT_NAMEName of the segment associated with the extent
PARTITION_NAMEPartition/Subpartition Name, if any, of the segment
SEGMENT_TYPEType of the segment
TABLESPACE_NAMEName of the tablespace containing the extent
EXTENT_IDExtent number in the segment
FILE_IDName of the file containing the extent
BLOCK_IDStarting block number of the extent
BYTESSize of the extent in bytes
BLOCKSSize of the extent in ORACLE blocks
RELATIVE_FNORelative number of the file containing the segment header

DBA_EXTERNAL_LOCATIONS

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

DBA_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

DBA_FGA_AUDIT_TRAIL

SESSION_IDSession id of the query
TIMESTAMPTime of the query
DB_USERDatabase username who executes the query
OS_USEROS username who executes the query
USERHOSTNumeric instance ID for the Oracle instance from which the user is accessing the database. Used only in environments with distributed file systems and shared database files (e.g., clustered Oracle on
DEC VAX/VMS clusters)
CLIENT_IDClient identifier in each Oracle session
EXT_NAMEExternal name
OBJECT_SCHEMAOwner of the table or view
OBJECT_NAMEName of the table or view
POLICY_NAMEName of Fine Grained Auditing Policy
SCNSCN of the query
SQL_TEXTSQL text of the query
SQL_BINDBind variable data of the query
COMMENT$TEXTComments

DBA_FREE_SPACE

TABLESPACE_NAMEName of the tablespace containing the extent
FILE_IDID number of the file containing the extent
BLOCK_IDStarting block number of the extent
BYTESSize of the extent in bytes
BLOCKSSize of the extent in ORACLE blocks
RELATIVE_FNORelative number of the file containing the extent

DBA_FREE_SPACE_COALESCED

TABLESPACE_NAMEName of Tablespace
TOTAL_EXTENTSTotal Number of Free Extents in Tablespace
EXTENTS_COALESCEDTotal Number of Coalesced Free Extents in Tablespace
PERCENT_EXTENTS_COALESCEDPercentage of Coalesced Free Extents in Tablespace
TOTAL_BYTESTotal Number of Free Bytes in Tablespace
BYTES_COALESCEDTotal Number of Coalesced Free Bytes in Tablespace
TOTAL_BLOCKSTotal Number of Free Oracle Blocks in Tablespace
BLOCKS_COALESCEDTotal Number of Coalesced Free Oracle Blocks in Tablespace
PERCENT_BLOCKS_COALESCEDPercentage of Coalesced Free Oracle Blocks in Tablespace

DBA_FREE_SPACE_COALESCED_TMP1

TS#Number of Tablespace
EXTENTS_COALESCEDNumber of Coalesced Free Extents in Tablespace
BLOCKS_COALESCEDTotal Coalesced Free Oracle Blocks in Tablespace

DBA_FREE_SPACE_COALESCED_TMP2

TS#Number of Tablespace
TOTAL_EXTENTSNumber of Free Extents in Tablespace
TOTAL_BLOCKSTotal Free Blocks in Tablespace

DBA_FREE_SPACE_COALESCED_TMP3

TS#Number of Tablespace
TOTAL_EXTENTSNumber of Free Extents in Tablespace
TOTAL_BLOCKSTotal Free Blocks in Tablespace

DBA_GLOBAL_CONTEXT

NAMESPACE
SCHEMASchema of the package that administers the globally accessible context
PACKAGEPackage that administers the globally accessible context

DBA_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

DBA_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-only 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 non-partitioned index is in UNUSABLE state 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?

DBA_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

DBA_INDEXTYPE_COMMENTS

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

DBA_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

DBA_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

DBA_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

DBA_INTERNAL_TRIGGERS

TABLE_NAMEName of the table
OWNER_NAMEName of the owner
INTERNAL_TRIGGER_TYPEType of internal trigger

DBA_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

DBA_JOBS_RUNNING

SIDIdentifier of process which is executing the job. See v$lock.
JOBIdentifier of job. This job is currently executing.
FAILURESHow many times has this job started and failed since its last success?
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.
INSTANCEThe instance number restricted to run the job

DBA_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)

DBA_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

DBA_LMT_FREE_SPACE

TABLESPACE_IDID of the tablespace containing the extent
FILE_IDID number of the file containing the extent
BLOCK_IDStarting block number of the extent
BLOCKSSize of the extent in blocks

DBA_LMT_USED_EXTENTS

SEGMENT_FILEIDFile number of segment header of the extent
SEGMENT_BLOCKBlock number of segment header of the extent
TABLESPACE_IDID of the tablespace containing the extent
EXTENT_IDExtent number in the segment
FILEIDFile Number of the extent
BLOCKStarting block number of the extent
LENGTHNumber of blocks in the extent

DBA_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?

DBA_LOGSTDBY_EVENTS

EVENT_TIMETime the event took place
CURRENT_SCNChange vector SCN for the change
COMMIT_SCNSCN for the commit record of the transaction
XIDUSNTransaction id, part 1 of 3
XIDSLTTransaction id, part 2 of 3
XIDSQNTransaction id, part 3 of 3
EVENTA SQL statement or other text describing the event
STATUS_CODEA number describing the event
STATUSA text string describing the event

DBA_LOGSTDBY_LOG

THREAD#Redo thread number
SEQUENCE#Redo log sequence number
FIRST_CHANGE#First change# in the archived log
NEXT_CHANGE#First change in the next log
FIRST_TIMETimestamp of the first change
NEXT_TIMETimestamp of the next change
FILE_NAMEArchived log file name
TIMESTAMPTime when the archiving completed
DICT_BEGINContains beginning of Log Miner Dictionary
DICT_ENDContains end of Log Miner Dictionary

DBA_LOGSTDBY_NOT_UNIQUE

OWNERSchema name of the non-unique table
TABLE_NAMETable name of the non-unique table
BAD_COLUMNIndicates that the table has a column not useful in the where clause

DBA_LOGSTDBY_PARAMETERS

NAMEName of the parameter
VALUEOptional value of the parameter

DBA_LOGSTDBY_PROGRESS

APPLIED_SCNAll transactions with a commit SCN <= this value have been applied
APPLIED_TIMEEstimate of the time the applied_scn was generated
READ_SCNAll log data greater than this SCN has been preserved in the database
READ_TIMEEstimate of the time the read_scn was generated
NEWEST_SCNThe most recent SCN available on standby.
NEWEST_TIMEEstimate of the time the newest_scn was generated

DBA_LOGSTDBY_SKIP

ERRORDoes this skip setting only apply to failed attempts
STATEMENT_OPTThe statement option choosen to skip
OWNERSchema name under which this skip option should be applied
NAMEObject name under which this skip option should be applied
PROCThe stored procedure to call for this skip setting. DDL only

DBA_LOGSTDBY_SKIP_TRANSACTION

XIDUSNTransaction id, component 1 of 3
XIDSLTTransaction id, component 2 of 3
XIDSQNTransaction id, component 3 of 3

DBA_LOGSTDBY_UNSUPPORTED

OWNERSchema name of unsupported column
TABLE_NAMETable name of unsupported column
COLUMN_NAMEColumn name of unsupported column
DATA_TYPEDatatype of unsupported column

DBA_LOG_GROUPS

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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_MVIEW_ANALYSIS

QUERYSELECT expression of the materialized view definition
REVISIONReserved for internal use
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
SUMMARY
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

DBA_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 detail table type
DETAILOBJ_ALIASAlias of the detail relation if used

DBA_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_TYPEIndicates inner or outer join. I = inner join, L = DETAILOBJ1 table is the left side of an outer join, R = DETAILOBJ2 table is the right side of an outer join
DETAILOBJ2_OWNEROwner of the 2nd detail object
DETAILOBJ2_RELATIONName of the 2nd detail object
DETAILOBJ2_COLUMNName of the 2nd detail object column

DBA_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

DBA_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)

DBA_MVIEW_LOG_FILTER_COLS

OWNEROwner of the master table being logged
NAMEName of the master table being logged
COLUMN_NAMEFilter column being logged

DBA_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

DBA_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

DBA_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 place 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?

DBA_OBJECT_SIZE

OWNEROwner of the object
NAMEName of the object
TYPEType of the object: "TYPE", "TYPE BODY", "TABLE", "VIEW", "SYNONYM", "SEQUENCE", "PROCEDURE", "FUNCTION", "PACKAGE", "PACKAGE BODY", "TRIGGER", "JAVA SOURCE", "JAVA CLASS", "JAVA RESOURCE" or "JAVA DA
TA"
SOURCE_SIZESize of the source, in bytes. Must be in memory during compilation, or dynamic recompilation
PARSED_SIZESize of the parsed form of the object, in bytes. Must be in memory when an object is being compiled that references this object
CODE_SIZECode size, in bytes. Must be in memory when this object is executing
ERROR_SIZESize of error messages, in bytes. In memory during the compilation of the object when there are compilation errors

DBA_OBJECT_TABLES

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?
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

DBA_OBJ_AUDIT_OPTS

OWNEROwner of the object
OBJECT_NAMEName of the object
OBJECT_TYPEType of the object
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
CRE
REA
WRI

DBA_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

DBA_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

DBA_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

DBA_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

DBA_OPERATORS

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

DBA_OPERATOR_COMMENTS

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

DBA_OUTLINES

NAMEName of the outline
OWNERUser who created 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

DBA_OUTLINE_HINTS

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

DBA_PARTIAL_DROP_TABS

OWNEROwner of the table
TABLE_NAMEName of the table

DBA_PENDING_CONV_TABLES

OWNEROwner of the table
TABLE_NAMEName of the table

DBA_PENDING_TRANSACTIONS

FORMATIDformat identifier of the transaction identifier
GLOBALIDglobal part (gtrid) of the transaction identifier
BRANCHIDbranch qualifier (bqual) of the transaction identifier

DBA_POLICIES

OBJECT_OWNEROwner of the synonym, table, or view
OBJECT_NAMEName of the synonym, table, or view
POLICY_GROUPName of the 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?

DBA_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

DBA_POLICY_GROUPS

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

DBA_PRIV_AUDIT_OPTS

USER_NAMEUser name if by user auditing. "ANY CLIENT" if access by a proxy on behalf of any client is being audited. NULL system wide auditing is being done
PROXY_NAMEName of the proxy user if auditing is being done for operations being done on behalf of a client. Null if auditing is being done for operations done by the client directly
PRIVILEGEName of the system privilege being audited
SUCCESSMode for WHENEVER SUCCESSFUL system auditing
FAILUREMode for WHENEVER NOT SUCCESSFUL system auditing

DBA_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

DBA_PROFILES

PROFILEProfile name
RESOURCE_NAMEResource name
RESOURCE_TYPE
LIMITLimit placed on this resource for this profile

DBA_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

DBA_PROXIES

PROXYName of the proxy user
CLIENTName of the client user who the proxy user can act on behalf of
CREDENTIALCredential passed by the proxy for the client (if any)
TYPEType of the credential
VERSIONVersion of the credential
AUTHORIZATION_CONSTRAINTIndicates the proxy's authority to exercise roles on client's behalf
ROLEName of the role referenced in authorization constraint

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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, 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

DBA_REGISTERED_MVIEW_GROUPS

NAMEName of the materialized view repgroup
MVIEW_SITEDatabase site of the materialized view repgroup
GROUP_COMMENTDescription of the materialized view repgroup
VERSIONVersion of the materialized view repgroup
FNAMEName of the flavor of the materialized view repgroup
OWNEROwner of the materialized view repgroup

DBA_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, 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

DBA_REGISTERED_SNAPSHOT_GROUPS

NAMEName of the snapshot repgroup
SNAPSHOT_SITEDatabase site of the snapshot repgroup
GROUP_COMMENTDescription of the snapshot repgroup
VERSIONVersion of the snapshot repgroup
FNAMEName of the flavor of the snapshot repgroup
OWNEROwner of the snapshot repgroup

DBA_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

DBA_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

DBA_REPCATLOG

IDIdentifying number of repcat log record
SOURCEName of the database at which the request originated
STATUSStatus of the request at this database
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
MESSAGEError message associated with processing the request
ERRNUMOracle error number associated with processing the request
GNAMEName of the replicated object group

DBA_REPCAT_EXCEPTIONS

EXCEPTION_IDInternal primary key of the exceptions table.
USER_NAMEUser name of user submitting the exception.
REQUESTOriginating request containing the exception.
JOBOriginating job containing the exception.
ERROR_DATEDate of occurance for the exception.
ERROR_NUMBERError number generating the exception.
ERROR_MESSAGEError message associated with the error generating the exception.
LINE_NUMBERLine number of the exception.

DBA_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.

DBA_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.

DBA_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.

DBA_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.

DBA_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.

DBA_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.

DBA_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 maximum length of the column in characters
CHAR_USEDC if the width was specified in characters, B if in bytes

DBA_REPCOLUMN_GROUP

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

DBA_REPCONFLICT

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

DBA_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

DBA_REPEXTENSIONS

EXTENSION_IDGlobally unique identifier for replication extension
REQUESTKind of replication extension
MASTERDEFMaster definition site for replication extension
EXPORT_REQUIREDYES if this extension requires an export, and NO if no export is required
REPCATLOG_IDIdentifier of repcatlog records related to replication extension
EXTENSION_STATUSStatus of replication extension
FLASHBACK_SCNFlashback_scn for export or change-based recovery for replication extension
BREAK_TRANS_TO_MASTERDEFYES if existing masters partially push to masterdef, NO if no pushing
BREAK_TRANS_TO_NEW_MASTERSYES if existing masters partially push to new masters, NO if no pushing
PERCENTAGE_FOR_CATCHUP_MDEFFraction of push to masterdef cycle devoted to catching up
CYCLE_SECONDS_MDEFLength of push to masterdef cycle when catching up
PERCENTAGE_FOR_CATCHUP_NEWFraction of push to new masters cycle devoted to catching up
CYCLE_SECONDS_NEWLength of push to new masters cycle when catching up

DBA_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_OWNEROwner of the object group

DBA_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

DBA_REPFLAVOR_OBJECTS

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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_REPKEY_COLUMNS

SNAMESchema containing table
ONAMEName of the table
COLColumn in the table

DBA_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?

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_REPRESOLUTION_METHOD

CONFLICT_TYPEType of conflict
METHOD_NAMEName of the conflict resolution method

DBA_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)

DBA_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

DBA_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
MASTERRedundant information from dba_repcat.master
PROP_UPDATESNumber of requested updates for master in repcat$_repprop
MY_DBLINKA sanity check after import: is this master the current site
GNAMEName of the replicated object group
GROUP_OWNEROwner of the replicated object group

DBA_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 dba_repcat.master
PROP_UPDATESNumber of requested updates for master in repcat$_repprop
MY_DBLINKA sanity check after import: is this master the current site
GROUP_OWNEROwner of the replicated object group

DBA_REPSITES_NEW

EXTENSION_IDGlobally unique identifier for replication extension
GOWNEROwner of the object group
GNAMEName of the replicated object group
DBLINKA database site that will replicate the object group
FULL_INSTANTIATIONY if the database uses full-database export or change-based recovery
MASTER_STATUSInstantiation status of the new master

DBA_RESUMABLE

USER_IDUser who own this resumable session
SESSION_IDSession ID of this resumable session
INSTANCE_IDInstance ID of this resumable session
COORD_INSTANCE_IDInstance number of parallel query coordinator
COORD_SESSION_IDSession number of parallel query coordinator
STATUSStatus of this resumable session
TIMEOUTTimeout of this resumable session
START_TIMEStart time of the current transaction
SUSPEND_TIMESuspend time of the current statement
RESUME_TIMEResume time of the current statement
NAMEName of this resumable session
SQL_TEXTThe current SQL text
ERROR_NUMBERThe current error number
ERROR_PARAMETER1The 1st parameter to the current error message
ERROR_PARAMETER2The 2nd parameter to the current error message
ERROR_PARAMETER3The 3rd parameter to the current error message
ERROR_PARAMETER4The 4th parameter to the current error message
ERROR_PARAMETER5The 5th parameter to the current error message
ERROR_MSGThe current error message

DBA_RGROUP

REFGROUPInternal identifier of refresh group
OWNEROwner of the refresh group
NAMEName of the 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
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

DBA_ROLES

ROLERole Name
PASSWORD_REQUIREDIndicates if the role requires a password to be enabled

DBA_ROLE_PRIVS

GRANTEEGrantee Name, User or Role receiving the grant
GRANTED_ROLEGranted role name
ADMIN_OPTIONGrant was with the ADMIN option
DEFAULT_ROLERole is designated as a DEFAULT ROLE for the user

DBA_ROLLBACK_SEGS

SEGMENT_NAMEName of the rollback segment
OWNEROwner of the rollback segment
TABLESPACE_NAMEName of the tablespace containing the rollback segment
SEGMENT_IDID number of the rollback segment
FILE_IDID number of the file containing the segment header
BLOCK_IDID number of the block containing the segment header
INITIAL_EXTENTInitial extent size in bytes
NEXT_EXTENTSecondary extent size in bytes
MIN_EXTENTSMinimum number of extents
MAX_EXTENTSMaximum number of extents
PCT_INCREASEPercent increase for extent size
STATUSRollback segment status
INSTANCE_NUMRollback segment owning parallel server instance number
RELATIVE_FNORelative number of the file containing the segment header

DBA_RSRC_CONSUMER_GROUPS

CONSUMER_GROUPconsumer group name
CPU_METHODCPU resource allocation method for the consumer group
COMMENTSText comment on the consumer group
STATUSPENDING if it is part of the pending area, ACTIVE otherwise
MANDATORYWhether the consumer group is mandatory

DBA_RSRC_CONSUMER_GROUP_PRIVS

GRANTEEGrantee name
GRANTED_GROUPconsumer group granted to the grantee
GRANT_OPTIONwhether the grantee can grant the privilege to others
INITIAL_GROUP

DBA_RSRC_MANAGER_SYSTEM_PRIVS

GRANTEEGrantee name
PRIVILEGEname of the system privilege
ADMIN_OPTIONwhether the grantee can grant the privilege to others

DBA_RSRC_PLANS

PLANPlan name
NUM_PLAN_DIRECTIVESNumber of plan directives for the plan
CPU_METHODCPU resource allocation method for the plan
ACTIVE_SESS_POOL_MTHmaximum active sessions target resource allocation method for the plan
PARALLEL_DEGREE_LIMIT_MTHparallel degree limit resource allocation method for the plan
QUEUEING_MTHqueueing method for groups
COMMENTSText comment on the plan
STATUSPENDING if it is part of the pending area, ACTIVE otherwise
MANDATORYWhether the plan is mandatory

DBA_RSRC_PLAN_DIRECTIVES

PLANName of the plan to which this directive belongs
GROUP_OR_SUBPLANName of the consumer group/sub-plan referred to
TYPEWhether GROUP_OR_SUBPLAN refers to a consumer group or a plan
CPU_P1first parameter for the CPU resource allocation method
CPU_P2second parameter for the CPU resource allocation method
CPU_P3third parameter for the CPU resource allocation method
CPU_P4fourth parameter for the CPU resource allocation method
CPU_P5fifth parameter for the CPU resource allocation method
CPU_P6sixth parameter for the CPU resource allocation method
CPU_P7seventh parameter for the CPU resource allocation method
CPU_P8eight parameter for the CPU resource allocation method
ACTIVE_SESS_POOL_P1first parameter for the maximum active sessions target resource allocation method
QUEUEING_P1first parameter for the queueing method
PARALLEL_DEGREE_LIMIT_P1first parameter for the parallel degree limit resource allocation method
SWITCH_GROUPgroup to switch to once switch time is reached
SWITCH_TIMEswitch time limit for execution within a group
SWITCH_ESTIMATEuse execution estimate to determine group?
MAX_EST_EXEC_TIMEuse of max. estimated execution time
UNDO_POOLmax. undo allocation for consumer groups
COMMENTSText comment on the plan directive
STATUSPENDING if it is part of the pending area, ACTIVE otherwise
MANDATORYWhether the plan directive is mandatory

DBA_RULES

RULE_OWNEROwner of the rule
RULE_NAMEName of the rule
RULE_CONDITIONthe rule expression
RULE_EVALUATION_CONTEXT_OWNER
RULE_EVALUATION_CONTEXT_NAME
RULE_ACTION_CONTEXTaction context of the rule
RULE_COMMENTuser description of the rule

DBA_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

DBA_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

DBA_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

DBA_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

DBA_SEGMENTS

OWNERUsername of the segment owner
SEGMENT_NAMEName, if any, of the segment
PARTITION_NAMEPartition/Subpartition Name, if any, of the segment
SEGMENT_TYPEType of segment: "TABLE", "CLUSTER", "INDEX", "ROLLBACK", "DEFERRED ROLLBACK", "TEMPORARY","SPACE HEADER", "TYPE2 UNDO" or "CACHE"
TABLESPACE_NAMEName of the tablespace containing the segment
HEADER_FILEID of the file containing the segment header
HEADER_BLOCKID of the block containing the segment header
BYTESSize, in bytes, of the segment
BLOCKSSize, in Oracle blocks, of the segment
EXTENTSNumber of extents allocated to the segment
INITIAL_EXTENTSize, in bytes, of the initial extent of the segment
NEXT_EXTENTSize, in bytes, of the next extent to be allocated to the segment
MIN_EXTENTSMinimum number of extents allowed in the segment
MAX_EXTENTSMaximum number of extents allowed in the segment
PCT_INCREASEPercent by which to increase the size of the next extent to be allocated
FREELISTSNumber of process freelists allocated in this segment
FREELIST_GROUPSNumber of freelist groups allocated in this segment
RELATIVE_FNORelative number of the file containing the segment header
BUFFER_POOLThe default buffer pool to be used for segments blocks

DBA_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

DBA_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 number of failed automatic refreshes since last successful refresh
FR_OPERATIONSIf REGENERATE, then the fast refresh operations have not been generated
CR_OPERATIONSIf REGENERATE, then the complete refresh operations have not been generated
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

DBA_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

DBA_SNAPSHOT_LOG_FILTER_COLS

OWNEROwner of the master table being logged
NAMEName of the master table being logged
COLUMN_NAMEFilter column being logged

DBA_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

DBA_SOURCE

OWNER
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

DBA_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

DBA_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 ?

DBA_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 ?

DBA_STMT_AUDIT_OPTS

USER_NAMEUser name if by user auditing. "ANY CLIENT" if access by a proxy on behalf of any client is being audited. NULL system wide auditing is being done
PROXY_NAMEName of the proxy user if auditing is being done for operations being done on behalf of a client. Null if auditing is being done for operations done by the client directly
AUDIT_OPTIONName of the system auditing option
SUCCESSMode for WHENEVER SUCCESSFUL system auditing
FAILUREMode for WHENEVER NOT SUCCESSFUL system auditing

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_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

DBA_SYNONYMS

OWNERUsername of the owner 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

DBA_SYS_PRIVS

GRANTEEGrantee Name, User or Role receiving the grant
PRIVILEGESystem privilege
ADMIN_OPTIONGrant was with the ADMIN option

DBA_TABLES

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?
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

DBA_TABLESPACES

TABLESPACE_NAMETablespace name
BLOCK_SIZETablespace block size
INITIAL_EXTENTDefault initial extent size
NEXT_EXTENTDefault incremental extent size
MIN_EXTENTSDefault minimum number of extents
MAX_EXTENTSDefault maximum number of extents
PCT_INCREASEDefault percent increase for extent size
MIN_EXTLENMinimum extent size for the tablespace
STATUSTablespace status: "ONLINE", "OFFLINE", or "READ ONLY"
CONTENTSTablespace contents: "PERMANENT", or "TEMPORARY"
LOGGINGDefault logging attribute
FORCE_LOGGINGTablespace force logging mode
EXTENT_MANAGEMENTExtent management tracking: "DICTIONARY" or "LOCAL"
ALLOCATION_TYPEType of extent allocation in effect for this tablespace
PLUGGED_IN
SEGMENT_SPACE_MANAGEMENTSegment space management tracking: "AUTO" or "MANUAL"

DBA_TAB_COLS

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 the width was 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

DBA_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 the width was 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?

DBA_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

DBA_TAB_COMMENTS

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

DBA_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

DBA_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?

DBA_TAB_PRIVS

GRANTEEUser 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

DBA_TEMPLATE_REFGROUPS

REFRESH_GROUP_IDInternal primary key of the refresh groups table.
REFRESH_GROUP_NAMEName of the refresh group
REFRESH_TEMPLATE_IDPrimary key of the template containing the refresh group.
REFRESH_TEMPLATE_NAMEName of the deployment template containing the refresh group.
ROLLBACK_SEGName of the rollback segment to use during refresh.
START_DATERefresh start date.
INTERVALRefresh interval.

DBA_TEMPLATE_TARGETS

TEMPLATE_TARGET_IDInternal primary key of the template targets table.
TARGET_DATABASEGlobal identifier of the target database.
TARGET_COMMENTComment on the target database.
CONNECT_STRINGThe connection descriptor used to connect to the target database.

DBA_TEMP_FILES

FILE_NAMEName of the database temp file
FILE_IDID of the database temp file
TABLESPACE_NAMEName of the tablespace to which the file belongs
BYTESSize of the file in bytes
BLOCKSSize of the file in ORACLE blocks
STATUSFile status: "AVAILABLE"
RELATIVE_FNOTablespace-relative file number
AUTOEXTENSIBLEAutoextensible indicator: "YES" or "NO"
MAXBYTESMaximum size of the file in bytes
MAXBLOCKSMaximum size of the file in ORACLE blocks
INCREMENT_BYDefault increment for autoextension
USER_BYTESSize of the useful portion of file in bytes
USER_BLOCKSSize of the useful portion of file in ORACLE blocks

DBA_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

DBA_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

DBA_TS_QUOTAS

TABLESPACE_NAMETablespace name
USERNAMEUser with resource rights on the tablespace
BYTESNumber of bytes charged to the user
MAX_BYTESUser's quota in bytes. NULL if no limit
BLOCKSNumber of ORACLE blocks charged to the user
MAX_BLOCKSUser's quota in ORACLE blocks. NULL if no limit

DBA_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

DBA_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 ?

DBA_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 ?

DBA_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

DBA_UNDO_EXTENTS

OWNEROwner of the segment associated with the extent
SEGMENT_NAMEName of the segment associated with the extent
TABLESPACE_NAMEName of the tablespace containing the extent
EXTENT_IDExtent number in the segment
FILE_IDName of the file containing the extent
BLOCK_IDStarting block number of the extent
BYTESSize of the extent in bytes
BLOCKSSize of the extent in ORACLE blocks
RELATIVE_FNORelative number of the file containing the segment header
COMMIT_JTIMECommit Time of the undo in the extent expressed as Julian date
COMMIT_WTIMECommit Time of the undo in the extent expressed as wall clock time
STATUSTransaction Status of the undo in the extent

DBA_UNUSED_COL_TABS

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

DBA_UPDATABLE_COLUMNS

OWNERtable owner
TABLE_NAMEtable name
COLUMN_NAMEcolumn name
UPDATABLEIs the column updatable?
INSERTABLEIs the column insertable?
DELETABLEIs the column deletable?

DBA_USERS

USERNAMEName of the user
USER_IDID number of the user
PASSWORDEncrypted password
ACCOUNT_STATUS
LOCK_DATE
EXPIRY_DATE
DEFAULT_TABLESPACEDefault tablespace for data
TEMPORARY_TABLESPACEDefault tablespace for temporary tables
CREATEDUser creation date
PROFILEUser resource profile name
INITIAL_RSRC_CONSUMER_GROUPUser's initial consumer group
EXTERNAL_NAMEUser external name

DBA_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

DBA_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

DBA_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