home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Treasures, Inc.
/
pctreasures.mdf
/
WINDOWS
/
adabas
/
f_0001
/
env
/
oraddcom.ins
< prev
next >
Wrap
Text File
|
1999-11-01
|
132KB
|
4,082 lines
*
INIT SERVERDB
*
SQLMODE ADABAS
*
USE USER sys sys
*
COMMENT ON TABLE sys.all_catalog IS
'All tables, views, synonyms, sequences accessible to the user'
*
COMMENT ON COLUMN sys.all_catalog.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.all_catalog.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_catalog.table_type IS
'Type of the object'
*
COMMENT ON TABLE sys.all_col_comments IS
'Comments on columns of accessible tables and views'
*
COMMENT ON COLUMN sys.all_col_comments.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.all_col_comments.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_col_comments.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.all_col_comments.comments IS
'Comment on the column'
*
COMMENT ON TABLE sys.all_col_privs IS
'Grants on columns for which the user is the grantor, grantee, owner,
or an enabled role or PUBLIC is the grantee'
*
COMMENT ON COLUMN sys.all_col_privs.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.all_col_privs.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.all_col_privs.table_schema IS
'Schema of the object'
*
COMMENT ON COLUMN sys.all_col_privs.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_col_privs.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.all_col_privs.privilege IS
'Column Privilege'
*
COMMENT ON COLUMN sys.all_col_privs.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.all_col_privs_made IS
'Grants on columns for which the user is owner or grantor'
*
COMMENT ON COLUMN sys.all_col_privs_made.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.all_col_privs_made.owner IS
'Username of the owner of the object'
*
COMMENT ON COLUMN sys.all_col_privs_made.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_col_privs_made.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.all_col_privs_made.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.all_col_privs_made.privilege IS
'Column Privilege'
*
COMMENT ON COLUMN sys.all_col_privs_made.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.all_col_privs_recd IS
'Grants on columns for which the user, PUBLIC or
enabled role is the grantee'
*
COMMENT ON COLUMN sys.all_col_privs_recd.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.all_col_privs_recd.owner IS
'Username of the owner of the object'
*
COMMENT ON COLUMN sys.all_col_privs_recd.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_col_privs_recd.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.all_col_privs_recd.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.all_col_privs_recd.privilege IS
'Column privilege'
*
COMMENT ON COLUMN sys.all_col_privs_recd.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.all_constraints IS
'Constraint definitions on accessible tables'
*
COMMENT ON COLUMN sys.all_constraints.owner IS
'Owner of the table'
*
COMMENT ON COLUMN sys.all_constraints.constraint_name IS
'Name associated with constraint definition'
*
COMMENT ON COLUMN sys.all_constraints.constraint_type IS
'Type of constraint definition'
*
COMMENT ON COLUMN sys.all_constraints.table_name IS
'Name associated with table with constraint definition'
*
COMMENT ON COLUMN sys.all_constraints.search_condition IS
'Text of search condition for table check'
*
COMMENT ON COLUMN sys.all_constraints.r_owner IS
'Owner of table used in referential constraint'
*
COMMENT ON COLUMN sys.all_constraints.r_constraint_name IS
'Name of unique constraint definition for referenced table'
*
COMMENT ON COLUMN sys.all_constraints.delete_rule IS
'The delete rule for a referential constraint'
*
COMMENT ON COLUMN sys.all_constraints.status IS
'enforcement status of constraint - ENABLED or DISABLED'
*
COMMENT ON TABLE sys.all_cons_columns IS
'Information about accessible columns in constraint definitions'
*
COMMENT ON COLUMN sys.all_cons_columns.owner IS
'Owner of the constraint definition'
*
COMMENT ON COLUMN sys.all_cons_columns.constraint_name IS
'Name associated with the constraint definition'
*
COMMENT ON COLUMN sys.all_cons_columns.table_name IS
'Name associated with table with constraint definition'
*
COMMENT ON COLUMN sys.all_cons_columns.column_name IS
'Name associated with column specified in the constraint definition'
*
COMMENT ON COLUMN sys.all_cons_columns.position IS
'Original position of column in definition'
*
COMMENT ON TABLE sys.all_db_links IS
'* Database links accessible to the user'
*
COMMENT ON COLUMN sys.all_db_links.owner IS
'Username of the owner of the database link'
*
COMMENT ON COLUMN sys.all_db_links.db_link IS
'Name of the database link'
*
COMMENT ON COLUMN sys.all_db_links.username IS
'Name of user to log on as'
*
COMMENT ON COLUMN sys.all_db_links.host IS
'SQL*Net string for connect'
*
COMMENT ON COLUMN sys.all_db_links.created IS
'Creation time of the database link'
*
COMMENT ON TABLE sys.all_def_audit_opts IS
'Auditing options for newly created objects'
*
COMMENT ON COLUMN sys.all_def_audit_opts.alt IS
'Auditing ALTER WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.aud IS
'Auditing AUDIT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.com IS
'Auditing COMMENT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.del IS
'Auditing DELETE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.gra IS
'Auditing GRANT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.ind IS
'Auditing INDEX WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.ins IS
'Auditing INSERT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.loc IS
'Auditing LOCK WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.ren IS
'Auditing RENAME WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.sel IS
'Auditing SELECT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.upd IS
'Auditing UPDATE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.all_def_audit_opts.ref IS
'Auditing REFERENCES WHENEVER SUCCESSFUL / UNSUCCESSFUL (not used)'
*
COMMENT ON COLUMN sys.all_def_audit_opts.exe IS
'Auditing EXECUTE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON TABLE sys.all_dependencies IS
'Dependencies to and from objects accessible to the user'
*
COMMENT ON COLUMN sys.all_dependencies.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.all_dependencies.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_dependencies.type IS
'Type of the object'
*
COMMENT ON COLUMN sys.all_dependencies.referenced_owner IS
'Owner of referenced object (remote owner if remote object)'
*
COMMENT ON COLUMN sys.all_dependencies.referenced_name IS
'Name of referenced object'
*
COMMENT ON COLUMN sys.all_dependencies.referenced_type IS
'Type of referenced object'
*
COMMENT ON COLUMN sys.all_dependencies.referenced_link_name IS
'* Name of dblink if this is a remote object'
*
COMMENT ON TABLE sys.all_errors IS
'* Current errors on stored objects that user is allowed to create'
*
COMMENT ON COLUMN sys.all_errors.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.all_errors.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_errors.type IS
'Type of object: "VIEW", "PROCEDURE", "FUNCTION", "PACKAGE"
or "PACKAGE BODY"'
*
COMMENT ON COLUMN sys.all_errors.sequence IS
'Sequence number used for ordering purposes'
*
COMMENT ON COLUMN sys.all_errors.line IS
'Line number at which this error occurs'
*
COMMENT ON COLUMN sys.all_errors.position IS
'Position in the line at which this error occurs'
*
COMMENT ON COLUMN sys.all_errors.text IS
'Text of the error'
*
COMMENT ON TABLE sys.all_indexes IS
'Descriptions of indexes on tables accessible to the user'
*
COMMENT ON COLUMN sys.all_indexes.owner IS
'Username of the owner of the index'
*
COMMENT ON COLUMN sys.all_indexes.index_name IS
'Name of the index'
*
COMMENT ON COLUMN sys.all_indexes.table_owner IS
'Owner of the indexed object'
*
COMMENT ON COLUMN sys.all_indexes.table_name IS
'Name of the indexed object'
*
COMMENT ON COLUMN sys.all_indexes.table_type IS
'Type of the indexed object'
*
COMMENT ON COLUMN sys.all_indexes.uniqueness IS
'Uniqueness status of the index: "UNIQUE" or "NONUNIQUE"'
*
COMMENT ON COLUMN sys.all_indexes.tablespace_name IS
'Name of the tablespace containing the index'
*
COMMENT ON COLUMN sys.all_indexes.ini_trans IS
'* Initial number of transactions'
*
COMMENT ON COLUMN sys.all_indexes.max_trans IS
'* Maximum number of transactions'
*
COMMENT ON COLUMN sys.all_indexes.initial_extent IS
'* Size of the initial extent'
*
COMMENT ON COLUMN sys.all_indexes.next_extent IS
'* Size of secondary extents'
*
COMMENT ON COLUMN sys.all_indexes.min_extents IS
'* Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.all_indexes.max_extents IS
'* Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.all_indexes.pct_increase IS
'* Percentage increase in extent size'
*
COMMENT ON COLUMN sys.all_indexes.pct_free IS
'* Minimum percentage of free space in a block'
*
COMMENT ON COLUMN sys.all_indexes.blevel IS
'* B-Tree level'
*
COMMENT ON COLUMN sys.all_indexes.leaf_blocks IS
'* The number of leaf blocks in the index'
*
COMMENT ON COLUMN sys.all_indexes.distinct_keys IS
'The number of distinct keys in the index'
*
COMMENT ON COLUMN sys.all_indexes.avg_leaf_blocks_per_key IS
'* The average number of leaf blocks per key'
*
COMMENT ON COLUMN sys.all_indexes.avg_data_blocks_per_key IS
'* The average number of data blocks per key'
*
COMMENT ON COLUMN sys.all_indexes.clustering_factor IS
'* A measurement of the amount of (dis)order of the table this index
is for'
*
COMMENT ON COLUMN sys.all_indexes.status IS
'Whether index is in Direct Load State or not'
*
COMMENT ON TABLE sys.all_ind_columns IS
'COLUMNs comprising INDEXes on accessible TABLES'
*
COMMENT ON COLUMN sys.all_ind_columns.index_owner IS
'Index owner'
*
COMMENT ON COLUMN sys.all_ind_columns.index_name IS
'Index name'
*
COMMENT ON COLUMN sys.all_ind_columns.table_owner IS
'Table or cluster owner'
*
COMMENT ON COLUMN sys.all_ind_columns.table_name IS
'Table or cluster name'
*
COMMENT ON COLUMN sys.all_ind_columns.column_name IS
'Column name'
*
COMMENT ON COLUMN sys.all_ind_columns.column_position IS
'Position of column within index'
*
COMMENT ON COLUMN sys.all_ind_columns.column_length IS
'Indexed length of the column'
*
COMMENT ON TABLE sys.all_objects IS
'Objects accessible to the user'
*
COMMENT ON COLUMN sys.all_objects.owner IS
'Username of the owner of the object'
*
COMMENT ON COLUMN sys.all_objects.object_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_objects.object_id IS
'Object number of the object'
*
COMMENT ON COLUMN sys.all_objects.object_type IS
'Type of the object'
*
COMMENT ON COLUMN sys.all_objects.created IS
'Timestamp for the creation of the object'
*
COMMENT ON COLUMN sys.all_objects.last_ddl_time IS
'Timestamp for the last DDL change (including GRANT and REVOKE)
to the object'
*
COMMENT ON COLUMN sys.all_objects.timestamp IS
'Timestamp for the specification of the object'
*
COMMENT ON COLUMN sys.all_objects.status IS
'Status of the object'
*
COMMENT ON TABLE sys.all_sequences IS
'Description of SEQUENCEs accessible to the user'
*
COMMENT ON COLUMN sys.all_sequences.sequence_owner IS
'Name of the owner of the sequence'
*
COMMENT ON COLUMN sys.all_sequences.sequence_name IS
'SEQUENCE name'
*
COMMENT ON COLUMN sys.all_sequences.min_value IS
'Minimum value of the sequence'
*
COMMENT ON COLUMN sys.all_sequences.max_value IS
'Maximum value of the sequence'
*
COMMENT ON COLUMN sys.all_sequences.increment_by IS
'Value by which sequence is incremented'
*
COMMENT ON COLUMN sys.all_sequences.cycle_flag IS
'Does sequence wrap around on reaching limit?'
*
COMMENT ON COLUMN sys.all_sequences.order_flag IS
'Are sequence numbers generated in order?'
*
COMMENT ON COLUMN sys.all_sequences.cache_size IS
'Number of sequence numbers to cache'
*
COMMENT ON COLUMN sys.all_sequences.last_number IS
'Last sequence number written to disk'
*
COMMENT ON TABLE sys.all_snapshots IS
'Snapshots the user can look at'
*
COMMENT ON COLUMN sys.all_snapshots.owner IS
'Owner of the snapshot'
*
COMMENT ON COLUMN sys.all_snapshots.name IS
'The view used by users and applications for viewing the snapshot'
*
COMMENT ON COLUMN sys.all_snapshots.table_name IS
'* Table the snapshot is stored in --
has an extra column for the master rowid'
*
COMMENT ON COLUMN sys.all_snapshots.master_view IS
'* View of the master table, owned by the snapshot owner,
used for refreshes'
*
COMMENT ON COLUMN sys.all_snapshots.master_owner IS
'Owner of the master table'
*
COMMENT ON COLUMN sys.all_snapshots.master IS
'Name of the master table that this snapshot is a copy of'
*
COMMENT ON COLUMN sys.all_snapshots.master_link IS
'* Database link name to the master site'
*
COMMENT ON COLUMN sys.all_snapshots.can_use_log IS
'If NO, this snapshot is complex and will never use a log'
*
COMMENT ON COLUMN sys.all_snapshots.last_refresh IS
'* SYSDATE from the master site at the time of the last refresh'
*
COMMENT ON COLUMN sys.all_snapshots.error IS
'* The error returned last time an automatic refresh was attempted'
*
COMMENT ON COLUMN sys.all_snapshots.type IS
'The type of refresh (complete,fast,force) for all automatic refreshes'
*
COMMENT ON COLUMN sys.all_snapshots.next IS
'* The date function used to compute next refresh dates'
*
COMMENT ON COLUMN sys.all_snapshots.start_with IS
'* The date function used to compute next refresh dates'
*
COMMENT ON COLUMN sys.all_snapshots.query IS
'The original query that this snapshot is an instantiation of'
*
COMMENT ON TABLE sys.all_source IS
'* Current source on stored objects that user is allowed to create'
*
COMMENT ON COLUMN sys.all_source.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.all_source.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_source.type IS
'Type of the object: "PROCEDURE", "FUNCTION", "PACKAGE" or "PACKAGE BODY"'
*
COMMENT ON COLUMN sys.all_source.line IS
'Line number of this line of source'
*
COMMENT ON COLUMN sys.all_source.text IS
'Source text'
*
COMMENT ON TABLE sys.all_synonyms IS
'All synonyms accessible to the user'
*
COMMENT ON COLUMN sys.all_synonyms.owner IS
'Owner of the synonym'
*
COMMENT ON COLUMN sys.all_synonyms.synonym_name IS
'Name of the synonym'
*
COMMENT ON COLUMN sys.all_synonyms.table_owner IS
'Owner of the object referenced by the synonym'
*
COMMENT ON COLUMN sys.all_synonyms.table_name IS
'Name of the object referenced by the synonym'
*
COMMENT ON COLUMN sys.all_synonyms.db_link IS
'* Name of the database link referenced in a remote synonym'
*
COMMENT ON TABLE sys.all_tables IS
'Description of tables accessible to the user'
*
COMMENT ON COLUMN sys.all_tables.owner IS
'Owner of the table'
*
COMMENT ON COLUMN sys.all_tables.table_name IS
'Name of the table'
*
COMMENT ON COLUMN sys.all_tables.tablespace_name IS
'Name of the tablespace containing the table'
*
COMMENT ON COLUMN sys.all_tables.cluster_name IS
'* Name of the cluster, if any, to which the table belongs'
*
COMMENT ON COLUMN sys.all_tables.pct_free IS
'* Minimum percentage of free space in a block'
*
COMMENT ON COLUMN sys.all_tables.pct_used IS
'* Minimum percentage of used space in a block'
*
COMMENT ON COLUMN sys.all_tables.ini_trans IS
'* Initial number of transactions'
*
COMMENT ON COLUMN sys.all_tables.max_trans IS
'* Maximum number of transactions'
*
COMMENT ON COLUMN sys.all_tables.initial_extent IS
'* Size of the initial extent in bytes'
*
COMMENT ON COLUMN sys.all_tables.next_extent IS
'* Size of secondary extents in bytes'
*
COMMENT ON COLUMN sys.all_tables.min_extents IS
'* Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.all_tables.max_extents IS
'* Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.all_tables.pct_increase IS
'* Percentage increase in extent size'
*
COMMENT ON COLUMN sys.all_tables.backed_up IS
'* Has table been backed up since last modification?'
*
COMMENT ON COLUMN sys.all_tables.num_rows IS
'* The number of rows in the table'
*
COMMENT ON COLUMN sys.all_tables.blocks IS
'* The number of used blocks in the table'
*
COMMENT ON COLUMN sys.all_tables.empty_blocks IS
'* The number of empty (never used) blocks in the table'
*
COMMENT ON COLUMN sys.all_tables.avg_space IS
'* The average available free space in the table'
*
COMMENT ON COLUMN sys.all_tables.chain_cnt IS
'* The number of chained rows in the table'
*
COMMENT ON COLUMN sys.all_tables.avg_row_len IS
'* The average row length, including row overhead'
*
COMMENT ON TABLE sys.all_tab_columns IS
'Columns of all tables, views and clusters'
*
COMMENT ON COLUMN sys.all_tab_columns.owner IS
'Owner of the table, view or cluster'
*
COMMENT ON COLUMN sys.all_tab_columns.table_name IS
'Table, view or cluster name'
*
COMMENT ON COLUMN sys.all_tab_columns.column_name IS
'Column name'
*
COMMENT ON COLUMN sys.all_tab_columns.data_type IS
'Datatype of the column'
*
COMMENT ON COLUMN sys.all_tab_columns.data_length IS
'Length of the column in bytes'
*
COMMENT ON COLUMN sys.all_tab_columns.data_precision IS
'Length: decimal digits (NUMBER) or binary digits (FLOAT)'
*
COMMENT ON COLUMN sys.all_tab_columns.data_scale IS
'Digits to right of decimal point in a number'
*
COMMENT ON COLUMN sys.all_tab_columns.nullable IS
'Does column allow NULL values?'
*
COMMENT ON COLUMN sys.all_tab_columns.column_id IS
'Sequence number of the column as created'
*
COMMENT ON COLUMN sys.all_tab_columns.default_length IS
'Length of default value for the column'
*
COMMENT ON COLUMN sys.all_tab_columns.data_default IS
'Default value for the column'
*
COMMENT ON COLUMN sys.all_tab_columns.num_distinct IS
'The number of distinct values for the column'
*
COMMENT ON COLUMN sys.all_tab_columns.low_value IS
'* The second smallest value for the column'
*
COMMENT ON COLUMN sys.all_tab_columns.high_value IS
'* The second highest value for the column'
*
COMMENT ON COLUMN sys.all_tab_columns.density IS
'* The density of the column'
*
COMMENT ON TABLE sys.all_tab_comments IS
'Comments on tables and views accessible to the user'
*
COMMENT ON COLUMN sys.all_tab_comments.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.all_tab_comments.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_tab_comments.table_type IS
'Type of the object'
*
COMMENT ON COLUMN sys.all_tab_comments.comments IS
'Comment on the object'
*
COMMENT ON TABLE sys.all_tab_privs IS
'Grants on objects for which the user is the grantor, grantee, owner,
or an enabled role or PUBLIC is the grantee'
*
COMMENT ON COLUMN sys.all_tab_privs.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.all_tab_privs.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.all_tab_privs.table_schema IS
'Schema of the object'
*
COMMENT ON COLUMN sys.all_tab_privs.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_tab_privs.privilege IS
'Table Privilege'
*
COMMENT ON COLUMN sys.all_tab_privs.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.all_tab_privs_made IS
'User''s grants and grants on user''s objects'
*
COMMENT ON COLUMN sys.all_tab_privs_made.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.all_tab_privs_made.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.all_tab_privs_made.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_tab_privs_made.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.all_tab_privs_made.privilege IS
'Table Privilege'
*
COMMENT ON COLUMN sys.all_tab_privs_made.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.all_tab_privs_recd IS
'Grants on objects for which the user, PUBLIC or enabled role
is the grantee'
*
COMMENT ON COLUMN sys.all_tab_privs_recd.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.all_tab_privs_recd.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.all_tab_privs_recd.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.all_tab_privs_recd.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.all_tab_privs_recd.privilege IS
'Table Privilege'
*
COMMENT ON COLUMN sys.all_tab_privs_recd.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.all_triggers IS
'Triggers accessible to the current user'
*
COMMENT ON COLUMN sys.all_triggers.owner IS
'Owner of the trigger'
*
COMMENT ON COLUMN sys.all_triggers.trigger_name IS
'Name of the trigger'
*
COMMENT ON COLUMN sys.all_triggers.trigger_type IS
'When the trigger fires - BEFORE/AFTER and STATEMENT/ROW'
*
COMMENT ON COLUMN sys.all_triggers.triggering_event IS
'Statement that will fire the trigger - INSERT, UPDATE and/or DELETE'
*
COMMENT ON COLUMN sys.all_triggers.table_owner IS
'Owner of the table that this trigger is associated with'
*
COMMENT ON COLUMN sys.all_triggers.table_name IS
'Name of the table that this trigger is associated with'
*
COMMENT ON COLUMN sys.all_triggers.referencing_names IS
'* Names used for referencing to OLD and NEW values within the trigger'
*
COMMENT ON COLUMN sys.all_triggers.when_clause IS
'* WHEN clause must evaluate to true in order for triggering body
to execute'
*
COMMENT ON COLUMN sys.all_triggers.status IS
'If DISABLED then trigger will not fire'
*
COMMENT ON COLUMN sys.all_triggers.description IS
'Trigger description, useful for re-creating trigger creation statement'
*
COMMENT ON COLUMN sys.all_triggers.trigger_body IS
'* Action taken by this trigger when it fires'
*
COMMENT ON TABLE sys.all_trigger_cols IS
'* Column usage in user''s triggers or in triggers on user''s tables'
*
COMMENT ON COLUMN sys.all_trigger_cols.trigger_owner IS
'Owner of the trigger'
*
COMMENT ON COLUMN sys.all_trigger_cols.trigger_name IS
'Name of the trigger'
*
COMMENT ON COLUMN sys.all_trigger_cols.table_owner IS
'Owner of the table'
*
COMMENT ON COLUMN sys.all_trigger_cols.table_name IS
'Name of the table on which the trigger is defined'
*
COMMENT ON COLUMN sys.all_trigger_cols.column_name IS
'Name of the column used in trigger definition'
*
COMMENT ON COLUMN sys.all_trigger_cols.column_list IS
'Is column specified in UPDATE OF clause?'
*
COMMENT ON COLUMN sys.all_trigger_cols.column_usage IS
'Usage of column within trigger body'
*
COMMENT ON TABLE sys.all_users IS
'Information about all users of the database'
*
COMMENT ON COLUMN sys.all_users.username IS
'Name of the user'
*
COMMENT ON COLUMN sys.all_users.user_id IS
'ID number of the user'
*
COMMENT ON COLUMN sys.all_users.created IS
'User creation date'
*
COMMENT ON TABLE sys.all_views IS
'Text of views accessible to the user'
*
COMMENT ON COLUMN sys.all_views.owner IS
'Owner of the view'
*
COMMENT ON COLUMN sys.all_views.view_name IS
'Name of the view'
*
COMMENT ON COLUMN sys.all_views.text_length IS
'Length of the view text'
*
COMMENT ON COLUMN sys.all_views.text IS
'View text'
*
COMMENT ON TABLE sys.dba_2pc_neighbors IS
'* information about incoming and outgoing connections
for pending transactions'
*
COMMENT ON COLUMN sys.dba_2pc_neighbors.in_out IS
'"in" for incoming connections, "out" for outgoing'
*
COMMENT ON COLUMN sys.dba_2pc_neighbors.database IS
'in: client database name; out: outgoing db link'
*
COMMENT ON COLUMN sys.dba_2pc_neighbors.dbuser_owner IS
'in: name of local user; out: owner of db link'
*
COMMENT ON COLUMN sys.dba_2pc_neighbors.interface IS
'"C" for request commit, else "N" for prepare or request readonly commit'
*
COMMENT ON COLUMN sys.dba_2pc_neighbors.dbid IS
'the database id at the other end of the connection'
*
COMMENT ON COLUMN sys.dba_2pc_neighbors."SESS#" IS
'session number at this database of the connection'
*
COMMENT ON COLUMN sys.dba_2pc_neighbors.branch IS
'transaction branch ID at this database of the connection'
*
COMMENT ON TABLE sys.dba_2pc_pending IS
'* info about distributed transactions awaiting recovery'
*
COMMENT ON COLUMN sys.dba_2pc_pending.local_tran_id IS
'string of form: n.n.n, n a number'
*
COMMENT ON COLUMN sys.dba_2pc_pending.global_tran_id IS
'globally unique transaction id'
*
COMMENT ON COLUMN sys.dba_2pc_pending.state IS
'collecting, prepared, committed, forced commit, or forced rollback'
*
COMMENT ON COLUMN sys.dba_2pc_pending.mixed IS
'yes => part of the transaction committed and part rolled back
(commit or rollback with the FORCE option was used)'
*
COMMENT ON COLUMN sys.dba_2pc_pending.advice IS
'C for commit, R for rollback, else null'
*
COMMENT ON COLUMN sys.dba_2pc_pending.tran_comment IS
'text for "commit work comment <text>"'
*
COMMENT ON COLUMN sys.dba_2pc_pending.fail_time IS
'value of SYSDATE when the row was inserted (tx or system recovery)'
*
COMMENT ON COLUMN sys.dba_2pc_pending.force_time IS
'time of manual force decision (null if not forced locally)'
*
COMMENT ON COLUMN sys.dba_2pc_pending.retry_time IS
'time automatic recovery (RECO) last tried to recover the transaction'
*
COMMENT ON COLUMN sys.dba_2pc_pending.os_user IS
'operating system specific name for the end-user'
*
COMMENT ON COLUMN sys.dba_2pc_pending.os_terminal IS
'operating system specific name for the end-user terminal'
*
COMMENT ON COLUMN sys.dba_2pc_pending.host IS
'name of the host machine for the end-user'
*
COMMENT ON COLUMN sys.dba_2pc_pending.db_user IS
'Oracle user name of the end-user at the topmost database'
*
COMMENT ON COLUMN sys.dba_2pc_pending."COMMIT#" IS
'global commit number for committed transactions'
*
COMMENT ON TABLE sys.dba_audit_exists IS
'* Lists audit trail entries produced by AUDIT NOT EXISTS and AUDIT EXISTS'
*
COMMENT ON TABLE sys.dba_audit_exists IS
'All audit trail entries'
*
COMMENT ON COLUMN sys.dba_audit_exists.os_username IS
'Operating System logon user name of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_exists.username IS
'Name (not ID number) of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_exists.userhost IS
'Numeric 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)'
*
COMMENT ON COLUMN sys.dba_audit_exists.terminal IS
'Identifier for the user''s terminal'
*
COMMENT ON COLUMN sys.dba_audit_exists.timestamp IS
'Timestamp for the creation of the audit trail entry (Timestamp for the
user''s logon for entries created by AUDIT SESSION)'
*
COMMENT ON COLUMN sys.dba_audit_exists.owner IS
'Creator of object affected by the action'
*
COMMENT ON COLUMN sys.dba_audit_exists.obj_name IS
'Name of the object affected by the action'
*
COMMENT ON COLUMN sys.dba_audit_exists.action_name IS
'Name of the action type corresponding to the numeric code in ACTION'
*
COMMENT ON COLUMN sys.dba_audit_exists.new_owner IS
'The owner of the object named in the NEW_NAME column'
*
COMMENT ON COLUMN sys.dba_audit_exists.new_name IS
'New name of object after RENAME, or name of underlying object
(e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
*
COMMENT ON COLUMN sys.dba_audit_exists.obj_privilege IS
'Object privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.dba_audit_exists.sys_privilege IS
'System privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.dba_audit_exists.grantee IS
'The name of the grantee specified in a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.dba_audit_exists.sessionid IS
'Numeric ID for each Oracle session'
*
COMMENT ON COLUMN sys.dba_audit_exists.entryid IS
'Numeric ID for each audit trail entry in the session'
*
COMMENT ON COLUMN sys.dba_audit_exists.statementid IS
'Numeric ID for each statement run (a statement may cause many actions)'
*
COMMENT ON COLUMN sys.dba_audit_exists.returncode IS
'Oracle error code generated by the action. Zero if the action succeeded'
*
COMMENT ON TABLE sys.dba_audit_object IS
'* Audit trail records for statements concerning objects, specifically:
table, cluster, view, index, sequence, [public] database link,
[public] synonym, procedure, trigger, rollback segment, tablespace,
role, user'
*
COMMENT ON COLUMN sys.dba_audit_object.os_username IS
'Operating System logon user name of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_object.username IS
'Name (not ID number) of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_object.userhost IS
'Numeric 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)'
*
COMMENT ON COLUMN sys.dba_audit_object.terminal IS
'Identifier for the user''s terminal'
*
COMMENT ON COLUMN sys.dba_audit_object.timestamp IS
'Timestamp for the creation of the audit trail entry (Timestamp for the
user''s logon for entries created by AUDIT SESSION)'
*
COMMENT ON COLUMN sys.dba_audit_object.owner IS
'Creator of object affected by the action'
*
COMMENT ON COLUMN sys.dba_audit_object.obj_name IS
'Name of the object affected by the action'
*
COMMENT ON COLUMN sys.dba_audit_object.action_name IS
'Name of the action type corresponding to the numeric code in ACTION'
*
COMMENT ON COLUMN sys.dba_audit_object.new_owner IS
'The owner of the object named in the NEW_NAME column'
*
COMMENT ON COLUMN sys.dba_audit_object.new_name IS
'New name of object after RENAME, or name of underlying object
(e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
*
COMMENT ON COLUMN sys.dba_audit_object.ses_actions IS
'Session summary. A string of 11 characters, one for each action type,
in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
Lock, Rename, Select, Update. Values: "-" = None, "S" = Success,
"F" = Failure, "B" = Both'
*
COMMENT ON COLUMN sys.dba_audit_object.comment_text IS
'Text comment on the audit trail entry'
*
COMMENT ON COLUMN sys.dba_audit_object.sessionid IS
'Numeric ID for each Oracle session'
*
COMMENT ON COLUMN sys.dba_audit_object.entryid IS
'Numeric ID for each audit trail entry in the session'
*
COMMENT ON COLUMN sys.dba_audit_object.statementid IS
'Numeric ID for each statement run (a statement may cause many actions)'
*
COMMENT ON COLUMN sys.dba_audit_object.returncode IS
'Oracle error code generated by the action. Zero if the action succeeded'
*
COMMENT ON COLUMN sys.dba_audit_object.priv_used IS
'System privilege used to execute the action'
*
COMMENT ON COLUMN sys.dba_audit_object.object_label IS
'Optional Trusted ORACLE label associated with object being audited'
*
COMMENT ON COLUMN sys.dba_audit_object.session_label IS
'Trusted ORACLE label associated with user session'
*
COMMENT ON TABLE sys.dba_audit_session IS
'* All audit trail entries concerning connect and disconnect'
*
COMMENT ON COLUMN sys.dba_audit_session.os_username IS
'Operating System logon user name of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_session.username IS
'Name (not ID number) of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_session.userhost IS
'Numeric 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)'
*
COMMENT ON COLUMN sys.dba_audit_session.terminal IS
'Identifier for the user''s terminal'
*
COMMENT ON COLUMN sys.dba_audit_session.timestamp IS
'Timestamp for the creation of the audit trail entry (Timestamp for the
user''s logon for entries created by AUDIT SESSION)'
*
COMMENT ON COLUMN sys.dba_audit_session.action_name IS
'Name of the action type corresponding to the numeric code in ACTION'
*
COMMENT ON COLUMN sys.dba_audit_session.logoff_time IS
'Timestamp for user logoff'
*
COMMENT ON COLUMN sys.dba_audit_session.logoff_lread IS
'Logical reads for the session'
*
COMMENT ON COLUMN sys.dba_audit_session.logoff_pread IS
'Physical reads for the session'
*
COMMENT ON COLUMN sys.dba_audit_session.logoff_lwrite IS
'Logical writes for the session'
*
COMMENT ON COLUMN sys.dba_audit_session.logoff_dlock IS
'Deadlocks detected during the session'
*
COMMENT ON COLUMN sys.dba_audit_session.sessionid IS
'Numeric ID for each Oracle session'
*
COMMENT ON COLUMN sys.dba_audit_session.returncode IS
'Oracle error code generated by the action. Zero if the action succeeded'
*
COMMENT ON COLUMN sys.dba_audit_session.session_label IS
'Trusted ORACLE label associated with user session'
*
COMMENT ON TABLE sys.dba_audit_statement IS
'* Audit trail records concerning grant, revoke, audit, noaudit
and alter system'
*
COMMENT ON COLUMN sys.dba_audit_statement.os_username IS
'Operating System logon user name of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_statement.username IS
'Name (not ID number) of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_statement.userhost IS
'Numeric 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)'
*
COMMENT ON COLUMN sys.dba_audit_statement.terminal IS
'Identifier for the user''s terminal'
*
COMMENT ON COLUMN sys.dba_audit_statement.timestamp IS
'Timestamp for the creation of the audit trail entry (Timestamp for the
user''s logon for entries created by AUDIT SESSION)'
*
COMMENT ON COLUMN sys.dba_audit_statement.owner IS
'Creator of object affected by the action'
*
COMMENT ON COLUMN sys.dba_audit_statement.obj_name IS
'Name of the object affected by the action'
*
COMMENT ON COLUMN sys.dba_audit_statement.action_name IS
'Name of the action type corresponding to the numeric code in ACTION'
*
COMMENT ON COLUMN sys.dba_audit_statement.new_name IS
'New name of object after RENAME, or name of underlying object
(e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
*
COMMENT ON COLUMN sys.dba_audit_statement.obj_privilege IS
'Object privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.dba_audit_statement.sys_privilege IS
'System privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.dba_audit_statement.admin_option IS
'If role/sys_priv was granted WITH ADMIN OPTION, A/-'
*
COMMENT ON COLUMN sys.dba_audit_statement.grantee IS
'The name of the grantee specified in a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.dba_audit_statement.audit_option IS
'Auditing option set with the audit statement'
*
COMMENT ON COLUMN sys.dba_audit_statement.ses_actions IS
'Session summary. A string of 11 characters, one for each action type,
in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
Lock, Rename, Select, Update. Values: "-" = None, "S" = Success,
"F" = Failure, "B" = Both'
*
COMMENT ON COLUMN sys.dba_audit_statement.comment_text IS
'Text comment on the audit trail entry'
*
COMMENT ON COLUMN sys.dba_audit_statement.sessionid IS
'Numeric ID for each Oracle session'
*
COMMENT ON COLUMN sys.dba_audit_statement.entryid IS
'Numeric ID for each audit trail entry in the session'
*
COMMENT ON COLUMN sys.dba_audit_statement.statementid IS
'Numeric ID for each statement run (a statement may cause many actions)'
*
COMMENT ON COLUMN sys.dba_audit_statement.returncode IS
'Oracle error code generated by the action. Zero if the action succeeded'
*
COMMENT ON COLUMN sys.dba_audit_statement.priv_used IS
'System privilege used to execute the action'
*
COMMENT ON COLUMN sys.dba_audit_statement.session_label IS
'Trusted ORACLE label associated with user session'
*
COMMENT ON TABLE sys.dba_audit_trail IS
'* All audit trail entries'
*
COMMENT ON COLUMN sys.dba_audit_trail.os_username IS
'Operating System logon user name of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_trail.username IS
'Name (not ID number) of the user whose actions were audited'
*
COMMENT ON COLUMN sys.dba_audit_trail.userhost IS
'Numeric 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)'
*
COMMENT ON COLUMN sys.dba_audit_trail.terminal IS
'Identifier for the user''s terminal'
*
COMMENT ON COLUMN sys.dba_audit_trail.timestamp IS
'Timestamp for the creation of the audit trail entry (Timestamp for the
user''s logon for entries created by AUDIT SESSION)'
*
COMMENT ON COLUMN sys.dba_audit_trail.owner IS
'Creator of object affected by the action'
*
COMMENT ON COLUMN sys.dba_audit_trail.obj_name IS
'Name of the object affected by the action'
*
COMMENT ON COLUMN sys.dba_audit_trail.action IS
'Numeric action type code. The corresponding name of the action type
(CREATE TABLE, INSERT, etc.) is in the column ACTION_NAME'
*
COMMENT ON COLUMN sys.dba_audit_trail.action_name IS
'Name of the action type corresponding to the numeric code in ACTION'
*
COMMENT ON COLUMN sys.dba_audit_trail.new_owner IS
'The owner of the object named in the NEW_NAME column'
*
COMMENT ON COLUMN sys.dba_audit_trail.new_name IS
'New name of object after RENAME, or name of underlying object
(e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
*
COMMENT ON COLUMN sys.dba_audit_trail.obj_privilege IS
'Object privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.dba_audit_trail.sys_privilege IS
'System privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.dba_audit_trail.admin_option IS
'If role/sys_priv was granted WITH ADMIN OPTION, A/-'
*
COMMENT ON COLUMN sys.dba_audit_trail.grantee IS
'The name of the grantee specified in a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.dba_audit_trail.audit_option IS
'Auditing option set with the audit statement'
*
COMMENT ON COLUMN sys.dba_audit_trail.ses_actions IS
'Session summary. A string of 11 characters, one for each action type,
in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
Lock, Rename, Select, Update. Values: "-" = None, "S" = Success,
"F" = Failure, "B" = Both'
*
COMMENT ON COLUMN sys.dba_audit_trail.logoff_time IS
'Timestamp for user logoff'
*
COMMENT ON COLUMN sys.dba_audit_trail.logoff_lread IS
'Logical reads for the session'
*
COMMENT ON COLUMN sys.dba_audit_trail.logoff_pread IS
'Physical reads for the session'
*
COMMENT ON COLUMN sys.dba_audit_trail.logoff_lwrite IS
'Logical writes for the session'
*
COMMENT ON COLUMN sys.dba_audit_trail.logoff_dlock IS
'Deadlocks detected during the session'
*
COMMENT ON COLUMN sys.dba_audit_trail.comment_text IS
'Text comment on the audit trail entry'
*
COMMENT ON COLUMN sys.dba_audit_trail.sessionid IS
'Numeric ID for each Oracle session'
*
COMMENT ON COLUMN sys.dba_audit_trail.entryid IS
'Numeric ID for each audit trail entry in the session'
*
COMMENT ON COLUMN sys.dba_audit_trail.statementid IS
'Numeric ID for each statement run (a statement may cause many actions)'
*
COMMENT ON COLUMN sys.dba_audit_trail.returncode IS
'Oracle error code generated by the action. Zero if the action succeeded'
*
COMMENT ON COLUMN sys.dba_audit_trail.priv_used IS
'System privilege used to execute the action'
*
COMMENT ON COLUMN sys.dba_audit_trail.object_label IS
'Optional Trusted ORACLE label associated with object being audited'
*
COMMENT ON COLUMN sys.dba_audit_trail.session_label IS
'Trusted ORACLE label associated with user session'
*
COMMENT ON TABLE sys.dba_blockers IS
'* All sessions that have someone waiting on a lock they hold that are
not themselves waiting on a lock'
*
COMMENT ON COLUMN sys.dba_blockers.session_id IS
'Session holding a lock'
*
COMMENT ON TABLE sys.dba_catalog IS
'All database Tables, Views, Synonyms, Sequences'
*
COMMENT ON COLUMN sys.dba_catalog.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.dba_catalog.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_catalog.table_type IS
'Type of the object'
*
COMMENT ON TABLE sys.dba_clusters IS
'* Description of all clusters in the database'
*
COMMENT ON COLUMN sys.dba_clusters.owner IS
'Owner of the cluster'
*
COMMENT ON COLUMN sys.dba_clusters.cluster_name IS
'Name of the cluster'
*
COMMENT ON COLUMN sys.dba_clusters.tablespace_name IS
'Name of the tablespace containing the cluster'
*
COMMENT ON COLUMN sys.dba_clusters.pct_free IS
'Minimum percentage of free space in a block'
*
COMMENT ON COLUMN sys.dba_clusters.pct_used IS
'Minimum percentage of used space in a block'
*
COMMENT ON COLUMN sys.dba_clusters.key_size IS
'Estimated size of cluster key plus associated rows'
*
COMMENT ON COLUMN sys.dba_clusters.ini_trans IS
'Initial number of transactions'
*
COMMENT ON COLUMN sys.dba_clusters.max_trans IS
'Maximum number of transactions'
*
COMMENT ON COLUMN sys.dba_clusters.initial_extent IS
'Size of the initial extent in bytes'
*
COMMENT ON COLUMN sys.dba_clusters.next_extent IS
'Size of secondary extents in bytes'
*
COMMENT ON COLUMN sys.dba_clusters.min_extents IS
'Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.dba_clusters.max_extents IS
'Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.dba_clusters.pct_increase IS
'Percentage increase in extent size'
*
COMMENT ON COLUMN sys.dba_clusters.avg_blocks_per_key IS
'Average number of blocks containing rows with a given cluster key'
*
COMMENT ON COLUMN sys.dba_clusters.cluster_type IS
'Type of cluster: b-tree index or hash'
*
COMMENT ON COLUMN sys.dba_clusters.function IS
'If a hash cluster, the hash function'
*
COMMENT ON COLUMN sys.dba_clusters.hashkeys IS
'If a hash cluster, the number of hash keys (hash buckets)'
*
COMMENT ON TABLE sys.dba_clu_columns IS
'* Mapping of table columns to cluster columns'
*
COMMENT ON COLUMN sys.dba_clu_columns.owner IS
'Owner of the cluster'
*
COMMENT ON COLUMN sys.dba_clu_columns.cluster_name IS
'Cluster name'
*
COMMENT ON COLUMN sys.dba_clu_columns.clu_column_name IS
'Key column in the cluster'
*
COMMENT ON COLUMN sys.dba_clu_columns.table_name IS
'Clustered table name'
*
COMMENT ON COLUMN sys.dba_clu_columns.tab_column_name IS
'Key column in the table'
*
COMMENT ON TABLE sys.dba_col_comments IS
'Comments on columns of all tables and views'
*
COMMENT ON COLUMN sys.dba_col_comments.owner IS
'Name of the owner of the object'
*
COMMENT ON COLUMN sys.dba_col_comments.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_col_comments.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.dba_col_comments.comments IS
'Comment on the object'
*
COMMENT ON TABLE sys.dba_col_privs IS
'All grants on columns in the database'
*
COMMENT ON COLUMN sys.dba_col_privs.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.dba_col_privs.owner IS
'Username of the owner of the object'
*
COMMENT ON COLUMN sys.dba_col_privs.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_col_privs.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.dba_col_privs.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.dba_col_privs.privilege IS
'Column Privilege'
*
COMMENT ON COLUMN sys.dba_col_privs.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.dba_constraints IS
'Constraint definitions on all tables'
*
COMMENT ON COLUMN sys.dba_constraints.owner IS
'Owner of the table'
*
COMMENT ON COLUMN sys.dba_constraints.constraint_name IS
'Name associated with constraint definition'
*
COMMENT ON COLUMN sys.dba_constraints.constraint_type IS
'Type of constraint definition'
*
COMMENT ON COLUMN sys.dba_constraints.table_name IS
'Name associated with table with constraint definition'
*
COMMENT ON COLUMN sys.dba_constraints.search_condition IS
'Text of search condition for table check'
*
COMMENT ON COLUMN sys.dba_constraints.r_owner IS
'Owner of table used in referential constraint'
*
COMMENT ON COLUMN sys.dba_constraints.r_constraint_name IS
'Name of unique constraint definition for referenced table'
*
COMMENT ON COLUMN sys.dba_constraints.delete_rule IS
'The delete rule for a referential constraint'
*
COMMENT ON COLUMN sys.dba_constraints.status IS
'enforcement status of constraint - ENABLED or DISABLED'
*
COMMENT ON TABLE sys.dba_cons_columns IS
'Information about accessible columns in constraint definitions'
*
COMMENT ON COLUMN sys.dba_cons_columns.owner IS
'Owner of the constraint definition'
*
COMMENT ON COLUMN sys.dba_cons_columns.constraint_name IS
'Name associated with the constraint definition'
*
COMMENT ON COLUMN sys.dba_cons_columns.table_name IS
'Name associated with table with constraint definition'
*
COMMENT ON COLUMN sys.dba_cons_columns.column_name IS
'Name associated with column specified in the constraint definition'
*
COMMENT ON COLUMN sys.dba_cons_columns.position IS
'Original position of column in definition'
*
COMMENT ON TABLE sys.dba_data_files IS
'* Information about database files'
*
COMMENT ON COLUMN sys.dba_data_files.file_name IS
'Name of the database file'
*
COMMENT ON COLUMN sys.dba_data_files.file_id IS
'ID of the database file'
*
COMMENT ON COLUMN sys.dba_data_files.tablespace_name IS
'Name of the tablespace to which the file belongs'
*
COMMENT ON COLUMN sys.dba_data_files.bytes IS
'Size of the file in bytes'
*
COMMENT ON COLUMN sys.dba_data_files.blocks IS
'Size of the file in ORACLE blocks'
*
COMMENT ON COLUMN sys.dba_data_files.status IS
'File status: "INVALID" or "AVAILABLE"'
*
COMMENT ON TABLE sys.dba_db_links IS
'* All database links in the database'
*
COMMENT ON COLUMN sys.dba_db_links.db_link IS
'Name of the database link'
*
COMMENT ON COLUMN sys.dba_db_links.username IS
'Name of user to log on as'
*
COMMENT ON COLUMN sys.dba_db_links.password IS
'Password for logon'
*
COMMENT ON COLUMN sys.dba_db_links.host IS
'SQL*Net string for connect'
*
COMMENT ON COLUMN sys.dba_db_links.created IS
'Creation time of the database link'
*
COMMENT ON TABLE sys.dba_ddl_locks IS
'* All DDL locks held in the database and all outstanding requests for
a DDL lock'
*
COMMENT ON COLUMN sys.dba_ddl_locks.session_id IS
'Session identifier'
*
COMMENT ON COLUMN sys.dba_ddl_locks.owner IS
'Owner of the lock'
*
COMMENT ON COLUMN sys.dba_ddl_locks.name IS
'Name of the lock'
*
COMMENT ON COLUMN sys.dba_ddl_locks.type IS
'Lock type: Cursor, Table/Procedure, Body, Trigger, Index, Cluster'
*
COMMENT ON COLUMN sys.dba_ddl_locks.mode_held IS
'Lock mode: None, Null, Share, Exclusive'
*
COMMENT ON COLUMN sys.dba_ddl_locks.mode_requested IS
'Lock request type: None, Null, Share, Exclusive'
*
COMMENT ON TABLE sys.dba_dependencies IS
'Dependencies to and from objects'
*
COMMENT ON COLUMN sys.dba_dependencies.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.dba_dependencies.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_dependencies.type IS
'Type of the object'
*
COMMENT ON COLUMN sys.dba_dependencies.referenced_owner IS
'Owner of referenced object (remote owner if remote object)'
*
COMMENT ON COLUMN sys.dba_dependencies.referenced_name IS
'Name of referenced object'
*
COMMENT ON COLUMN sys.dba_dependencies.referenced_type IS
'Type of referenced object'
*
COMMENT ON COLUMN sys.dba_dependencies.referenced_link_name IS
'* Name of dblink if this is a remote object'
*
COMMENT ON TABLE sys.dba_dml_locks IS
'* All DML locks held in the database and all outstanding requests for
a DML lock'
*
COMMENT ON COLUMN sys.dba_dml_locks.session_id IS
'Session holding or aquiring the lock'
*
COMMENT ON COLUMN sys.dba_dml_locks.owner IS
'Owner of the lock'
*
COMMENT ON COLUMN sys.dba_dml_locks.name IS
'Name of the lock'
*
COMMENT ON COLUMN sys.dba_dml_locks.mode_held IS
'Lock mode'
*
COMMENT ON COLUMN sys.dba_dml_locks.mode_requested IS
'Lock request type: None, Null, Share, Exclusive'
*
COMMENT ON TABLE sys.dba_errors IS
'* Current errors on all stored objects in the database'
*
COMMENT ON COLUMN sys.dba_errors.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_errors.type IS
'Type of object: "VIEW", "PROCEDURE", "FUNCTION", "PACKAGE"
or "PACKAGE BODY"'
*
COMMENT ON COLUMN sys.dba_errors.sequence IS
'Sequence number used for ordering purposes'
*
COMMENT ON COLUMN sys.dba_errors.line IS
'Line number at which this error occurs'
*
COMMENT ON COLUMN sys.dba_errors.position IS
'Position in the line at which this error occurs'
*
COMMENT ON COLUMN sys.dba_errors.text IS
'Text of the error'
*
COMMENT ON TABLE sys.dba_exp_files IS
'* Description of export files'
*
COMMENT ON COLUMN sys.dba_exp_files.exp_version IS
'Version number of the export session'
*
COMMENT ON COLUMN sys.dba_exp_files.exp_type IS
'Type of export file (full, cumulative or incremental)'
*
COMMENT ON COLUMN sys.dba_exp_files.file_name IS
'Name of the export file'
*
COMMENT ON COLUMN sys.dba_exp_files.user_name IS
'Name of user who executed export'
*
COMMENT ON COLUMN sys.dba_exp_files.timestamp IS
'Timestamp of the export session'
*
COMMENT ON TABLE sys.dba_exp_objects IS
'* Objects that have been incrementally exported'
*
COMMENT ON COLUMN sys.dba_exp_objects.owner IS
'Owner of exported object'
*
COMMENT ON COLUMN sys.dba_exp_objects.object_name IS
'Name of exported object'
*
COMMENT ON COLUMN sys.dba_exp_objects.object_type IS
'Type of exported object'
*
COMMENT ON COLUMN sys.dba_exp_objects.cumulative IS
'Timestamp of last cumulative export'
*
COMMENT ON COLUMN sys.dba_exp_objects.incremental IS
'Timestamp of last incremental export'
*
COMMENT ON COLUMN sys.dba_exp_objects.export_version IS
'The id of the export session'
*
COMMENT ON TABLE sys.dba_exp_version IS
'* Version number of the last export session'
*
COMMENT ON COLUMN sys.dba_exp_version.exp_version IS
'Version number of the last export session'
*
COMMENT ON TABLE sys.dba_extents IS
'* Extents comprising all segments in the database'
*
COMMENT ON COLUMN sys.dba_extents.owner IS
'Owner of the segment associated with the extent'
*
COMMENT ON COLUMN sys.dba_extents.segment_name IS
'Name of the segment associated with the extent'
*
COMMENT ON COLUMN sys.dba_extents.segment_type IS
'Type of the segment'
*
COMMENT ON COLUMN sys.dba_extents.tablespace_name IS
'Name of the tablespace containing the extent'
*
COMMENT ON COLUMN sys.dba_extents.extent_id IS
'Extent number in the segment'
*
COMMENT ON COLUMN sys.dba_extents.file_id IS
'Name of the file containing the extent'
*
COMMENT ON COLUMN sys.dba_extents.block_id IS
'Starting block number of the extent'
*
COMMENT ON COLUMN sys.dba_extents.bytes IS
'Size of the extent in bytes'
*
COMMENT ON COLUMN sys.dba_extents.blocks IS
'Size of the extent in ORACLE blocks'
*
COMMENT ON TABLE sys.dba_free_space IS
'* Free extents in all tablespaces'
*
COMMENT ON COLUMN sys.dba_free_space.tablespace_name IS
'Name of the tablespace containing the extent'
*
COMMENT ON COLUMN sys.dba_free_space.file_id IS
'ID number of the file containing the extent'
*
COMMENT ON COLUMN sys.dba_free_space.block_id IS
'Starting block number of the extent'
*
COMMENT ON COLUMN sys.dba_free_space.bytes IS
'Size of the extent in bytes'
*
COMMENT ON COLUMN sys.dba_free_space.blocks IS
'Size of the extent in ORACLE blocks'
*
COMMENT ON TABLE sys.dba_indexes IS
'Description for all indexes in the database'
*
COMMENT ON COLUMN sys.dba_indexes.owner IS
'Username of the owner of the index'
*
COMMENT ON COLUMN sys.dba_indexes.index_name IS
'Name of the index'
*
COMMENT ON COLUMN sys.dba_indexes.table_owner IS
'Owner of the indexed object'
*
COMMENT ON COLUMN sys.dba_indexes.table_name IS
'Name of the indexed object'
*
COMMENT ON COLUMN sys.dba_indexes.table_type IS
'Type of the indexed object'
*
COMMENT ON COLUMN sys.dba_indexes.uniqueness IS
'Uniqueness status of the index: "UNIQUE" or "NONUNIQUE"'
*
COMMENT ON COLUMN sys.dba_indexes.tablespace_name IS
'Name of the tablespace containing the index'
*
COMMENT ON COLUMN sys.dba_indexes.ini_trans IS
'* Initial number of transactions'
*
COMMENT ON COLUMN sys.dba_indexes.max_trans IS
'* Maximum number of transactions'
*
COMMENT ON COLUMN sys.dba_indexes.initial_extent IS
'* Size of the initial extent'
*
COMMENT ON COLUMN sys.dba_indexes.next_extent IS
'* Size of secondary extents'
*
COMMENT ON COLUMN sys.dba_indexes.min_extents IS
'* Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.dba_indexes.max_extents IS
'* Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.dba_indexes.pct_increase IS
'* Percentage increase in extent size'
*
COMMENT ON COLUMN sys.dba_indexes.pct_free IS
'* Minimum percentage of free space in a block'
*
COMMENT ON COLUMN sys.dba_indexes.blevel IS
'* B-Tree level'
*
COMMENT ON COLUMN sys.dba_indexes.leaf_blocks IS
'* The number of leaf blocks in the index'
*
COMMENT ON COLUMN sys.dba_indexes.distinct_keys IS
'The number of distinct keys in the index'
*
COMMENT ON COLUMN sys.dba_indexes.avg_leaf_blocks_per_key IS
'* The average number of leaf blocks per key'
*
COMMENT ON COLUMN sys.dba_indexes.avg_data_blocks_per_key IS
'* The average number of data blocks per key'
*
COMMENT ON COLUMN sys.dba_indexes.clustering_factor IS
'* A measurement of the amount of (dis)order of the table this index
is for'
*
COMMENT ON COLUMN sys.dba_indexes.status IS
'Whether index is in Direct Load State or not'
*
COMMENT ON TABLE sys.dba_ind_columns IS
'COLUMNs comprising INDEXes on all TABLEs and CLUSTERs'
*
COMMENT ON COLUMN sys.dba_ind_columns.index_owner IS
'Index owner'
*
COMMENT ON COLUMN sys.dba_ind_columns.index_name IS
'Index name'
*
COMMENT ON COLUMN sys.dba_ind_columns.table_owner IS
'Table or cluster owner'
*
COMMENT ON COLUMN sys.dba_ind_columns.table_name IS
'Table or cluster name'
*
COMMENT ON COLUMN sys.dba_ind_columns.column_name IS
'Column name'
*
COMMENT ON COLUMN sys.dba_ind_columns.column_position IS
'Position of column within index'
*
COMMENT ON COLUMN sys.dba_ind_columns.column_length IS
'Indexed length of the column'
*
COMMENT ON TABLE sys.dba_locks IS
'* All locks or latch held in the database, and all outstanding requests for
a lock or latch. This view includes DML locks and DDL locks'
*
COMMENT ON COLUMN sys.dba_locks.session_id IS
'Session holding or aquiring the lock'
*
COMMENT ON COLUMN sys.dba_locks.type IS
'Lock type'
*
COMMENT ON COLUMN sys.dba_locks.mode_held IS
'Lock mode'
*
COMMENT ON COLUMN sys.dba_locks.mode_requested IS
'Lock request type'
*
COMMENT ON COLUMN sys.dba_locks.lock_id1 IS
'Type-specific lock identifier, part 1'
*
COMMENT ON COLUMN sys.dba_locks.lock_id2 IS
'Type-specific lock identifier, part 2'
*
COMMENT ON TABLE sys.dba_objects IS
'All objects in the database'
*
COMMENT ON COLUMN sys.dba_objects.owner IS
'Username of the owner of the object'
*
COMMENT ON COLUMN sys.dba_objects.object_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_objects.object_id IS
'Object number of the object'
*
COMMENT ON COLUMN sys.dba_objects.object_type IS
'Type of the object'
*
COMMENT ON COLUMN sys.dba_objects.created IS
'Timestamp for the creation of the object'
*
COMMENT ON COLUMN sys.dba_objects.last_ddl_time IS
'Timestamp for the last DDL change (including GRANT and REVOKE)
to the object'
*
COMMENT ON COLUMN sys.dba_objects.timestamp IS
'Timestamp for the specification of the object'
*
COMMENT ON COLUMN sys.dba_objects.status IS
'Status of the object'
*
COMMENT ON TABLE sys.dba_object_size IS
'* Sizes, in bytes, of various pl/sql objects'
*
COMMENT ON COLUMN sys.dba_object_size.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.dba_object_size.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_object_size.type IS
'Type of the object: "TABLE", "VIEW", "SYNONYM", "SEQUENCE", "PROCEDURE",
"FUNCTION", "PACKAGE" or "PACKAGE BODY"'
*
COMMENT ON COLUMN sys.dba_object_size.source_size IS
'Size of the source, in bytes. Must be in memory during compilation, or
dynamic recompilation'
*
COMMENT ON COLUMN sys.dba_object_size.parsed_size IS
'Size of the parsed form of the object, in bytes. Must be in memory when
an object is being compiled that references this object'
*
COMMENT ON COLUMN sys.dba_object_size.code_size IS
'Code size, in bytes. Must be in memory when this object is executing'
*
COMMENT ON COLUMN sys.dba_object_size.error_size IS
'Size of error messages, in bytes. In memory during the compilation of
the object when there are compilation errors'
*
COMMENT ON TABLE sys.dba_obj_audit_opts IS
'Auditing options for all tables and views'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.object_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.object_type IS
'Type of the object'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.alt IS
'Auditing ALTER WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.aud IS
'Auditing AUDIT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.com IS
'Auditing COMMENT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.del IS
'Auditing DELETE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.gra IS
'Auditing GRANT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.ind IS
'Auditing INDEX WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.ins IS
'Auditing INSERT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.loc IS
'Auditing LOCK WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.ren IS
'Auditing RENAME WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.sel IS
'Auditing SELECT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.upd IS
'Auditing UPDATE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.ref IS
'Auditing REFERENCES WHENEVER SUCCESSFUL / UNSUCCESSFUL (not used)'
*
COMMENT ON COLUMN sys.dba_obj_audit_opts.exe IS
'Auditing EXECUTE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON TABLE sys.dba_priv_audit_opts IS
'* Describes current system privileges being audited across the system
and by user'
*
COMMENT ON COLUMN sys.dba_priv_audit_opts.user_name IS
'User name if by user auditing, else null for system wide auditing'
*
COMMENT ON COLUMN sys.dba_priv_audit_opts.privilege IS
'Name of the system privilege being audited'
*
COMMENT ON COLUMN sys.dba_priv_audit_opts.success IS
'Mode for WHENEVER SUCCESSFUL system auditing'
*
COMMENT ON COLUMN sys.dba_priv_audit_opts.failure IS
'Mode for WHENEVER NOT SUCCESSFUL system auditing'
*
COMMENT ON TABLE sys.dba_profiles IS
'* Display all profiles and their limits'
*
COMMENT ON COLUMN sys.dba_profiles.profile IS
'Profile name'
*
COMMENT ON COLUMN sys.dba_profiles.resource_name IS
'Resource name'
*
COMMENT ON COLUMN sys.dba_profiles.limit IS
'Limit placed on this resource for this profile'
*
COMMENT ON TABLE sys.dba_roles IS
'* All Roles which exist in the database'
*
COMMENT ON COLUMN sys.dba_roles.role IS
'Role Name'
*
COMMENT ON COLUMN sys.dba_roles.password_required IS
'Indicates if the role requires a password to be enabled'
*
COMMENT ON TABLE sys.dba_role_privs IS
'* Roles granted to users and roles'
*
COMMENT ON COLUMN sys.dba_role_privs.grantee IS
'Grantee Name, User or Role receiving the grant'
*
COMMENT ON COLUMN sys.dba_role_privs.granted_role IS
'Granted role name'
*
COMMENT ON COLUMN sys.dba_role_privs.admin_option IS
'Grant was with the ADMIN option'
*
COMMENT ON COLUMN sys.dba_role_privs.default_role IS
'Role is designated as a DEFAULT ROLE for the user'
*
COMMENT ON TABLE sys.dba_rollback_segs IS
'* Description of rollback segments'
*
COMMENT ON COLUMN sys.dba_rollback_segs.segment_name IS
'Name of the rollback segment'
*
COMMENT ON COLUMN sys.dba_rollback_segs.owner IS
'Owner of the rollback segment'
*
COMMENT ON COLUMN sys.dba_rollback_segs.tablespace_name IS
'Name of the tablespace containing the rollback segment'
*
COMMENT ON COLUMN sys.dba_rollback_segs.segment_id IS
'ID number of the rollback segment'
*
COMMENT ON COLUMN sys.dba_rollback_segs.file_id IS
'ID number of the file containing the segment header'
*
COMMENT ON COLUMN sys.dba_rollback_segs.block_id IS
'ID number of the block containing the segment header'
*
COMMENT ON COLUMN sys.dba_rollback_segs.initial_extent IS
'Initial extent size in bytes'
*
COMMENT ON COLUMN sys.dba_rollback_segs.next_extent IS
'Secondary extent size in bytes'
*
COMMENT ON COLUMN sys.dba_rollback_segs.min_extents IS
'Minimum number of extents'
*
COMMENT ON COLUMN sys.dba_rollback_segs.max_extents IS
'Maximum number of extents'
*
COMMENT ON COLUMN sys.dba_rollback_segs.pct_increase IS
'Percent increase for extent size'
*
COMMENT ON COLUMN sys.dba_rollback_segs.status IS
'Rollback segment status'
*
COMMENT ON COLUMN sys.dba_rollback_segs.instance_num IS
'Rollback segment owning parallel server instance number'
*
COMMENT ON TABLE sys.dba_segments IS
'Storage allocated for all database segments'
*
COMMENT ON COLUMN sys.dba_segments.owner IS
'Username of the segment owner'
*
COMMENT ON COLUMN sys.dba_segments.segment_name IS
'Name, if any, of the segment'
*
COMMENT ON COLUMN sys.dba_segments.segment_type IS
'Type of segment: "TABLE", "CLUSTER", "INDEX", "ROLLBACK",
"DEFERRED ROLLBACK", "TEMPORARY", or "CACHE"'
*
COMMENT ON COLUMN sys.dba_segments.tablespace_name IS
'Name of the tablespace containing the segment'
*
COMMENT ON COLUMN sys.dba_segments.header_file IS
'* ID of the file containing the segment header'
*
COMMENT ON COLUMN sys.dba_segments.header_block IS
'* ID of the block containing the segment header'
*
COMMENT ON COLUMN sys.dba_segments.bytes IS
'* Size, in bytes, of the segment'
*
COMMENT ON COLUMN sys.dba_segments.blocks IS
'* Size, in Oracle blocks, of the segment'
*
COMMENT ON COLUMN sys.dba_segments.extents IS
'* Number of extents allocated to the segment'
*
COMMENT ON COLUMN sys.dba_segments.initial_extent IS
'* Size, in Oracle blocks, of the initial extent of the segment'
*
COMMENT ON COLUMN sys.dba_segments.next_extent IS
'* Size, in Oracle blocks, of the next extent to be allocated
to the segment'
*
COMMENT ON COLUMN sys.dba_segments.min_extents IS
'* Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.dba_segments.max_extents IS
'* Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.dba_segments.pct_increase IS
'* Percent by which to increase the size of the next extent
to be allocated'
*
COMMENT ON COLUMN sys.dba_segments.freelists IS
'* Number of process freelists allocated in this segment'
*
COMMENT ON COLUMN sys.dba_segments.freelist_groups IS
'* Number of freelist groups allocated in this segment'
*
COMMENT ON TABLE sys.dba_sequences IS
'Description of all SEQUENCEs in the database'
*
COMMENT ON COLUMN sys.dba_sequences.sequence_owner IS
'Name of the owner of the sequence'
*
COMMENT ON COLUMN sys.dba_sequences.sequence_name IS
'SEQUENCE name'
*
COMMENT ON COLUMN sys.dba_sequences.min_value IS
'Minimum value of the sequence'
*
COMMENT ON COLUMN sys.dba_sequences.max_value IS
'Maximum value of the sequence'
*
COMMENT ON COLUMN sys.dba_sequences.increment_by IS
'Value by which sequence is incremented'
*
COMMENT ON COLUMN sys.dba_sequences.cycle_flag IS
'Does sequence wrap around on reaching limit?'
*
COMMENT ON COLUMN sys.dba_sequences.order_flag IS
'Are sequence numbers generated in order?'
*
COMMENT ON COLUMN sys.dba_sequences.cache_size IS
'Number of sequence numbers to cache'
*
COMMENT ON COLUMN sys.dba_sequences.last_number IS
'Last sequence number written to disk'
*
COMMENT ON TABLE sys.dba_snapshots IS
'All snapshots in the database'
*
COMMENT ON COLUMN sys.dba_snapshots.owner IS
'Owner of the snapshot'
*
COMMENT ON COLUMN sys.dba_snapshots.name IS
'The view used by users and applications for viewing the snapshot'
*
COMMENT ON COLUMN sys.dba_snapshots.table_name IS
'* Table the snapshot is stored in -- has an extra column for the
master rowid'
*
COMMENT ON COLUMN sys.dba_snapshots.master_view IS
'* View of the master table, owned by the snapshot owner, used
for refreshes'
*
COMMENT ON COLUMN sys.dba_snapshots.master_owner IS
'Owner of the master table'
*
COMMENT ON COLUMN sys.dba_snapshots.master IS
'Name of the master table that this snapshot is a copy of'
*
COMMENT ON COLUMN sys.dba_snapshots.master_link IS
'* Database link name to the master site'
*
COMMENT ON COLUMN sys.dba_snapshots.can_use_log IS
'If NO, this snapshot is complex and will never use a log'
*
COMMENT ON COLUMN sys.dba_snapshots.last_refresh IS
'* SYSDATE from the master site at the time of the last refresh'
*
COMMENT ON COLUMN sys.dba_snapshots.error IS
'* The number of failed automatic refreshes since last successful refresh'
*
COMMENT ON COLUMN sys.dba_snapshots.type IS
'The type of refresh (complete,fast,force) for all automatic refreshes'
*
COMMENT ON COLUMN sys.dba_snapshots.next IS
'* The date function used to compute next refresh dates'
*
COMMENT ON COLUMN sys.dba_snapshots.start_with IS
'* The date function used to compute next refresh dates'
*
COMMENT ON COLUMN sys.dba_snapshots.query IS
'The original query that this snapshot is an instantiation of'
*
COMMENT ON TABLE sys.dba_snapshot_logs IS
'All snapshot logs in the database'
*
COMMENT ON COLUMN sys.dba_snapshot_logs.log_owner IS
'Owner of the snapshot log'
*
COMMENT ON COLUMN sys.dba_snapshot_logs.master IS
'Name of the master table which the log logs changes of'
*
COMMENT ON COLUMN sys.dba_snapshot_logs.log_table IS
'Log table; holds rowids and timestamps of rows which changed in the
master'
*
COMMENT ON COLUMN sys.dba_snapshot_logs.log_trigger IS
'* An after-row trigger on the master which inserts rows into the log'
*
COMMENT ON COLUMN sys.dba_snapshot_logs.current_snapshots IS
'* One date per snapshot -- the date the snapshot of the master
last refreshed'
*
COMMENT ON TABLE sys.dba_source IS
'* Source of all stored objects in the database'
*
COMMENT ON COLUMN sys.dba_source.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_source.type IS
'Type of the object: "PROCEDURE", "FUNCTION", "PACKAGE" or "PACKAGE BODY"'
*
COMMENT ON COLUMN sys.dba_source.line IS
'Line number of this line of source'
*
COMMENT ON COLUMN sys.dba_source.text IS
'Source text'
*
COMMENT ON TABLE sys.dba_stmt_audit_opts IS
'* Describes current system auditing options across the system and by user'
*
COMMENT ON COLUMN sys.dba_stmt_audit_opts.user_name IS
'User name if by user auditing, else null for system wide auditing'
*
COMMENT ON COLUMN sys.dba_stmt_audit_opts.audit_option IS
'Name of the system auditing option'
*
COMMENT ON COLUMN sys.dba_stmt_audit_opts.success IS
'Mode for WHENEVER SUCCESSFUL system auditing'
*
COMMENT ON COLUMN sys.dba_stmt_audit_opts.failure IS
'Mode for WHENEVER NOT SUCCESSFUL system auditing'
*
COMMENT ON TABLE sys.dba_synonyms IS
'All synonyms in the database'
*
COMMENT ON COLUMN sys.dba_synonyms.owner IS
'Username of the owner of the synonym'
*
COMMENT ON COLUMN sys.dba_synonyms.synonym_name IS
'Name of the synonym'
*
COMMENT ON COLUMN sys.dba_synonyms.table_owner IS
'Owner of the object referenced by the synonym'
*
COMMENT ON COLUMN sys.dba_synonyms.table_name IS
'Name of the object referenced by the synonym'
*
COMMENT ON COLUMN sys.dba_synonyms.db_link IS
'* Name of the database link referenced in a remote synonym'
*
COMMENT ON TABLE sys.dba_sys_privs IS
'* System privileges granted to users and roles'
*
COMMENT ON COLUMN sys.dba_sys_privs.grantee IS
'Grantee Name, User or Role receiving the grant'
*
COMMENT ON COLUMN sys.dba_sys_privs.privilege IS
'System privilege'
*
COMMENT ON COLUMN sys.dba_sys_privs.admin_option IS
'Grant was with the ADMIN option'
*
COMMENT ON TABLE sys.dba_tables IS
'Description of all tables in the database'
*
COMMENT ON COLUMN sys.dba_tables.owner IS
'Owner of the table'
*
COMMENT ON COLUMN sys.dba_tables.table_name IS
'Name of the table'
*
COMMENT ON COLUMN sys.dba_tables.tablespace_name IS
'Name of the tablespace containing the table'
*
COMMENT ON COLUMN sys.dba_tables.cluster_name IS
'* Name of the cluster, if any, to which the table belongs'
*
COMMENT ON COLUMN sys.dba_tables.pct_free IS
'* Minimum percentage of free space in a block'
*
COMMENT ON COLUMN sys.dba_tables.pct_used IS
'* Minimum percentage of used space in a block'
*
COMMENT ON COLUMN sys.dba_tables.ini_trans IS
'* Initial number of transactions'
*
COMMENT ON COLUMN sys.dba_tables.max_trans IS
'* Maximum number of transactions'
*
COMMENT ON COLUMN sys.dba_tables.initial_extent IS
'* Size of the initial extent in bytes'
*
COMMENT ON COLUMN sys.dba_tables.next_extent IS
'* Size of secondary extents in bytes'
*
COMMENT ON COLUMN sys.dba_tables.min_extents IS
'* Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.dba_tables.max_extents IS
'* Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.dba_tables.pct_increase IS
'* Percentage increase in extent size'
*
COMMENT ON COLUMN sys.dba_tables.backed_up IS
'* Has table been backed up since last modification?'
*
COMMENT ON COLUMN sys.dba_tables.num_rows IS
'* The number of rows in the table'
*
COMMENT ON COLUMN sys.dba_tables.blocks IS
'* The number of used blocks in the table'
*
COMMENT ON COLUMN sys.dba_tables.empty_blocks IS
'* The number of empty (never used) blocks in the table'
*
COMMENT ON COLUMN sys.dba_tables.avg_space IS
'* The average available free space in the table'
*
COMMENT ON COLUMN sys.dba_tables.chain_cnt IS
'* The number of chained rows in the table'
*
COMMENT ON COLUMN sys.dba_tables.avg_row_len IS
'* The average row length, including row overhead'
*
COMMENT ON TABLE sys.dba_tablespaces IS
'* Description of all tablespaces'
*
COMMENT ON COLUMN sys.dba_tablespaces.tablespace_name IS
'Tablespace name'
*
COMMENT ON COLUMN sys.dba_tablespaces.initial_extent IS
'Default initial extent size'
*
COMMENT ON COLUMN sys.dba_tablespaces.next_extent IS
'Default incremental extent size'
*
COMMENT ON COLUMN sys.dba_tablespaces.min_extents IS
'Default minimum number of extents'
*
COMMENT ON COLUMN sys.dba_tablespaces.max_extents IS
'Default maximum number of extents'
*
COMMENT ON COLUMN sys.dba_tablespaces.pct_increase IS
'Default percent increase for extent size'
*
COMMENT ON COLUMN sys.dba_tablespaces.status IS
'Tablespace status: "ONLINE" or "OFFLINE"'
*
COMMENT ON TABLE sys.dba_tab_columns IS
'Columns of all tables, views and clusters'
*
COMMENT ON COLUMN sys.dba_tab_columns.owner IS
'Owner of the table, view or cluster'
*
COMMENT ON COLUMN sys.dba_tab_columns.table_name IS
'Table, view or cluster name'
*
COMMENT ON COLUMN sys.dba_tab_columns.column_name IS
'Column name'
*
COMMENT ON COLUMN sys.dba_tab_columns.data_type IS
'Datatype of the column'
*
COMMENT ON COLUMN sys.dba_tab_columns.data_length IS
'Length of the column in bytes'
*
COMMENT ON COLUMN sys.dba_tab_columns.data_precision IS
'Length: decimal digits (NUMBER) or binary digits (FLOAT)'
*
COMMENT ON COLUMN sys.dba_tab_columns.data_scale IS
'Digits to right of decimal point in a number'
*
COMMENT ON COLUMN sys.dba_tab_columns.nullable IS
'Does column allow NULL values?'
*
COMMENT ON COLUMN sys.dba_tab_columns.column_id IS
'Sequence number of the column as created'
*
COMMENT ON COLUMN sys.dba_tab_columns.default_length IS
'Length of default value for the column'
*
COMMENT ON COLUMN sys.dba_tab_columns.data_default IS
'Default value for the column'
*
COMMENT ON COLUMN sys.dba_tab_columns.num_distinct IS
'The number of distinct values for the column'
*
COMMENT ON COLUMN sys.dba_tab_columns.low_value IS
'* The second smallest value for the column'
*
COMMENT ON COLUMN sys.dba_tab_columns.high_value IS
'* The second highest value for the column'
*
COMMENT ON COLUMN sys.dba_tab_columns.density IS
'* The density of the column'
*
COMMENT ON TABLE sys.dba_tab_comments IS
'Comments on all tables and views in the database'
*
COMMENT ON COLUMN sys.dba_tab_comments.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.dba_tab_comments.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_tab_comments.table_type IS
'Type of the object'
*
COMMENT ON COLUMN sys.dba_tab_comments.comments IS
'Comment on the object'
*
COMMENT ON TABLE sys.dba_tab_privs IS
'All grants on objects in the database'
*
COMMENT ON COLUMN sys.dba_tab_privs.grantee IS
'User to whom access was granted'
*
COMMENT ON COLUMN sys.dba_tab_privs.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.dba_tab_privs.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dba_tab_privs.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.dba_tab_privs.privilege IS
'Table Privilege'
*
COMMENT ON COLUMN sys.dba_tab_privs.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.dba_triggers IS
'All triggers in the database'
*
COMMENT ON COLUMN sys.dba_triggers.owner IS
'Owner of the trigger'
*
COMMENT ON COLUMN sys.dba_triggers.trigger_name IS
'Name of the trigger'
*
COMMENT ON COLUMN sys.dba_triggers.trigger_type IS
'When the trigger fires - BEFORE/AFTER and STATEMENT/ROW'
*
COMMENT ON COLUMN sys.dba_triggers.triggering_event IS
'Statement that will fire the trigger - INSERT, UPDATE and/or DELETE'
*
COMMENT ON COLUMN sys.dba_triggers.table_owner IS
'Owner of the table that this trigger is associated with'
*
COMMENT ON COLUMN sys.dba_triggers.table_name IS
'Name of the table that this trigger is associated with'
*
COMMENT ON COLUMN sys.dba_triggers.referencing_names IS
'* Names used for referencing to OLD and NEW values within the trigger'
*
COMMENT ON COLUMN sys.dba_triggers.when_clause IS
'* WHEN clause must evaluate to true in order for triggering body
to execute'
*
COMMENT ON COLUMN sys.dba_triggers.status IS
'If DISABLED then trigger will not fire'
*
COMMENT ON COLUMN sys.dba_triggers.description IS
'Trigger description, useful for re-creating trigger creation statement'
*
COMMENT ON COLUMN sys.dba_triggers.trigger_body IS
'* Action taken by this trigger when it fires'
*
COMMENT ON TABLE sys.dba_trigger_cols IS
'* Column usage in all triggers'
*
COMMENT ON COLUMN sys.dba_trigger_cols.trigger_owner IS
'Owner of the trigger'
*
COMMENT ON COLUMN sys.dba_trigger_cols.trigger_name IS
'Name of the trigger'
*
COMMENT ON COLUMN sys.dba_trigger_cols.table_owner IS
'Owner of the table'
*
COMMENT ON COLUMN sys.dba_trigger_cols.table_name IS
'Name of the table on which the trigger is defined'
*
COMMENT ON COLUMN sys.dba_trigger_cols.column_name IS
'Name of the column used in trigger definition'
*
COMMENT ON COLUMN sys.dba_trigger_cols.column_list IS
'Is column specified in UPDATE OF clause?'
*
COMMENT ON COLUMN sys.dba_trigger_cols.column_usage IS
'Usage of column within trigger body'
*
COMMENT ON TABLE sys.dba_ts_quotas IS
'* Tablespace quotas for all users'
*
COMMENT ON COLUMN sys.dba_ts_quotas.tablespace_name IS
'Tablespace name'
*
COMMENT ON COLUMN sys.dba_ts_quotas.username IS
'User with resource rights on the tablespace'
*
COMMENT ON COLUMN sys.dba_ts_quotas.bytes IS
'Number of bytes charged to the user'
*
COMMENT ON COLUMN sys.dba_ts_quotas.max_bytes IS
'User''s quota in bytes. NULL if no limit'
*
COMMENT ON COLUMN sys.dba_ts_quotas.blocks IS
'Number of ORACLE blocks charged to the user'
*
COMMENT ON COLUMN sys.dba_ts_quotas.max_blocks IS
'User''s quota in ORACLE blocks. NULL if no limit'
*
COMMENT ON TABLE sys.dba_users IS
'Information about all users of the database'
*
COMMENT ON COLUMN sys.dba_users.username IS
'Name of the user'
*
COMMENT ON COLUMN sys.dba_users.user_id IS
'ID number of the user'
*
COMMENT ON COLUMN sys.dba_users.password IS
'Encrypted password'
*
COMMENT ON COLUMN sys.dba_users.default_tablespace IS
'Default tablespace for data'
*
COMMENT ON COLUMN sys.dba_users.temporary_tablespace IS
'Default tablespace for temporary tables'
*
COMMENT ON COLUMN sys.dba_users.created IS
'User creation date'
*
COMMENT ON COLUMN sys.dba_users.profile IS
'* User resource profile name'
*
COMMENT ON TABLE sys.dba_views IS
'Text of all views in the database'
*
COMMENT ON COLUMN sys.dba_views.owner IS
'Owner of the view'
*
COMMENT ON COLUMN sys.dba_views.view_name IS
'Name of the view'
*
COMMENT ON COLUMN sys.dba_views.text_length IS
'Length of the view text'
*
COMMENT ON COLUMN sys.dba_views.text IS
'View text'
*
COMMENT ON TABLE sys.dba_waiters IS
'* All locks or latch held in the database, and all outstanding requests
for a lock or latch. This view includes DML locks and DDL locks'
*
COMMENT ON COLUMN sys.dba_waiters.waiting_session IS
'Session waiting for a lock'
*
COMMENT ON COLUMN sys.dba_waiters.holding_session IS
'Session holding a lock'
*
COMMENT ON COLUMN sys.dba_waiters.type IS
'Lock type'
*
COMMENT ON COLUMN sys.dba_waiters.mode_held IS
'Lock mode: Row-S (SS), Row-X (SX), Share, S/Row-X(SSX), Exclusive'
*
COMMENT ON COLUMN sys.dba_waiters.mode_requested IS
'Lock request type: Null, Row-S (SS), Row-X (SX), Share, S/Row-X(SSX),
Exclusive'
*
COMMENT ON COLUMN sys.dba_waiters.lock_id1 IS
'Type-specific lock identifier, part 1'
*
COMMENT ON COLUMN sys.dba_waiters.lock_id2 IS
'Type-specific lock identifier, part 2'
*
COMMENT ON TABLE sys.user_audit_object IS
'* Audit trail records for statements concerning objects, specifically:
table, cluster, view, index, sequence, [public] database link,
[public] synonym, procedure, trigger, rollback segment, tablespace,
role, user'
*
COMMENT ON COLUMN sys.user_audit_object.os_username IS
'Operating System logon user name of the user whose actions were audited'
*
COMMENT ON COLUMN sys.user_audit_object.username IS
'Name (not ID number) of the user whose actions were audited'
*
COMMENT ON COLUMN sys.user_audit_object.userhost IS
'Numeric 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)'
*
COMMENT ON COLUMN sys.user_audit_object.terminal IS
'Identifier for the user''s terminal'
*
COMMENT ON COLUMN sys.user_audit_object.timestamp IS
'Timestamp for the creation of the audit trail entry (Timestamp for the
user''s logon for entries created by AUDIT SESSION)'
*
COMMENT ON COLUMN sys.user_audit_object.owner IS
'Creator of object affected by the action'
*
COMMENT ON COLUMN sys.user_audit_object.obj_name IS
'Name of the object affected by the action'
*
COMMENT ON COLUMN sys.user_audit_object.action_name IS
'Name of the action type corresponding to the numeric code in ACTION'
*
COMMENT ON COLUMN sys.user_audit_object.new_owner IS
'The owner of the object named in the NEW_NAME column'
*
COMMENT ON COLUMN sys.user_audit_object.new_name IS
'New name of object after RENAME, or name of underlying object
(e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
*
COMMENT ON COLUMN sys.user_audit_object.ses_actions IS
'Session summary. A string of 11 characters, one for each action type,
in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
Lock, Rename, Select, Update. Values: "-" = None, "S" = Success,
"F" = Failure, "B" = Both'
*
COMMENT ON COLUMN sys.user_audit_object.comment_text IS
'Text comment on the audit trail entry'
*
COMMENT ON COLUMN sys.user_audit_object.sessionid IS
'Numeric ID for each Oracle session'
*
COMMENT ON COLUMN sys.user_audit_object.entryid IS
'Numeric ID for each audit trail entry in the session'
*
COMMENT ON COLUMN sys.user_audit_object.statementid IS
'Numeric ID for each statement run (a statement may cause many actions)'
*
COMMENT ON COLUMN sys.user_audit_object.returncode IS
'Oracle error code generated by the action. Zero if the action succeeded'
*
COMMENT ON COLUMN sys.user_audit_object.priv_used IS
'System privilege used to execute the action'
*
COMMENT ON COLUMN sys.user_audit_object.object_label IS
'Optional Trusted ORACLE label associated with object being audited'
*
COMMENT ON COLUMN sys.user_audit_object.session_label IS
'Trusted ORACLE label associated with user session'
*
COMMENT ON TABLE sys.user_audit_session IS
'* All audit trail entries concerning connect and disconnect'
*
COMMENT ON COLUMN sys.user_audit_session.os_username IS
'Operating System logon user name of the user whose actions were audited'
*
COMMENT ON COLUMN sys.user_audit_session.username IS
'Name (not ID number) of the user whose actions were audited'
*
COMMENT ON COLUMN sys.user_audit_session.userhost IS
'Numeric 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)'
*
COMMENT ON COLUMN sys.user_audit_session.terminal IS
'Identifier for the user''s terminal'
*
COMMENT ON COLUMN sys.user_audit_session.timestamp IS
'Timestamp for the creation of the audit trail entry (Timestamp for the
user''s logon for entries created by AUDIT SESSION)'
*
COMMENT ON COLUMN sys.user_audit_session.action_name IS
'Name of the action type corresponding to the numeric code in ACTION'
*
COMMENT ON COLUMN sys.user_audit_session.logoff_time IS
'Timestamp for user logoff'
*
COMMENT ON COLUMN sys.user_audit_session.logoff_lread IS
'Logical reads for the session'
*
COMMENT ON COLUMN sys.user_audit_session.logoff_pread IS
'Physical reads for the session'
*
COMMENT ON COLUMN sys.user_audit_session.logoff_lwrite IS
'Logical writes for the session'
*
COMMENT ON COLUMN sys.user_audit_session.logoff_dlock IS
'Deadlocks detected during the session'
*
COMMENT ON COLUMN sys.user_audit_session.sessionid IS
'Numeric ID for each Oracle session'
*
COMMENT ON COLUMN sys.user_audit_session.returncode IS
'Oracle error code generated by the action. Zero if the action succeeded'
*
COMMENT ON COLUMN sys.user_audit_session.session_label IS
'Trusted ORACLE label associated with user session'
*
COMMENT ON TABLE sys.user_audit_statement IS
'Audit trail records concerning grant, revoke, audit, noaudit and
alter system'
*
COMMENT ON COLUMN sys.user_audit_statement.os_username IS
'Operating System logon user name of the user whose actions were audited'
*
COMMENT ON COLUMN sys.user_audit_statement.username IS
'Name (not ID number) of the user whose actions were audited'
*
COMMENT ON COLUMN sys.user_audit_statement.userhost IS
'Numeric 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)'
*
COMMENT ON COLUMN sys.user_audit_statement.terminal IS
'Identifier for the user''s terminal'
*
COMMENT ON COLUMN sys.user_audit_statement.timestamp IS
'Timestamp for the creation of the audit trail entry (Timestamp for the
user''s logon for entries created by AUDIT SESSION)'
*
COMMENT ON COLUMN sys.user_audit_statement.owner IS
'Creator of object affected by the action'
*
COMMENT ON COLUMN sys.user_audit_statement.obj_name IS
'Name of the object affected by the action'
*
COMMENT ON COLUMN sys.user_audit_statement.action_name IS
'Name of the action type corresponding to the numeric code in ACTION'
*
COMMENT ON COLUMN sys.user_audit_statement.new_name IS
'New name of object after RENAME, or name of underlying object
(e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
*
COMMENT ON COLUMN sys.user_audit_statement.obj_privilege IS
'Object privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.user_audit_statement.sys_privilege IS
'System privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.user_audit_statement.admin_option IS
'If role/sys_priv was granted WITH ADMIN OPTION, A/-'
*
COMMENT ON COLUMN sys.user_audit_statement.grantee IS
'The name of the grantee specified in a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.user_audit_statement.audit_option IS
'Auditing option set with the audit statement'
*
COMMENT ON COLUMN sys.user_audit_statement.ses_actions IS
'Session summary. A string of 11 characters, one for each action type,
in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
Lock, Rename, Select, Update. Values: "-" = None, "S" = Success,
"F" = Failure, "B" = Both'
*
COMMENT ON COLUMN sys.user_audit_statement.comment_text IS
'Text comment on the audit trail entry'
*
COMMENT ON COLUMN sys.user_audit_statement.sessionid IS
'Numeric ID for each Oracle session'
*
COMMENT ON COLUMN sys.user_audit_statement.entryid IS
'Numeric ID for each audit trail entry in the session'
*
COMMENT ON COLUMN sys.user_audit_statement.statementid IS
'Numeric ID for each statement run (a statement may cause many actions)'
*
COMMENT ON COLUMN sys.user_audit_statement.returncode IS
'Oracle error code generated by the action. Zero if the action succeeded'
*
COMMENT ON COLUMN sys.user_audit_statement.priv_used IS
'System privilege used to execute the action'
*
COMMENT ON COLUMN sys.user_audit_statement.session_label IS
'Trusted ORACLE label associated with user session'
*
COMMENT ON TABLE sys.user_audit_trail IS
'* Audit trail entries relevant to the user'
*
COMMENT ON COLUMN sys.user_audit_trail.os_username IS
'Operating System logon user name of the user whose actions were audited'
*
COMMENT ON COLUMN sys.user_audit_trail.username IS
'Name (not ID number) of the user whose actions were audited'
*
COMMENT ON COLUMN sys.user_audit_trail.userhost IS
'Numeric 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)'
*
COMMENT ON COLUMN sys.user_audit_trail.terminal IS
'Identifier for the user''s terminal'
*
COMMENT ON COLUMN sys.user_audit_trail.timestamp IS
'Timestamp for the creation of the audit trail entry (Timestamp
for the user''s logon for entries created by AUDIT SESSION)'
*
COMMENT ON COLUMN sys.user_audit_trail.owner IS
'Creator of object affected by the action'
*
COMMENT ON COLUMN sys.user_audit_trail.obj_name IS
'Name of the object affected by the action'
*
COMMENT ON COLUMN sys.user_audit_trail.action IS
'Numeric action type code. The corresponding name of the action type
(CREATE TABLE, INSERT, etc.) is in the column ACTION_NAME'
*
COMMENT ON COLUMN sys.user_audit_trail.action_name IS
'Name of the action type corresponding to the numeric code in ACTION'
*
COMMENT ON COLUMN sys.user_audit_trail.new_owner IS
'The owner of the object named in the NEW_NAME column'
*
COMMENT ON COLUMN sys.user_audit_trail.new_name IS
'New name of object after RENAME, or name of underlying object
(e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
*
COMMENT ON COLUMN sys.user_audit_trail.obj_privilege IS
'Object privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.user_audit_trail.sys_privilege IS
'System privileges granted/revoked by a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.user_audit_trail.admin_option IS
'If role/sys_priv was granted WITH ADMIN OPTION, A/-'
*
COMMENT ON COLUMN sys.user_audit_trail.grantee IS
'The name of the grantee specified in a GRANT/REVOKE statement'
*
COMMENT ON COLUMN sys.user_audit_trail.audit_option IS
'Auditing option set with the audit statement'
*
COMMENT ON COLUMN sys.user_audit_trail.ses_actions IS
'Session summary. A string of 11 characters, one for each action type,
in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
Lock, Rename, Select, Update. Values: "-" = None, "S" = Success,
"F" = Failure, "B" = Both'
*
COMMENT ON COLUMN sys.user_audit_trail.logoff_time IS
'Timestamp for user logoff'
*
COMMENT ON COLUMN sys.user_audit_trail.logoff_lread IS
'Logical reads for the session'
*
COMMENT ON COLUMN sys.user_audit_trail.logoff_pread IS
'Physical reads for the session'
*
COMMENT ON COLUMN sys.user_audit_trail.logoff_lwrite IS
'Logical writes for the session'
*
COMMENT ON COLUMN sys.user_audit_trail.logoff_dlock IS
'Deadlocks detected during the session'
*
COMMENT ON COLUMN sys.user_audit_trail.comment_text IS
'Text comment on the audit trail entry'
*
COMMENT ON COLUMN sys.user_audit_trail.sessionid IS
'Numeric ID for each Oracle session'
*
COMMENT ON COLUMN sys.user_audit_trail.entryid IS
'Numeric ID for each audit trail entry in the session'
*
COMMENT ON COLUMN sys.user_audit_trail.statementid IS
'Numeric ID for each statement run (a statement may cause many actions)'
*
COMMENT ON COLUMN sys.user_audit_trail.returncode IS
'Oracle error code generated by the action. Zero if the action succeeded'
*
COMMENT ON COLUMN sys.user_audit_trail.priv_used IS
'System privilege used to execute the action'
*
COMMENT ON COLUMN sys.user_audit_trail.object_label IS
'Optional Trusted ORACLE label associated with object being audited'
*
COMMENT ON COLUMN sys.user_audit_trail.session_label IS
'Trusted ORACLE label associated with user session'
*
COMMENT ON TABLE sys.user_catalog IS
'Tables, Views, Synonyms and Sequences owned by the user'
*
COMMENT ON COLUMN sys.user_catalog.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_catalog.table_type IS
'Type of the object'
*
COMMENT ON TABLE sys.user_clusters IS
'* Descriptions of user''s own clusters'
*
COMMENT ON COLUMN sys.user_clusters.cluster_name IS
'Name of the cluster'
*
COMMENT ON COLUMN sys.user_clusters.tablespace_name IS
'Name of the tablespace containing the cluster'
*
COMMENT ON COLUMN sys.user_clusters.pct_free IS
'Minimum percentage of free space in a block'
*
COMMENT ON COLUMN sys.user_clusters.pct_used IS
'Minimum percentage of used space in a block'
*
COMMENT ON COLUMN sys.user_clusters.key_size IS
'Estimated size of cluster key plus associated rows'
*
COMMENT ON COLUMN sys.user_clusters.ini_trans IS
'Initial number of transactions'
*
COMMENT ON COLUMN sys.user_clusters.max_trans IS
'Maximum number of transactions'
*
COMMENT ON COLUMN sys.user_clusters.initial_extent IS
'Size of the initial extent in bytes'
*
COMMENT ON COLUMN sys.user_clusters.next_extent IS
'Size of secondary extents in bytes'
*
COMMENT ON COLUMN sys.user_clusters.min_extents IS
'Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.user_clusters.max_extents IS
'Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.user_clusters.pct_increase IS
'Percentage increase in extent size'
*
COMMENT ON COLUMN sys.user_clusters.avg_blocks_per_key IS
'Average number of blocks containing rows with a given cluster key'
*
COMMENT ON COLUMN sys.user_clusters.cluster_type IS
'Type of cluster: b-tree index or hash'
*
COMMENT ON COLUMN sys.user_clusters.function IS
'If a hash cluster, the hash function'
*
COMMENT ON COLUMN sys.user_clusters.hashkeys IS
'If a hash cluster, the number of hash keys (hash buckets)'
*
COMMENT ON TABLE sys.user_clu_columns IS
'* Mapping of table columns to cluster columns'
*
COMMENT ON COLUMN sys.user_clu_columns.cluster_name IS
'Cluster name'
*
COMMENT ON COLUMN sys.user_clu_columns.clu_column_name IS
'Key column in the cluster'
*
COMMENT ON COLUMN sys.user_clu_columns.table_name IS
'Clustered table name'
*
COMMENT ON COLUMN sys.user_clu_columns.tab_column_name IS
'Key column in the table'
*
COMMENT ON TABLE sys.user_col_comments IS
'Comments on columns of user''s tables and views'
*
COMMENT ON COLUMN sys.user_col_comments.table_name IS
'Object name'
*
COMMENT ON COLUMN sys.user_col_comments.column_name IS
'Column name'
*
COMMENT ON COLUMN sys.user_col_comments.comments IS
'Comment on the column'
*
COMMENT ON TABLE sys.user_col_privs IS
'Grants on columns for which the user is the owner, grantor or grantee'
*
COMMENT ON COLUMN sys.user_col_privs.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.user_col_privs.owner IS
'Username of the owner of the object'
*
COMMENT ON COLUMN sys.user_col_privs.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_col_privs.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.user_col_privs.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.user_col_privs.privilege IS
'Column Privilege'
*
COMMENT ON COLUMN sys.user_col_privs.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.user_col_privs_made IS
'All grants on columns of objects owned by the user'
*
COMMENT ON COLUMN sys.user_col_privs_made.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.user_col_privs_made.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_col_privs_made.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.user_col_privs_made.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.user_col_privs_made.privilege IS
'Column Privilege'
*
COMMENT ON COLUMN sys.user_col_privs_made.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.user_col_privs_recd IS
'Grants on columns for which the user is the grantee'
*
COMMENT ON COLUMN sys.user_col_privs_recd.owner IS
'Username of the owner of the object'
*
COMMENT ON COLUMN sys.user_col_privs_recd.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_col_privs_recd.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.user_col_privs_recd.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.user_col_privs_recd.privilege IS
'Column Privilege'
*
COMMENT ON COLUMN sys.user_col_privs_recd.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.user_constraints IS
'Constraint definitions on user''s own tables'
*
COMMENT ON COLUMN sys.user_constraints.owner IS
'Owner of the table'
*
COMMENT ON COLUMN sys.user_constraints.constraint_name IS
'Name associated with constraint definition'
*
COMMENT ON COLUMN sys.user_constraints.constraint_type IS
'Type of constraint definition'
*
COMMENT ON COLUMN sys.user_constraints.table_name IS
'Name associated with table with constraint definition'
*
COMMENT ON COLUMN sys.user_constraints.search_condition IS
'Text of search condition for table check'
*
COMMENT ON COLUMN sys.user_constraints.r_owner IS
'Owner of table used in referential constraint'
*
COMMENT ON COLUMN sys.user_constraints.r_constraint_name IS
'Name of unique constraint definition for referenced table'
*
COMMENT ON COLUMN sys.user_constraints.delete_rule IS
'The delete rule for a referential constraint'
*
COMMENT ON COLUMN sys.user_constraints.status IS
'enforcement status of constraint - ENABLED or DISABLED'
*
COMMENT ON TABLE sys.user_cons_columns IS
'Information about accessible columns in constraint definitions'
*
COMMENT ON COLUMN sys.user_cons_columns.owner IS
'Owner of the constraint definition'
*
COMMENT ON COLUMN sys.user_cons_columns.constraint_name IS
'Name associated with the constraint definition'
*
COMMENT ON COLUMN sys.user_cons_columns.table_name IS
'Name associated with table with constraint definition'
*
COMMENT ON COLUMN sys.user_cons_columns.column_name IS
'Name associated with column specified in the constraint definition'
*
COMMENT ON COLUMN sys.user_cons_columns.position IS
'Original position of column in definition'
*
COMMENT ON TABLE sys.user_db_links IS
'* Database links owned by the user'
*
COMMENT ON COLUMN sys.user_db_links.db_link IS
'Name of the database link'
*
COMMENT ON COLUMN sys.user_db_links.username IS
'Name of user to log on as'
*
COMMENT ON COLUMN sys.user_db_links.password IS
'Password for logon'
*
COMMENT ON COLUMN sys.user_db_links.host IS
'SQL*Net string for connect'
*
COMMENT ON COLUMN sys.user_db_links.created IS
'Creation time of the database link'
*
COMMENT ON TABLE sys.user_dependencies IS
'Dependencies to and from a users objects'
*
COMMENT ON COLUMN sys.user_dependencies.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_dependencies.type IS
'Type of the object'
*
COMMENT ON COLUMN sys.user_dependencies.referenced_owner IS
'Owner of referenced object (remote owner if remote object)'
*
COMMENT ON COLUMN sys.user_dependencies.referenced_name IS
'Name of referenced object'
*
COMMENT ON COLUMN sys.user_dependencies.referenced_type IS
'Type of referenced object'
*
COMMENT ON COLUMN sys.user_dependencies.referenced_link_name IS
'* Name of dblink if this is a remote object'
*
COMMENT ON TABLE sys.user_errors IS
'* Current errors on stored objects owned by the user'
*
COMMENT ON COLUMN sys.user_errors.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_errors.type IS
'Type of object: "VIEW", "PROCEDURE", "FUNCTION", "PACKAGE"
or "PACKAGE BODY"'
*
COMMENT ON COLUMN sys.user_errors.sequence IS
'Sequence number used for ordering purposes'
*
COMMENT ON COLUMN sys.user_errors.line IS
'Line number at which this error occurs'
*
COMMENT ON COLUMN sys.user_errors.position IS
'Position in the line at which this error occurs'
*
COMMENT ON COLUMN sys.user_errors.text IS
'Text of the error'
*
COMMENT ON TABLE sys.user_extents IS
'* Extents comprising segments owned by the user'
*
COMMENT ON COLUMN sys.user_extents.segment_name IS
'Name of the segment associated with the extent'
*
COMMENT ON COLUMN sys.user_extents.segment_type IS
'Type of the segment'
*
COMMENT ON COLUMN sys.user_extents.tablespace_name IS
'Name of the tablespace containing the extent'
*
COMMENT ON COLUMN sys.user_extents.extent_id IS
'Extent number in the segment'
*
COMMENT ON COLUMN sys.user_extents.bytes IS
'Size of the extent in bytes'
*
COMMENT ON COLUMN sys.user_extents.blocks IS
'Size of the extent in ORACLE blocks'
*
COMMENT ON TABLE sys.user_free_space IS
'* Free extents in tablespaces accessible to the user'
*
COMMENT ON COLUMN sys.user_free_space.tablespace_name IS
'Name of the tablespace containing the extent'
*
COMMENT ON COLUMN sys.user_free_space.file_id IS
'ID number of the file containing the extent'
*
COMMENT ON COLUMN sys.user_free_space.block_id IS
'Starting block number of the extent'
*
COMMENT ON COLUMN sys.user_free_space.bytes IS
'Size of the extent in bytes'
*
COMMENT ON COLUMN sys.user_free_space.blocks IS
'Size of the extent in ORACLE blocks'
*
COMMENT ON TABLE sys.user_indexes IS
'Description of the user''s own indexes'
*
COMMENT ON COLUMN sys.user_indexes.index_name IS
'Name of the index'
*
COMMENT ON COLUMN sys.user_indexes.table_owner IS
'Owner of the indexed object'
*
COMMENT ON COLUMN sys.user_indexes.table_name IS
'Name of the indexed object'
*
COMMENT ON COLUMN sys.user_indexes.table_type IS
'Type of the indexed object'
*
COMMENT ON COLUMN sys.user_indexes.uniqueness IS
'Uniqueness status of the index: "UNIQUE" or "NONUNIQUE"'
*
COMMENT ON COLUMN sys.user_indexes.tablespace_name IS
'Name of the tablespace containing the index'
*
COMMENT ON COLUMN sys.user_indexes.ini_trans IS
'* Initial number of transactions'
*
COMMENT ON COLUMN sys.user_indexes.max_trans IS
'* Maximum number of transactions'
*
COMMENT ON COLUMN sys.user_indexes.initial_extent IS
'* Size of the initial extent in bytes'
*
COMMENT ON COLUMN sys.user_indexes.next_extent IS
'* Size of secondary extents in bytes'
*
COMMENT ON COLUMN sys.user_indexes.min_extents IS
'* Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.user_indexes.max_extents IS
'* Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.user_indexes.pct_increase IS
'* Percentage increase in extent size'
*
COMMENT ON COLUMN sys.user_indexes.pct_free IS
'* Minimum percentage of free space in a block'
*
COMMENT ON COLUMN sys.user_indexes.blevel IS
'* B-Tree level'
*
COMMENT ON COLUMN sys.user_indexes.leaf_blocks IS
'* The number of leaf blocks in the index'
*
COMMENT ON COLUMN sys.user_indexes.distinct_keys IS
'The number of distinct keys in the index'
*
COMMENT ON COLUMN sys.user_indexes.avg_leaf_blocks_per_key IS
'* The average number of leaf blocks per key'
*
COMMENT ON COLUMN sys.user_indexes.avg_data_blocks_per_key IS
'* The average number of data blocks per key'
*
COMMENT ON COLUMN sys.user_indexes.clustering_factor IS
'* A measurement of the amount of (dis)order of the table this index
is for'
*
COMMENT ON COLUMN sys.user_indexes.status IS
'* Whether index is in Direct Load State or not'
*
COMMENT ON TABLE sys.user_ind_columns IS
'COLUMNs comprising user''s INDEXes or on user''s TABLES'
*
COMMENT ON COLUMN sys.user_ind_columns.index_name IS
'Index name'
*
COMMENT ON COLUMN sys.user_ind_columns.table_name IS
'Table or cluster name'
*
COMMENT ON COLUMN sys.user_ind_columns.column_name IS
'Column name'
*
COMMENT ON COLUMN sys.user_ind_columns.column_position IS
'Position of column within index'
*
COMMENT ON COLUMN sys.user_ind_columns.column_length IS
'Indexed length of the column'
*
COMMENT ON TABLE sys.user_objects IS
'Objects owned by the user'
*
COMMENT ON COLUMN sys.user_objects.object_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_objects.object_id IS
'Object number of the object'
*
COMMENT ON COLUMN sys.user_objects.object_type IS
'Type of the object'
*
COMMENT ON COLUMN sys.user_objects.created IS
'Timestamp for the creation of the object'
*
COMMENT ON COLUMN sys.user_objects.last_ddl_time IS
'Timestamp for the last DDL change (including GRANT and REVOKE)
to the object'
*
COMMENT ON COLUMN sys.user_objects.timestamp IS
'Timestamp for the specification of the object'
*
COMMENT ON COLUMN sys.user_objects.status IS
'Status of the object'
*
COMMENT ON TABLE sys.user_object_size IS
'* Sizes, in bytes, of various pl/sql objects'
*
COMMENT ON COLUMN sys.user_object_size.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_object_size.type IS
'Type of the object: "TABLE", "VIEW", "SYNONYM", "SEQUENCE", "PROCEDURE",
"FUNCTION", "PACKAGE" or "PACKAGE BODY"'
*
COMMENT ON COLUMN sys.user_object_size.source_size IS
'Size of the source, in bytes. Must be in memory during compilation, or
dynamic recompilation'
*
COMMENT ON COLUMN sys.user_object_size.parsed_size IS
'Size of the parsed form of the object, in bytes. Must be in memory when
an object is being compiled that references this object'
*
COMMENT ON COLUMN sys.user_object_size.code_size IS
'Code size, in bytes. Must be in memory when this object is executing'
*
COMMENT ON COLUMN sys.user_object_size.error_size IS
'Size of error messages, in bytes. In memory during the compilation of
the object when there are compilation errors'
*
COMMENT ON TABLE sys.user_obj_audit_opts IS
'Auditing options for user''s own tables and views'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.object_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.object_type IS
'Type of the object: "TABLE" or "VIEW"'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.alt IS
'Auditing ALTER WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.aud IS
'Auditing AUDIT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.com IS
'Auditing COMMENT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.del IS
'Auditing DELETE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.gra IS
'Auditing GRANT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.ind IS
'Auditing INDEX WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.ins IS
'Auditing INSERT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.loc IS
'Auditing LOCK WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.ren IS
'Auditing RENAME WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.sel IS
'Auditing SELECT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.upd IS
'Auditing UPDATE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.ref IS
'Auditing REFERENCES WHENEVER SUCCESSFUL / UNSUCCESSFUL (no used)'
*
COMMENT ON COLUMN sys.user_obj_audit_opts.exe IS
'Auditing EXECUTE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
*
COMMENT ON TABLE sys.user_resource_limits IS
'* Display resource limit of the user'
*
COMMENT ON COLUMN sys.user_resource_limits.resource_name IS
'Resource name'
*
COMMENT ON COLUMN sys.user_resource_limits.limit IS
'Limit placed on this resource'
*
COMMENT ON TABLE sys.user_role_privs IS
'* Roles granted to current user'
*
COMMENT ON COLUMN sys.user_role_privs.username IS
'User Name or PUBLIC'
*
COMMENT ON COLUMN sys.user_role_privs.granted_role IS
'Granted role name'
*
COMMENT ON COLUMN sys.user_role_privs.admin_option IS
'Grant was with the ADMIN option'
*
COMMENT ON COLUMN sys.user_role_privs.default_role IS
'Role is designated as a DEFAULT ROLE for the user'
*
COMMENT ON COLUMN sys.user_role_privs.os_granted IS
'Role is granted via the operating system (using OS_ROLES = TRUE)'
*
COMMENT ON TABLE sys.user_segments IS
'Storage allocated for all database segments'
*
COMMENT ON COLUMN sys.user_segments.segment_name IS
'Name, if any, of the segment'
*
COMMENT ON COLUMN sys.user_segments.segment_type IS
'Type of segment: "TABLE", "CLUSTER", "INDEX", "ROLLBACK",
"DEFERRED ROLLBACK", "TEMPORARY", or "CACHE"'
*
COMMENT ON COLUMN sys.user_segments.tablespace_name IS
'Name of the tablespace containing the segment'
*
COMMENT ON COLUMN sys.user_segments.bytes IS
'* Size, in bytes, of the segment'
*
COMMENT ON COLUMN sys.user_segments.blocks IS
'* Size, in Oracle blocks, of the segment'
*
COMMENT ON COLUMN sys.user_segments.extents IS
'* Number of extents allocated to the segment'
*
COMMENT ON COLUMN sys.user_segments.initial_extent IS
'* Size, in Oracle blocks, of the initial extent of the segment'
*
COMMENT ON COLUMN sys.user_segments.next_extent IS
'* Size, in Oracle blocks, of the next extent to be allocated to
the segment'
*
COMMENT ON COLUMN sys.user_segments.min_extents IS
'* Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.user_segments.max_extents IS
'* Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.user_segments.pct_increase IS
'* Percent by which to increase the size of the next extent to
be allocated'
*
COMMENT ON COLUMN sys.user_segments.freelists IS
'* Number of process freelists allocated to this segment'
*
COMMENT ON COLUMN sys.user_segments.freelist_groups IS
'* Number of freelist groups allocated to this segment'
*
COMMENT ON TABLE sys.user_sequences IS
'Description of the user''s own SEQUENCEs'
*
COMMENT ON COLUMN sys.user_sequences.sequence_name IS
'SEQUENCE name'
*
COMMENT ON COLUMN sys.user_sequences.min_value IS
'Minimum value of the sequence'
*
COMMENT ON COLUMN sys.user_sequences.max_value IS
'Maximum value of the sequence'
*
COMMENT ON COLUMN sys.user_sequences.increment_by IS
'Value by which sequence is incremented'
*
COMMENT ON COLUMN sys.user_sequences.cycle_flag IS
'Does sequence wrap around on reaching limit?'
*
COMMENT ON COLUMN sys.user_sequences.order_flag IS
'Are sequence numbers generated in order?'
*
COMMENT ON COLUMN sys.user_sequences.cache_size IS
'Number of sequence numbers to cache'
*
COMMENT ON COLUMN sys.user_sequences.last_number IS
'Last sequence number written to disk'
*
COMMENT ON TABLE sys.user_snapshots IS
'Snapshots the user can look at'
*
COMMENT ON COLUMN sys.user_snapshots.owner IS
'Owner of the snapshot'
*
COMMENT ON COLUMN sys.user_snapshots.name IS
'The view used by users and applications for viewing the snapshot'
*
COMMENT ON COLUMN sys.user_snapshots.table_name IS
'* Table the snapshot is stored in -- has an extra column for the
master rowid'
*
COMMENT ON COLUMN sys.user_snapshots.master_view IS
'* View of the master table, owned by the snapshot owner, used for
refreshes'
*
COMMENT ON COLUMN sys.user_snapshots.master_owner IS
'* Owner of the master table'
*
COMMENT ON COLUMN sys.user_snapshots.master IS
'* Name of the master table that this snapshot is a copy of'
*
COMMENT ON COLUMN sys.user_snapshots.master_link IS
'* Database link name to the master site'
*
COMMENT ON COLUMN sys.user_snapshots.can_use_log IS
'If NO, this snapshot is complex and will never use a log'
*
COMMENT ON COLUMN sys.user_snapshots.last_refresh IS
'* SYSDATE from the master site at the time of the last refresh'
*
COMMENT ON COLUMN sys.user_snapshots.error IS
'* The error returned last time an automatic refresh was attempted'
*
COMMENT ON COLUMN sys.user_snapshots.type IS
'* The type of refresh (complete,fast,force) for all automatic refreshes'
*
COMMENT ON COLUMN sys.user_snapshots.next IS
'* The date function used to compute next refresh dates'
*
COMMENT ON COLUMN sys.user_snapshots.start_with IS
'* The date function used to compute next refresh dates'
*
COMMENT ON COLUMN sys.user_snapshots.query IS
'The original query that this snapshot is an instantiation of'
*
COMMENT ON TABLE sys.user_snapshot_logs IS
'All snapshot logs owned by the user'
*
COMMENT ON COLUMN sys.user_snapshot_logs.log_owner IS
'Owner of the snapshot log'
*
COMMENT ON COLUMN sys.user_snapshot_logs.master IS
'Name of the master table which the log logs changes of'
*
COMMENT ON COLUMN sys.user_snapshot_logs.log_table IS
'Log table; holds rowids and timestamps of rows which changed in the
master'
*
COMMENT ON COLUMN sys.user_snapshot_logs.log_trigger IS
'* Trigger on master table; fills the snapshot log'
*
COMMENT ON COLUMN sys.user_snapshot_logs.current_snapshots IS
'* Dates that all known simple snapshots last refreshed'
*
COMMENT ON TABLE sys.user_source IS
'* Source of stored objects accessible to the user'
*
COMMENT ON COLUMN sys.user_source.name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_source.type IS
'Type of the object: "PROCEDURE", "FUNCTION", "PACKAGE" or "PACKAGE BODY"'
*
COMMENT ON COLUMN sys.user_source.line IS
'Line number of this line of source'
*
COMMENT ON COLUMN sys.user_source.text IS
'Source text'
*
COMMENT ON TABLE sys.user_synonyms IS
'The user''s private synonyms'
*
COMMENT ON COLUMN sys.user_synonyms.synonym_name IS
'Name of the synonym'
*
COMMENT ON COLUMN sys.user_synonyms.table_owner IS
'Owner of the object referenced by the synonym'
*
COMMENT ON COLUMN sys.user_synonyms.table_name IS
'Name of the object referenced by the synonym'
*
COMMENT ON COLUMN sys.user_synonyms.db_link IS
'* Database link referenced in a remote synonym'
*
COMMENT ON TABLE sys.user_sys_privs IS
'* System privileges granted to current user'
*
COMMENT ON COLUMN sys.user_sys_privs.username IS
'User Name or PUBLIC'
*
COMMENT ON COLUMN sys.user_sys_privs.privilege IS
'System privilege'
*
COMMENT ON COLUMN sys.user_sys_privs.admin_option IS
'Grant was with the ADMIN option'
*
COMMENT ON TABLE sys.user_tables IS
'Description of the user''s own tables'
*
COMMENT ON COLUMN sys.user_tables.table_name IS
'Name of the table'
*
COMMENT ON COLUMN sys.user_tables.tablespace_name IS
'Name of the tablespace containing the table'
*
COMMENT ON COLUMN sys.user_tables.cluster_name IS
'* Name of the cluster, if any, to which the table belongs'
*
COMMENT ON COLUMN sys.user_tables.pct_free IS
'* Minimum percentage of free space in a block'
*
COMMENT ON COLUMN sys.user_tables.pct_used IS
'* Minimum percentage of used space in a block'
*
COMMENT ON COLUMN sys.user_tables.ini_trans IS
'* Initial number of transactions'
*
COMMENT ON COLUMN sys.user_tables.max_trans IS
'* Maximum number of transactions'
*
COMMENT ON COLUMN sys.user_tables.initial_extent IS
'* Size of the initial extent in bytes'
*
COMMENT ON COLUMN sys.user_tables.next_extent IS
'* Size of secondary extents in bytes'
*
COMMENT ON COLUMN sys.user_tables.min_extents IS
'* Minimum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.user_tables.max_extents IS
'* Maximum number of extents allowed in the segment'
*
COMMENT ON COLUMN sys.user_tables.pct_increase IS
'* Percentage increase in extent size'
*
COMMENT ON COLUMN sys.user_tables.backed_up IS
'* Has table been backed up since last modification?'
*
COMMENT ON COLUMN sys.user_tables.num_rows IS
'* The number of rows in the table'
*
COMMENT ON COLUMN sys.user_tables.blocks IS
'* The number of used blocks in the table'
*
COMMENT ON COLUMN sys.user_tables.empty_blocks IS
'* The number of empty (never used) blocks in the table'
*
COMMENT ON COLUMN sys.user_tables.avg_space IS
'* The average available free space in the table'
*
COMMENT ON COLUMN sys.user_tables.chain_cnt IS
'* The number of chained rows in the table'
*
COMMENT ON COLUMN sys.user_tables.avg_row_len IS
'* The average row length, including row overhead'
*
COMMENT ON TABLE sys.user_tablespaces IS
'* Description of accessible tablespaces'
*
COMMENT ON COLUMN sys.user_tablespaces.tablespace_name IS
'Tablespace name'
*
COMMENT ON COLUMN sys.user_tablespaces.initial_extent IS
'Default initial extent size'
*
COMMENT ON COLUMN sys.user_tablespaces.next_extent IS
'Default incremental extent size'
*
COMMENT ON COLUMN sys.user_tablespaces.min_extents IS
'Default minimum number of extents'
*
COMMENT ON COLUMN sys.user_tablespaces.max_extents IS
'Default maximum number of extents'
*
COMMENT ON COLUMN sys.user_tablespaces.pct_increase IS
'Default percent increase for extent size'
*
COMMENT ON COLUMN sys.user_tablespaces.status IS
'Tablespace status: "ONLINE" or "OFFLINE"'
*
COMMENT ON TABLE sys.user_tab_columns IS
'Columns of user''s tables, views and clusters'
*
COMMENT ON COLUMN sys.user_tab_columns.table_name IS
'Table, view or cluster name'
*
COMMENT ON COLUMN sys.user_tab_columns.column_name IS
'Column name'
*
COMMENT ON COLUMN sys.user_tab_columns.data_type IS
'Datatype of the column'
*
COMMENT ON COLUMN sys.user_tab_columns.data_length IS
'Length of the column in bytes'
*
COMMENT ON COLUMN sys.user_tab_columns.data_precision IS
'Length: decimal digits (NUMBER) or binary digits (FLOAT)'
*
COMMENT ON COLUMN sys.user_tab_columns.data_scale IS
'Digits to right of decimal point in a number'
*
COMMENT ON COLUMN sys.user_tab_columns.nullable IS
'Does column allow NULL values?'
*
COMMENT ON COLUMN sys.user_tab_columns.column_id IS
'Sequence number of the column as created'
*
COMMENT ON COLUMN sys.user_tab_columns.default_length IS
'Length of default value for the column'
*
COMMENT ON COLUMN sys.user_tab_columns.data_default IS
'Default value for the column'
*
COMMENT ON COLUMN sys.user_tab_columns.num_distinct IS
'The number of distinct values for the column'
*
COMMENT ON COLUMN sys.user_tab_columns.low_value IS
'* The second smallest value for the column'
*
COMMENT ON COLUMN sys.user_tab_columns.high_value IS
'* The second highest value for the column'
*
COMMENT ON COLUMN sys.user_tab_columns.density IS
'* The density of the column'
*
COMMENT ON TABLE sys.user_tab_comments IS
'Comments on the tables and views owned by the user'
*
COMMENT ON COLUMN sys.user_tab_comments.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_tab_comments.table_type IS
'Type of the object: "TABLE" or "VIEW"'
*
COMMENT ON COLUMN sys.user_tab_comments.comments IS
'Comment on the object'
*
COMMENT ON TABLE sys.user_tab_privs IS
'Grants on objects for which the user is the owner, grantor or grantee'
*
COMMENT ON COLUMN sys.user_tab_privs.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.user_tab_privs.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.user_tab_privs.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_tab_privs.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.user_tab_privs.privilege IS
'Table Privilege'
*
COMMENT ON COLUMN sys.user_tab_privs.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.user_tab_privs_made IS
'All grants on objects owned by the user'
*
COMMENT ON COLUMN sys.user_tab_privs_made.grantee IS
'Name of the user to whom access was granted'
*
COMMENT ON COLUMN sys.user_tab_privs_made.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_tab_privs_made.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.user_tab_privs_made.privilege IS
'Table Privilege'
*
COMMENT ON COLUMN sys.user_tab_privs_made.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.user_tab_privs_recd IS
'Grants on objects for which the user is the grantee'
*
COMMENT ON COLUMN sys.user_tab_privs_recd.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.user_tab_privs_recd.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.user_tab_privs_recd.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.user_tab_privs_recd.privilege IS
'Table Privilege'
*
COMMENT ON COLUMN sys.user_tab_privs_recd.grantable IS
'Privilege is grantable'
*
COMMENT ON TABLE sys.user_triggers IS
'Triggers owned by the user'
*
COMMENT ON COLUMN sys.user_triggers.trigger_name IS
'Name of the trigger'
*
COMMENT ON COLUMN sys.user_triggers.trigger_type IS
'Type of the trigger (when it fires) - BEFORE/AFTER and STATEMENT/ROW'
*
COMMENT ON COLUMN sys.user_triggers.triggering_event IS
'Statement that will fire the trigger - INSERT, UPDATE and/or DELETE'
*
COMMENT ON COLUMN sys.user_triggers.table_owner IS
'Owner of the table that this trigger is associated with'
*
COMMENT ON COLUMN sys.user_triggers.table_name IS
'Name of the table that this trigger is associated with'
*
COMMENT ON COLUMN sys.user_triggers.referencing_names IS
'* Names used for referencing to OLD and NEW values within the trigger'
*
COMMENT ON COLUMN sys.user_triggers.when_clause IS
'* WHEN clause must evaluate to true in order for triggering body
to execute'
*
COMMENT ON COLUMN sys.user_triggers.status IS
'If DISABLED then trigger will not fire'
*
COMMENT ON COLUMN sys.user_triggers.description IS
'Trigger description, useful for re-creating trigger creation statement'
*
COMMENT ON COLUMN sys.user_triggers.trigger_body IS
'* Action taken by this trigger when it fires'
*
COMMENT ON TABLE sys.user_trigger_cols IS
'* Column usage in user''s triggers'
*
COMMENT ON COLUMN sys.user_trigger_cols.trigger_owner IS
'Owner of the trigger'
*
COMMENT ON COLUMN sys.user_trigger_cols.trigger_name IS
'Name of the trigger'
*
COMMENT ON COLUMN sys.user_trigger_cols.table_owner IS
'Owner of the table'
*
COMMENT ON COLUMN sys.user_trigger_cols.table_name IS
'Name of the table on which the trigger is defined'
*
COMMENT ON COLUMN sys.user_trigger_cols.column_name IS
'Name of the column used in trigger definition'
*
COMMENT ON COLUMN sys.user_trigger_cols.column_list IS
'Is column specified in UPDATE OF clause?'
*
COMMENT ON COLUMN sys.user_trigger_cols.column_usage IS
'Usage of column within trigger body'
*
COMMENT ON TABLE sys.user_ts_quotas IS
'* Tablespace quotas for the user'
*
COMMENT ON COLUMN sys.user_ts_quotas.tablespace_name IS
'Tablespace name'
*
COMMENT ON COLUMN sys.user_ts_quotas.bytes IS
'Number of bytes charged to the user'
*
COMMENT ON COLUMN sys.user_ts_quotas.max_bytes IS
'User''s quota in bytes. NULL if no limit'
*
COMMENT ON COLUMN sys.user_ts_quotas.blocks IS
'Number of ORACLE blocks charged to the user'
*
COMMENT ON COLUMN sys.user_ts_quotas.max_blocks IS
'User''s quota in ORACLE blocks. NULL if no limit'
*
COMMENT ON TABLE sys.user_users IS
'Information about the current user'
*
COMMENT ON COLUMN sys.user_users.username IS
'Name of the user'
*
COMMENT ON COLUMN sys.user_users.user_id IS
'ID number of the user'
*
COMMENT ON COLUMN sys.user_users.default_tablespace IS
'Default tablespace for data'
*
COMMENT ON COLUMN sys.user_users.temporary_tablespace IS
'Default tablespace for temporary tables'
*
COMMENT ON COLUMN sys.user_users.created IS
'User creation date'
*
COMMENT ON TABLE sys.user_views IS
'Text of views owned by the user'
*
COMMENT ON COLUMN sys.user_views.view_name IS
'Name of the view'
*
COMMENT ON COLUMN sys.user_views.text_length IS
'Length of the view text'
*
COMMENT ON COLUMN sys.user_views.text IS
'View text'
*
COMMENT ON TABLE sys.audit_actions IS
'Description table for audit trail action type codes. Maps action type
numbers to action type names'
*
COMMENT ON COLUMN sys.audit_actions.action IS
'Numeric audit trail action type code'
*
COMMENT ON COLUMN sys.audit_actions.name IS
'Name of the type of audit trail action'
*
COMMENT ON TABLE sys.dictionary IS
'Description of data dictionary tables and views'
*
COMMENT ON COLUMN sys.dictionary.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.dictionary.comments IS
'Text comment on the object'
*
COMMENT ON TABLE sys.dict_columns IS
'Description of columns in data dictionary tables and views'
*
COMMENT ON COLUMN sys.dict_columns.table_name IS
'Name of the object that contains the column'
*
COMMENT ON COLUMN sys.dict_columns.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.dict_columns.comments IS
'Text comment on the object'
*
COMMENT ON TABLE sys.global_name IS
'Global database name'
*
COMMENT ON COLUMN sys.global_name.global_name IS
'Global name of the database'
*
COMMENT ON TABLE sys.resource_cost IS
'* Cost for each resource'
*
COMMENT ON COLUMN sys.resource_cost.resource_name IS
'Name of the resource'
*
COMMENT ON COLUMN sys.resource_cost.unit_cost IS
'Cost of the resource'
*
COMMENT ON TABLE sys.role_role_privs IS
'* Roles which are granted to roles'
*
COMMENT ON COLUMN sys.role_role_privs.role IS
'Name of the role'
*
COMMENT ON COLUMN sys.role_role_privs.granted_role IS
'Role that was granted'
*
COMMENT ON COLUMN sys.role_role_privs.admin_option IS
'Signifies that the role was granted with ADMIN option'
*
COMMENT ON TABLE sys.role_sys_privs IS
'* System privileges granted to roles'
*
COMMENT ON COLUMN sys.role_sys_privs.role IS
'Name of the role'
*
COMMENT ON COLUMN sys.role_sys_privs.privilege IS
'System privilege granted to the role'
*
COMMENT ON COLUMN sys.role_sys_privs.admin_option IS
'Signifies the grant was with the ADMIN option'
*
COMMENT ON TABLE sys.role_tab_privs IS
'* Table privileges granted to roles'
*
COMMENT ON COLUMN sys.role_tab_privs.role IS
'Name of the role'
*
COMMENT ON COLUMN sys.role_tab_privs.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.role_tab_privs.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.role_tab_privs.column_name IS
'Name of the column, if applicable'
*
COMMENT ON COLUMN sys.role_tab_privs.privilege IS
'Object privilege granted to the role'
*
COMMENT ON COLUMN sys.role_tab_privs.grantable IS
'YES if the role was granted with ADMIN OPTION, otherwise NO'
*
COMMENT ON TABLE sys.session_privs IS
'* Privileges which the user currently has set'
*
COMMENT ON COLUMN sys.session_privs.privilege IS
'Name of the privilege'
*
COMMENT ON TABLE sys.session_roles IS
'* Roles which the user currently has enabled.'
*
COMMENT ON COLUMN sys.session_roles.role IS
'Name of the role'
*
COMMENT ON TABLE sys.column_privileges IS
'Grants on columns for which the user is the grantor, grantee, owner, or
an enabled role or PUBLIC is the grantee'
*
COMMENT ON COLUMN sys.column_privileges.grantee IS
'Name of the user to whom access is granted'
*
COMMENT ON COLUMN sys.column_privileges.owner IS
'Username of the object''s owner'
*
COMMENT ON COLUMN sys.column_privileges.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.column_privileges.column_name IS
'Name of the column'
*
COMMENT ON COLUMN sys.column_privileges.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.column_privileges.insert_priv IS
'Permission to insert into the column'
*
COMMENT ON COLUMN sys.column_privileges.update_priv IS
'Permission to update the column'
*
COMMENT ON COLUMN sys.column_privileges.references_priv IS
'Permission to reference the column'
*
COMMENT ON COLUMN sys.column_privileges.created IS
'Timestamp for the grant'
*
COMMENT ON TABLE sys.table_privileges IS
'Grants on objects for which the user is the grantor, grantee, owner,
or an enabled role or PUBLIC is the grantee'
*
COMMENT ON COLUMN sys.table_privileges.grantee IS
'Name of the user to whom access is granted'
*
COMMENT ON COLUMN sys.table_privileges.owner IS
'Owner of the object'
*
COMMENT ON COLUMN sys.table_privileges.table_name IS
'Name of the object'
*
COMMENT ON COLUMN sys.table_privileges.grantor IS
'Name of the user who performed the grant'
*
COMMENT ON COLUMN sys.table_privileges.select_priv IS
'Permission to select from the object'
*
COMMENT ON COLUMN sys.table_privileges.insert_priv IS
'Permission to insert into the object'
*
COMMENT ON COLUMN sys.table_privileges.delete_priv IS
'Permission to delete from the object'
*
COMMENT ON COLUMN sys.table_privileges.update_priv IS
'Permission to update the object'
*
COMMENT ON COLUMN sys.table_privileges.references_priv IS
'Permission to reference the object'
*
COMMENT ON COLUMN sys.table_privileges.alter_priv IS
'Permission to alter the object'
*
COMMENT ON COLUMN sys.table_privileges.index_priv IS
'Permission to create or drop an index on the object'
*
COMMENT ON COLUMN sys.table_privileges.created IS
'Timestamp for the grant'
*
COMMENT ON TABLE sys.public_dependency IS
'Dependencies to and from objects, by object number'
*
COMMENT ON COLUMN sys.public_dependency.object_id IS
'Object number'
*
COMMENT ON COLUMN sys.public_dependency.referenced_object_id IS
'Referenced object (the parent object)'
*
SQLMODE ADABAS
*
USE USER &u
*
END INIT SERVERDB
*