home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / WINDOWS / adabas / f_0001 / env / oraddcom.ins < prev    next >
Text File  |  1999-11-01  |  132KB  |  4,082 lines

  1. *
  2. INIT SERVERDB
  3. *
  4. SQLMODE ADABAS
  5. *
  6. USE USER sys sys
  7. *
  8.  
  9. COMMENT ON TABLE sys.all_catalog IS
  10.   'All tables, views, synonyms, sequences accessible to the user'
  11. *
  12. COMMENT ON COLUMN sys.all_catalog.owner IS
  13.   'Owner of the object'
  14. *
  15. COMMENT ON COLUMN sys.all_catalog.table_name IS
  16.   'Name of the object'
  17. *
  18. COMMENT ON COLUMN sys.all_catalog.table_type IS
  19.   'Type of the object'
  20. *
  21.  
  22. COMMENT ON TABLE sys.all_col_comments IS
  23.   'Comments on columns of accessible tables and views'
  24. *
  25. COMMENT ON COLUMN sys.all_col_comments.owner IS
  26.   'Owner of the object'
  27. *
  28. COMMENT ON COLUMN sys.all_col_comments.table_name IS
  29.   'Name of the object'
  30. *
  31. COMMENT ON COLUMN sys.all_col_comments.column_name IS
  32.   'Name of the column'
  33. *
  34. COMMENT ON COLUMN sys.all_col_comments.comments IS
  35.   'Comment on the column'
  36. *
  37.  
  38. COMMENT ON TABLE sys.all_col_privs IS
  39. 'Grants on columns for which the user is the grantor, grantee, owner,
  40.  or an enabled role or PUBLIC is the grantee'
  41. *
  42. COMMENT ON COLUMN sys.all_col_privs.grantor IS
  43.   'Name of the user who performed the grant'
  44. *
  45. COMMENT ON COLUMN sys.all_col_privs.grantee IS
  46.   'Name of the user to whom access was granted'
  47. *
  48. COMMENT ON COLUMN sys.all_col_privs.table_schema IS
  49.   'Schema of the object'
  50. *
  51. COMMENT ON COLUMN sys.all_col_privs.table_name IS
  52.   'Name of the object'
  53. *
  54. COMMENT ON COLUMN sys.all_col_privs.column_name IS
  55.   'Name of the column'
  56. *
  57. COMMENT ON COLUMN sys.all_col_privs.privilege IS
  58.   'Column Privilege'
  59. *
  60. COMMENT ON COLUMN sys.all_col_privs.grantable IS
  61.   'Privilege is grantable'
  62. *
  63.  
  64. COMMENT ON TABLE sys.all_col_privs_made IS
  65.   'Grants on columns for which the user is owner or grantor'
  66. *
  67. COMMENT ON COLUMN sys.all_col_privs_made.grantee IS
  68.   'Name of the user to whom access was granted'
  69. *
  70. COMMENT ON COLUMN sys.all_col_privs_made.owner IS
  71.   'Username of the owner of the object'
  72. *
  73. COMMENT ON COLUMN sys.all_col_privs_made.table_name IS
  74.   'Name of the object'
  75. *
  76. COMMENT ON COLUMN sys.all_col_privs_made.column_name IS
  77.   'Name of the column'
  78. *
  79. COMMENT ON COLUMN sys.all_col_privs_made.grantor IS
  80.   'Name of the user who performed the grant'
  81. *
  82. COMMENT ON COLUMN sys.all_col_privs_made.privilege IS
  83.   'Column Privilege'
  84. *
  85. COMMENT ON COLUMN sys.all_col_privs_made.grantable IS
  86.   'Privilege is grantable'
  87. *
  88.  
  89. COMMENT ON TABLE sys.all_col_privs_recd IS
  90. 'Grants on columns for which the user, PUBLIC or
  91.  enabled role is the grantee'
  92. *
  93. COMMENT ON COLUMN sys.all_col_privs_recd.grantee IS
  94.   'Name of the user to whom access was granted'
  95. *
  96. COMMENT ON COLUMN sys.all_col_privs_recd.owner IS
  97.   'Username of the owner of the object'
  98. *
  99. COMMENT ON COLUMN sys.all_col_privs_recd.table_name IS
  100.   'Name of the object'
  101. *
  102. COMMENT ON COLUMN sys.all_col_privs_recd.column_name IS
  103.   'Name of the column'
  104. *
  105. COMMENT ON COLUMN sys.all_col_privs_recd.grantor IS
  106.   'Name of the user who performed the grant'
  107. *
  108. COMMENT ON COLUMN sys.all_col_privs_recd.privilege IS
  109.   'Column privilege'
  110. *
  111. COMMENT ON COLUMN sys.all_col_privs_recd.grantable IS
  112.   'Privilege is grantable'
  113. *
  114.  
  115. COMMENT ON TABLE sys.all_constraints IS
  116.   'Constraint definitions on accessible tables'
  117. *
  118. COMMENT ON COLUMN sys.all_constraints.owner IS
  119.   'Owner of the table'
  120. *
  121. COMMENT ON COLUMN sys.all_constraints.constraint_name IS
  122.   'Name associated with constraint definition'
  123. *
  124. COMMENT ON COLUMN sys.all_constraints.constraint_type IS
  125.   'Type of constraint definition'
  126. *
  127. COMMENT ON COLUMN sys.all_constraints.table_name IS
  128.   'Name associated with table with constraint definition'
  129. *
  130. COMMENT ON COLUMN sys.all_constraints.search_condition IS
  131.   'Text of search condition for table check'
  132. *
  133. COMMENT ON COLUMN sys.all_constraints.r_owner IS
  134.   'Owner of table used in referential constraint'
  135. *
  136. COMMENT ON COLUMN sys.all_constraints.r_constraint_name IS
  137.   'Name of unique constraint definition for referenced table'
  138. *
  139. COMMENT ON COLUMN sys.all_constraints.delete_rule IS
  140.   'The delete rule for a referential constraint'
  141. *
  142. COMMENT ON COLUMN sys.all_constraints.status IS
  143.   'enforcement status of constraint - ENABLED or DISABLED'
  144. *
  145.  
  146. COMMENT ON TABLE sys.all_cons_columns IS
  147.   'Information about accessible columns in constraint definitions'
  148. *
  149. COMMENT ON COLUMN sys.all_cons_columns.owner IS
  150.   'Owner of the constraint definition'
  151. *
  152. COMMENT ON COLUMN sys.all_cons_columns.constraint_name IS
  153.   'Name associated with the constraint definition'
  154. *
  155. COMMENT ON COLUMN sys.all_cons_columns.table_name IS
  156.   'Name associated with table with constraint definition'
  157. *
  158. COMMENT ON COLUMN sys.all_cons_columns.column_name IS
  159.   'Name associated with column specified in the constraint definition'
  160. *
  161. COMMENT ON COLUMN sys.all_cons_columns.position IS
  162.   'Original position of column in definition'
  163. *
  164.  
  165. COMMENT ON TABLE sys.all_db_links IS
  166.   '* Database links accessible to the user'
  167. *
  168. COMMENT ON COLUMN sys.all_db_links.owner IS
  169.   'Username of the owner of the database link'
  170. *
  171. COMMENT ON COLUMN sys.all_db_links.db_link IS
  172.   'Name of the database link'
  173. *
  174. COMMENT ON COLUMN sys.all_db_links.username IS
  175.   'Name of user to log on as'
  176. *
  177. COMMENT ON COLUMN sys.all_db_links.host IS
  178.   'SQL*Net string for connect'
  179. *
  180. COMMENT ON COLUMN sys.all_db_links.created IS
  181.   'Creation time of the database link'
  182. *
  183.  
  184. COMMENT ON TABLE sys.all_def_audit_opts IS
  185.   'Auditing options for newly created objects'
  186. *
  187. COMMENT ON COLUMN sys.all_def_audit_opts.alt IS
  188.   'Auditing ALTER WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  189. *
  190. COMMENT ON COLUMN sys.all_def_audit_opts.aud IS
  191.   'Auditing AUDIT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  192. *
  193. COMMENT ON COLUMN sys.all_def_audit_opts.com IS
  194.   'Auditing COMMENT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  195. *
  196. COMMENT ON COLUMN sys.all_def_audit_opts.del IS
  197.   'Auditing DELETE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  198. *
  199. COMMENT ON COLUMN sys.all_def_audit_opts.gra IS
  200.   'Auditing GRANT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  201. *
  202. COMMENT ON COLUMN sys.all_def_audit_opts.ind IS
  203.   'Auditing INDEX WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  204. *
  205. COMMENT ON COLUMN sys.all_def_audit_opts.ins IS
  206.   'Auditing INSERT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  207. *
  208. COMMENT ON COLUMN sys.all_def_audit_opts.loc IS
  209.   'Auditing LOCK WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  210. *
  211. COMMENT ON COLUMN sys.all_def_audit_opts.ren IS
  212.   'Auditing RENAME WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  213. *
  214. COMMENT ON COLUMN sys.all_def_audit_opts.sel IS
  215.   'Auditing SELECT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  216. *
  217. COMMENT ON COLUMN sys.all_def_audit_opts.upd IS
  218.   'Auditing UPDATE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  219. *
  220. COMMENT ON COLUMN sys.all_def_audit_opts.ref IS
  221.   'Auditing REFERENCES WHENEVER SUCCESSFUL / UNSUCCESSFUL (not used)'
  222. *
  223. COMMENT ON COLUMN sys.all_def_audit_opts.exe IS
  224.   'Auditing EXECUTE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  225. *
  226.  
  227. COMMENT ON TABLE sys.all_dependencies IS
  228.   'Dependencies to and from objects accessible to the user'
  229. *
  230. COMMENT ON COLUMN sys.all_dependencies.owner IS
  231.   'Owner of the object'
  232. *
  233. COMMENT ON COLUMN sys.all_dependencies.name IS
  234.   'Name of the object'
  235. *
  236. COMMENT ON COLUMN sys.all_dependencies.type IS
  237.   'Type of the object'
  238. *
  239. COMMENT ON COLUMN sys.all_dependencies.referenced_owner IS
  240.   'Owner of referenced object (remote owner if remote object)'
  241. *
  242. COMMENT ON COLUMN sys.all_dependencies.referenced_name IS
  243.   'Name of referenced object'
  244. *
  245. COMMENT ON COLUMN sys.all_dependencies.referenced_type IS
  246.   'Type of referenced object'
  247. *
  248. COMMENT ON COLUMN sys.all_dependencies.referenced_link_name IS
  249.   '* Name of dblink if this is a remote object'
  250. *
  251.  
  252. COMMENT ON TABLE sys.all_errors IS
  253.   '* Current errors on stored objects that user is allowed to create'
  254. *
  255. COMMENT ON COLUMN sys.all_errors.owner IS
  256.   'Owner of the object'
  257. *
  258. COMMENT ON COLUMN sys.all_errors.name IS
  259.   'Name of the object'
  260. *
  261. COMMENT ON COLUMN sys.all_errors.type IS
  262. 'Type of object: "VIEW", "PROCEDURE", "FUNCTION", "PACKAGE"
  263.  or "PACKAGE BODY"'
  264. *
  265. COMMENT ON COLUMN sys.all_errors.sequence IS
  266.   'Sequence number used for ordering purposes'
  267. *
  268. COMMENT ON COLUMN sys.all_errors.line IS
  269.   'Line number at which this error occurs'
  270. *
  271. COMMENT ON COLUMN sys.all_errors.position IS
  272.   'Position in the line at which this error occurs'
  273. *
  274. COMMENT ON COLUMN sys.all_errors.text IS
  275.   'Text of the error'
  276. *
  277.  
  278. COMMENT ON TABLE sys.all_indexes IS
  279.   'Descriptions of indexes on tables accessible to the user'
  280. *
  281. COMMENT ON COLUMN sys.all_indexes.owner IS
  282.   'Username of the owner of the index'
  283. *
  284. COMMENT ON COLUMN sys.all_indexes.index_name IS
  285.   'Name of the index'
  286. *
  287. COMMENT ON COLUMN sys.all_indexes.table_owner IS
  288.   'Owner of the indexed object'
  289. *
  290. COMMENT ON COLUMN sys.all_indexes.table_name IS
  291.   'Name of the indexed object'
  292. *
  293. COMMENT ON COLUMN sys.all_indexes.table_type IS
  294.   'Type of the indexed object'
  295. *
  296. COMMENT ON COLUMN sys.all_indexes.uniqueness IS
  297.   'Uniqueness status of the index:  "UNIQUE" or "NONUNIQUE"'
  298. *
  299. COMMENT ON COLUMN sys.all_indexes.tablespace_name IS
  300.   'Name of the tablespace containing the index'
  301. *
  302. COMMENT ON COLUMN sys.all_indexes.ini_trans IS
  303.   '* Initial number of transactions'
  304. *
  305. COMMENT ON COLUMN sys.all_indexes.max_trans IS
  306.   '* Maximum number of transactions'
  307. *
  308. COMMENT ON COLUMN sys.all_indexes.initial_extent IS
  309.   '* Size of the initial extent'
  310. *
  311. COMMENT ON COLUMN sys.all_indexes.next_extent IS
  312.   '* Size of secondary extents'
  313. *
  314. COMMENT ON COLUMN sys.all_indexes.min_extents IS
  315.   '* Minimum number of extents allowed in the segment'
  316. *
  317. COMMENT ON COLUMN sys.all_indexes.max_extents IS
  318.   '* Maximum number of extents allowed in the segment'
  319. *
  320. COMMENT ON COLUMN sys.all_indexes.pct_increase IS
  321.   '* Percentage increase in extent size'
  322. *
  323. COMMENT ON COLUMN sys.all_indexes.pct_free IS
  324.   '* Minimum percentage of free space in a block'
  325. *
  326. COMMENT ON COLUMN sys.all_indexes.blevel IS
  327.   '* B-Tree level'
  328. *
  329. COMMENT ON COLUMN sys.all_indexes.leaf_blocks IS
  330.   '* The number of leaf blocks in the index'
  331. *
  332. COMMENT ON COLUMN sys.all_indexes.distinct_keys IS
  333.   'The number of distinct keys in the index'
  334. *
  335. COMMENT ON COLUMN sys.all_indexes.avg_leaf_blocks_per_key IS
  336.   '* The average number of leaf blocks per key'
  337. *
  338. COMMENT ON COLUMN sys.all_indexes.avg_data_blocks_per_key IS
  339.   '* The average number of data blocks per key'
  340. *
  341. COMMENT ON COLUMN sys.all_indexes.clustering_factor IS
  342. '* A measurement of the amount of (dis)order of the table this index
  343.  is for'
  344. *
  345. COMMENT ON COLUMN sys.all_indexes.status IS
  346.   'Whether index is in Direct Load State or not'
  347. *
  348.  
  349. COMMENT ON TABLE sys.all_ind_columns IS
  350.   'COLUMNs comprising INDEXes on accessible TABLES'
  351. *
  352. COMMENT ON COLUMN sys.all_ind_columns.index_owner IS
  353.   'Index owner'
  354. *
  355. COMMENT ON COLUMN sys.all_ind_columns.index_name IS
  356.   'Index name'
  357. *
  358. COMMENT ON COLUMN sys.all_ind_columns.table_owner IS
  359.   'Table or cluster owner'
  360. *
  361. COMMENT ON COLUMN sys.all_ind_columns.table_name IS
  362.   'Table or cluster name'
  363. *
  364. COMMENT ON COLUMN sys.all_ind_columns.column_name IS
  365.   'Column name'
  366. *
  367. COMMENT ON COLUMN sys.all_ind_columns.column_position IS
  368.   'Position of column within index'
  369. *
  370. COMMENT ON COLUMN sys.all_ind_columns.column_length IS
  371.   'Indexed length of the column'
  372. *
  373.  
  374. COMMENT ON TABLE sys.all_objects IS
  375.   'Objects accessible to the user'
  376. *
  377. COMMENT ON COLUMN sys.all_objects.owner IS
  378.   'Username of the owner of the object'
  379. *
  380. COMMENT ON COLUMN sys.all_objects.object_name IS
  381.   'Name of the object'
  382. *
  383. COMMENT ON COLUMN sys.all_objects.object_id IS
  384.   'Object number of the object'
  385. *
  386. COMMENT ON COLUMN sys.all_objects.object_type IS
  387.   'Type of the object'
  388. *
  389. COMMENT ON COLUMN sys.all_objects.created IS
  390.   'Timestamp for the creation of the object'
  391. *
  392. COMMENT ON COLUMN sys.all_objects.last_ddl_time IS
  393. 'Timestamp for the last DDL change (including GRANT and REVOKE)
  394.  to the object'
  395. *
  396. COMMENT ON COLUMN sys.all_objects.timestamp IS
  397.   'Timestamp for the specification of the object'
  398. *
  399. COMMENT ON COLUMN sys.all_objects.status IS
  400.   'Status of the object'
  401. *
  402.  
  403. COMMENT ON TABLE sys.all_sequences IS
  404.   'Description of SEQUENCEs accessible to the user'
  405. *
  406. COMMENT ON COLUMN sys.all_sequences.sequence_owner IS
  407.   'Name of the owner of the sequence'
  408. *
  409. COMMENT ON COLUMN sys.all_sequences.sequence_name IS
  410.   'SEQUENCE name'
  411. *
  412. COMMENT ON COLUMN sys.all_sequences.min_value IS
  413.   'Minimum value of the sequence'
  414. *
  415. COMMENT ON COLUMN sys.all_sequences.max_value IS
  416.   'Maximum value of the sequence'
  417. *
  418. COMMENT ON COLUMN sys.all_sequences.increment_by IS
  419.   'Value by which sequence is incremented'
  420. *
  421. COMMENT ON COLUMN sys.all_sequences.cycle_flag IS
  422.   'Does sequence wrap around on reaching limit?'
  423. *
  424. COMMENT ON COLUMN sys.all_sequences.order_flag IS
  425.   'Are sequence numbers generated in order?'
  426. *
  427. COMMENT ON COLUMN sys.all_sequences.cache_size IS
  428.   'Number of sequence numbers to cache'
  429. *
  430. COMMENT ON COLUMN sys.all_sequences.last_number IS
  431.   'Last sequence number written to disk'
  432. *
  433.  
  434. COMMENT ON TABLE sys.all_snapshots IS
  435.   'Snapshots the user can look at'
  436. *
  437. COMMENT ON COLUMN sys.all_snapshots.owner IS
  438.   'Owner of the snapshot'
  439. *
  440. COMMENT ON COLUMN sys.all_snapshots.name IS
  441.   'The view used by users and applications for viewing the snapshot'
  442. *
  443. COMMENT ON COLUMN sys.all_snapshots.table_name IS
  444. '* Table the snapshot is stored in --
  445.  has an extra column for the master rowid'
  446. *
  447. COMMENT ON COLUMN sys.all_snapshots.master_view IS
  448. '* View of the master table, owned by the snapshot owner,
  449.  used for refreshes'
  450. *
  451. COMMENT ON COLUMN sys.all_snapshots.master_owner IS
  452.   'Owner of the master table'
  453. *
  454. COMMENT ON COLUMN sys.all_snapshots.master IS
  455.   'Name of the master table that this snapshot is a copy of'
  456. *
  457. COMMENT ON COLUMN sys.all_snapshots.master_link IS
  458.   '* Database link name to the master site'
  459. *
  460. COMMENT ON COLUMN sys.all_snapshots.can_use_log IS
  461.   'If NO, this snapshot is complex and will never use a log'
  462. *
  463. COMMENT ON COLUMN sys.all_snapshots.last_refresh IS
  464.   '* SYSDATE from the master site at the time of the last refresh'
  465. *
  466. COMMENT ON COLUMN sys.all_snapshots.error IS
  467.   '* The error returned last time an automatic refresh was attempted'
  468. *
  469. COMMENT ON COLUMN sys.all_snapshots.type IS
  470.   'The type of refresh (complete,fast,force) for all automatic refreshes'
  471. *
  472. COMMENT ON COLUMN sys.all_snapshots.next IS
  473.   '* The date function used to compute next refresh dates'
  474. *
  475. COMMENT ON COLUMN sys.all_snapshots.start_with IS
  476.   '* The date function used to compute next refresh dates'
  477. *
  478. COMMENT ON COLUMN sys.all_snapshots.query IS
  479.   'The original query that this snapshot is an instantiation of'
  480. *
  481.  
  482. COMMENT ON TABLE sys.all_source IS
  483.   '* Current source on stored objects that user is allowed to create'
  484. *
  485. COMMENT ON COLUMN sys.all_source.owner IS
  486.   'Owner of the object'
  487. *
  488. COMMENT ON COLUMN sys.all_source.name IS
  489.   'Name of the object'
  490. *
  491. COMMENT ON COLUMN sys.all_source.type IS
  492.   'Type of the object: "PROCEDURE", "FUNCTION", "PACKAGE" or "PACKAGE BODY"'
  493. *
  494. COMMENT ON COLUMN sys.all_source.line IS
  495.   'Line number of this line of source'
  496. *
  497. COMMENT ON COLUMN sys.all_source.text IS
  498.   'Source text'
  499. *
  500.  
  501. COMMENT ON TABLE sys.all_synonyms IS
  502.   'All synonyms accessible to the user'
  503. *
  504. COMMENT ON COLUMN sys.all_synonyms.owner IS
  505.   'Owner of the synonym'
  506. *
  507. COMMENT ON COLUMN sys.all_synonyms.synonym_name IS
  508.   'Name of the synonym'
  509. *
  510. COMMENT ON COLUMN sys.all_synonyms.table_owner IS
  511.   'Owner of the object referenced by the synonym'
  512. *
  513. COMMENT ON COLUMN sys.all_synonyms.table_name IS
  514.   'Name of the object referenced by the synonym'
  515. *
  516. COMMENT ON COLUMN sys.all_synonyms.db_link IS
  517.   '* Name of the database link referenced in a remote synonym'
  518. *
  519.  
  520. COMMENT ON TABLE sys.all_tables IS
  521.   'Description of tables accessible to the user'
  522. *
  523. COMMENT ON COLUMN sys.all_tables.owner IS
  524.   'Owner of the table'
  525. *
  526. COMMENT ON COLUMN sys.all_tables.table_name IS
  527.   'Name of the table'
  528. *
  529. COMMENT ON COLUMN sys.all_tables.tablespace_name IS
  530.   'Name of the tablespace containing the table'
  531. *
  532. COMMENT ON COLUMN sys.all_tables.cluster_name IS
  533.   '* Name of the cluster, if any, to which the table belongs'
  534. *
  535. COMMENT ON COLUMN sys.all_tables.pct_free IS
  536.   '* Minimum percentage of free space in a block'
  537. *
  538. COMMENT ON COLUMN sys.all_tables.pct_used IS
  539.   '* Minimum percentage of used space in a block'
  540. *
  541. COMMENT ON COLUMN sys.all_tables.ini_trans IS
  542.   '* Initial number of transactions'
  543. *
  544. COMMENT ON COLUMN sys.all_tables.max_trans IS
  545.   '* Maximum number of transactions'
  546. *
  547. COMMENT ON COLUMN sys.all_tables.initial_extent IS
  548.   '* Size of the initial extent in bytes'
  549. *
  550. COMMENT ON COLUMN sys.all_tables.next_extent IS
  551.   '* Size of secondary extents in bytes'
  552. *
  553. COMMENT ON COLUMN sys.all_tables.min_extents IS
  554.   '* Minimum number of extents allowed in the segment'
  555. *
  556. COMMENT ON COLUMN sys.all_tables.max_extents IS
  557.   '* Maximum number of extents allowed in the segment'
  558. *
  559. COMMENT ON COLUMN sys.all_tables.pct_increase IS
  560.   '* Percentage increase in extent size'
  561. *
  562. COMMENT ON COLUMN sys.all_tables.backed_up IS
  563.   '* Has table been backed up since last modification?'
  564. *
  565. COMMENT ON COLUMN sys.all_tables.num_rows IS
  566.   '* The number of rows in the table'
  567. *
  568. COMMENT ON COLUMN sys.all_tables.blocks IS
  569.   '* The number of used blocks in the table'
  570. *
  571. COMMENT ON COLUMN sys.all_tables.empty_blocks IS
  572.   '* The number of empty (never used) blocks in the table'
  573. *
  574. COMMENT ON COLUMN sys.all_tables.avg_space IS
  575.   '* The average available free space in the table'
  576. *
  577. COMMENT ON COLUMN sys.all_tables.chain_cnt IS
  578.   '* The number of chained rows in the table'
  579. *
  580. COMMENT ON COLUMN sys.all_tables.avg_row_len IS
  581.   '* The average row length, including row overhead'
  582. *
  583.  
  584. COMMENT ON TABLE sys.all_tab_columns IS
  585.   'Columns of all tables, views and clusters'
  586. *
  587. COMMENT ON COLUMN sys.all_tab_columns.owner IS
  588.   'Owner of the table, view or cluster'
  589. *
  590. COMMENT ON COLUMN sys.all_tab_columns.table_name IS
  591.   'Table, view or cluster name'
  592. *
  593. COMMENT ON COLUMN sys.all_tab_columns.column_name IS
  594.   'Column name'
  595. *
  596. COMMENT ON COLUMN sys.all_tab_columns.data_type IS
  597.   'Datatype of the column'
  598. *
  599. COMMENT ON COLUMN sys.all_tab_columns.data_length IS
  600.   'Length of the column in bytes'
  601. *
  602. COMMENT ON COLUMN sys.all_tab_columns.data_precision IS
  603.   'Length: decimal digits (NUMBER) or binary digits (FLOAT)'
  604. *
  605. COMMENT ON COLUMN sys.all_tab_columns.data_scale IS
  606.   'Digits to right of decimal point in a number'
  607. *
  608. COMMENT ON COLUMN sys.all_tab_columns.nullable IS
  609.   'Does column allow NULL values?'
  610. *
  611. COMMENT ON COLUMN sys.all_tab_columns.column_id IS
  612.   'Sequence number of the column as created'
  613. *
  614. COMMENT ON COLUMN sys.all_tab_columns.default_length IS
  615.   'Length of default value for the column'
  616. *
  617. COMMENT ON COLUMN sys.all_tab_columns.data_default IS
  618.   'Default value for the column'
  619. *
  620. COMMENT ON COLUMN sys.all_tab_columns.num_distinct IS
  621.   'The number of distinct values for the column'
  622. *
  623. COMMENT ON COLUMN sys.all_tab_columns.low_value IS
  624.   '* The second smallest value for the column'
  625. *
  626. COMMENT ON COLUMN sys.all_tab_columns.high_value IS
  627.   '* The second highest value for the column'
  628. *
  629. COMMENT ON COLUMN sys.all_tab_columns.density IS
  630.   '* The density of the column'
  631. *
  632.  
  633. COMMENT ON TABLE sys.all_tab_comments IS
  634.   'Comments on tables and views accessible to the user'
  635. *
  636. COMMENT ON COLUMN sys.all_tab_comments.owner IS
  637.   'Owner of the object'
  638. *
  639. COMMENT ON COLUMN sys.all_tab_comments.table_name IS
  640.   'Name of the object'
  641. *
  642. COMMENT ON COLUMN sys.all_tab_comments.table_type IS
  643.   'Type of the object'
  644. *
  645. COMMENT ON COLUMN sys.all_tab_comments.comments IS
  646.   'Comment on the object'
  647. *
  648.  
  649. COMMENT ON TABLE sys.all_tab_privs IS
  650. 'Grants on objects for which the user is the grantor, grantee, owner,
  651.  or an enabled role or PUBLIC is the grantee'
  652. *
  653. COMMENT ON COLUMN sys.all_tab_privs.grantor IS
  654.   'Name of the user who performed the grant'
  655. *
  656. COMMENT ON COLUMN sys.all_tab_privs.grantee IS
  657.   'Name of the user to whom access was granted'
  658. *
  659. COMMENT ON COLUMN sys.all_tab_privs.table_schema IS
  660.   'Schema of the object'
  661. *
  662. COMMENT ON COLUMN sys.all_tab_privs.table_name IS
  663.   'Name of the object'
  664. *
  665. COMMENT ON COLUMN sys.all_tab_privs.privilege IS
  666.   'Table Privilege'
  667. *
  668. COMMENT ON COLUMN sys.all_tab_privs.grantable IS
  669.   'Privilege is grantable'
  670. *
  671.  
  672. COMMENT ON TABLE sys.all_tab_privs_made IS
  673.   'User''s grants and grants on user''s objects'
  674. *
  675. COMMENT ON COLUMN sys.all_tab_privs_made.grantee IS
  676.   'Name of the user to whom access was granted'
  677. *
  678. COMMENT ON COLUMN sys.all_tab_privs_made.owner IS
  679.   'Owner of the object'
  680. *
  681. COMMENT ON COLUMN sys.all_tab_privs_made.table_name IS
  682.   'Name of the object'
  683. *
  684. COMMENT ON COLUMN sys.all_tab_privs_made.grantor IS
  685.   'Name of the user who performed the grant'
  686. *
  687. COMMENT ON COLUMN sys.all_tab_privs_made.privilege IS
  688.   'Table Privilege'
  689. *
  690. COMMENT ON COLUMN sys.all_tab_privs_made.grantable IS
  691.   'Privilege is grantable'
  692. *
  693.  
  694. COMMENT ON TABLE sys.all_tab_privs_recd IS
  695. 'Grants on objects for which the user, PUBLIC or enabled role
  696.  is the grantee'
  697. *
  698. COMMENT ON COLUMN sys.all_tab_privs_recd.grantee IS
  699.   'Name of the user to whom access was granted'
  700. *
  701. COMMENT ON COLUMN sys.all_tab_privs_recd.owner IS
  702.   'Owner of the object'
  703. *
  704. COMMENT ON COLUMN sys.all_tab_privs_recd.table_name IS
  705.   'Name of the object'
  706. *
  707. COMMENT ON COLUMN sys.all_tab_privs_recd.grantor IS
  708.   'Name of the user who performed the grant'
  709. *
  710. COMMENT ON COLUMN sys.all_tab_privs_recd.privilege IS
  711.   'Table Privilege'
  712. *
  713. COMMENT ON COLUMN sys.all_tab_privs_recd.grantable IS
  714.   'Privilege is grantable'
  715. *
  716.  
  717. COMMENT ON TABLE sys.all_triggers IS
  718.   'Triggers accessible to the current user'
  719. *
  720. COMMENT ON COLUMN sys.all_triggers.owner IS
  721.   'Owner of the trigger'
  722. *
  723. COMMENT ON COLUMN sys.all_triggers.trigger_name IS
  724.   'Name of the trigger'
  725. *
  726. COMMENT ON COLUMN sys.all_triggers.trigger_type IS
  727.   'When the trigger fires - BEFORE/AFTER and STATEMENT/ROW'
  728. *
  729. COMMENT ON COLUMN sys.all_triggers.triggering_event IS
  730.   'Statement that will fire the trigger - INSERT, UPDATE and/or DELETE'
  731. *
  732. COMMENT ON COLUMN sys.all_triggers.table_owner IS
  733.   'Owner of the table that this trigger is associated with'
  734. *
  735. COMMENT ON COLUMN sys.all_triggers.table_name IS
  736.   'Name of the table that this trigger is associated with'
  737. *
  738. COMMENT ON COLUMN sys.all_triggers.referencing_names IS
  739.   '* Names used for referencing to OLD and NEW values within the trigger'
  740. *
  741. COMMENT ON COLUMN sys.all_triggers.when_clause IS
  742. '* WHEN clause must evaluate to true in order for triggering body
  743.  to execute'
  744. *
  745. COMMENT ON COLUMN sys.all_triggers.status IS
  746.   'If DISABLED then trigger will not fire'
  747. *
  748. COMMENT ON COLUMN sys.all_triggers.description IS
  749.   'Trigger description, useful for re-creating trigger creation statement'
  750. *
  751. COMMENT ON COLUMN sys.all_triggers.trigger_body IS
  752.   '* Action taken by this trigger when it fires'
  753. *
  754.  
  755. COMMENT ON TABLE sys.all_trigger_cols IS
  756.   '* Column usage in user''s triggers or in triggers on user''s tables'
  757. *
  758. COMMENT ON COLUMN sys.all_trigger_cols.trigger_owner IS
  759.   'Owner of the trigger'
  760. *
  761. COMMENT ON COLUMN sys.all_trigger_cols.trigger_name IS
  762.   'Name of the trigger'
  763. *
  764. COMMENT ON COLUMN sys.all_trigger_cols.table_owner IS
  765.   'Owner of the table'
  766. *
  767. COMMENT ON COLUMN sys.all_trigger_cols.table_name IS
  768.   'Name of the table on which the trigger is defined'
  769. *
  770. COMMENT ON COLUMN sys.all_trigger_cols.column_name IS
  771.   'Name of the column used in trigger definition'
  772. *
  773. COMMENT ON COLUMN sys.all_trigger_cols.column_list IS
  774.   'Is column specified in UPDATE OF clause?'
  775. *
  776. COMMENT ON COLUMN sys.all_trigger_cols.column_usage IS
  777.   'Usage of column within trigger body'
  778. *
  779.  
  780. COMMENT ON TABLE sys.all_users IS
  781.   'Information about all users of the database'
  782. *
  783. COMMENT ON COLUMN sys.all_users.username IS
  784.   'Name of the user'
  785. *
  786. COMMENT ON COLUMN sys.all_users.user_id IS
  787.   'ID number of the user'
  788. *
  789. COMMENT ON COLUMN sys.all_users.created IS
  790.   'User creation date'
  791. *
  792.  
  793. COMMENT ON TABLE sys.all_views IS
  794.   'Text of views accessible to the user'
  795. *
  796. COMMENT ON COLUMN sys.all_views.owner IS
  797.   'Owner of the view'
  798. *
  799. COMMENT ON COLUMN sys.all_views.view_name IS
  800.   'Name of the view'
  801. *
  802. COMMENT ON COLUMN sys.all_views.text_length IS
  803.   'Length of the view text'
  804. *
  805. COMMENT ON COLUMN sys.all_views.text IS
  806.   'View text'
  807. *
  808.  
  809. COMMENT ON TABLE sys.dba_2pc_neighbors IS
  810. '* information about incoming and outgoing connections
  811.  for pending transactions'
  812. *
  813. COMMENT ON COLUMN sys.dba_2pc_neighbors.in_out IS
  814.   '"in" for incoming connections, "out" for outgoing'
  815. *
  816. COMMENT ON COLUMN sys.dba_2pc_neighbors.database IS
  817.   'in: client database name; out: outgoing db link'
  818. *
  819. COMMENT ON COLUMN sys.dba_2pc_neighbors.dbuser_owner IS
  820.   'in: name of local user; out: owner of db link'
  821. *
  822. COMMENT ON COLUMN sys.dba_2pc_neighbors.interface IS
  823.   '"C" for request commit, else "N" for prepare or request readonly commit'
  824. *
  825. COMMENT ON COLUMN sys.dba_2pc_neighbors.dbid IS
  826.   'the database id at the other end of the connection'
  827. *
  828. COMMENT ON COLUMN sys.dba_2pc_neighbors."SESS#" IS
  829.   'session number at this database of the connection'
  830. *
  831. COMMENT ON COLUMN sys.dba_2pc_neighbors.branch IS
  832.   'transaction branch ID at this database of the connection'
  833. *
  834.  
  835. COMMENT ON TABLE sys.dba_2pc_pending IS
  836.   '* info about distributed transactions awaiting recovery'
  837. *
  838. COMMENT ON COLUMN sys.dba_2pc_pending.local_tran_id IS
  839.   'string of form: n.n.n, n a number'
  840. *
  841. COMMENT ON COLUMN sys.dba_2pc_pending.global_tran_id IS
  842.   'globally unique transaction id'
  843. *
  844. COMMENT ON COLUMN sys.dba_2pc_pending.state IS
  845.   'collecting, prepared, committed, forced commit, or forced rollback'
  846. *
  847. COMMENT ON COLUMN sys.dba_2pc_pending.mixed IS
  848. 'yes => part of the transaction committed and part rolled back
  849.  (commit or rollback with the FORCE option was used)'
  850. *
  851. COMMENT ON COLUMN sys.dba_2pc_pending.advice IS
  852.   'C for commit, R for rollback, else null'
  853. *
  854. COMMENT ON COLUMN sys.dba_2pc_pending.tran_comment IS
  855.   'text for "commit work comment <text>"'
  856. *
  857. COMMENT ON COLUMN sys.dba_2pc_pending.fail_time IS
  858.   'value of SYSDATE when the row was inserted (tx or system recovery)'
  859. *
  860. COMMENT ON COLUMN sys.dba_2pc_pending.force_time IS
  861.   'time of manual force decision (null if not forced locally)'
  862. *
  863. COMMENT ON COLUMN sys.dba_2pc_pending.retry_time IS
  864.   'time automatic recovery (RECO) last tried to recover the transaction'
  865. *
  866. COMMENT ON COLUMN sys.dba_2pc_pending.os_user IS
  867.   'operating system specific name for the end-user'
  868. *
  869. COMMENT ON COLUMN sys.dba_2pc_pending.os_terminal IS
  870.   'operating system specific name for the end-user terminal'
  871. *
  872. COMMENT ON COLUMN sys.dba_2pc_pending.host IS
  873.   'name of the host machine for the end-user'
  874. *
  875. COMMENT ON COLUMN sys.dba_2pc_pending.db_user IS
  876.   'Oracle user name of the end-user at the topmost database'
  877. *
  878. COMMENT ON COLUMN sys.dba_2pc_pending."COMMIT#" IS
  879.   'global commit number for committed transactions'
  880. *
  881.  
  882. COMMENT ON TABLE sys.dba_audit_exists IS
  883.   '* Lists audit trail entries produced by AUDIT NOT EXISTS and AUDIT EXISTS'
  884. *
  885. COMMENT ON TABLE sys.dba_audit_exists IS
  886.   'All audit trail entries'
  887. *
  888. COMMENT ON COLUMN sys.dba_audit_exists.os_username IS
  889.   'Operating System logon user name of the user whose actions were audited'
  890. *
  891. COMMENT ON COLUMN sys.dba_audit_exists.username IS
  892.   'Name (not ID number) of the user whose actions were audited'
  893. *
  894. COMMENT ON COLUMN sys.dba_audit_exists.userhost IS
  895. 'Numeric instance ID for the Oracle instance from which the user is
  896.  accessing the database.  Used only in environments with distributed
  897.  file systems and shared database files (e.g., clustered Oracle on DEC
  898.  VAX/VMS clusters)'
  899. *
  900. COMMENT ON COLUMN sys.dba_audit_exists.terminal IS
  901.   'Identifier for the user''s terminal'
  902. *
  903. COMMENT ON COLUMN sys.dba_audit_exists.timestamp IS
  904. 'Timestamp for the creation of the audit trail entry (Timestamp for the
  905.  user''s logon for entries created by AUDIT SESSION)'
  906. *
  907. COMMENT ON COLUMN sys.dba_audit_exists.owner IS
  908.   'Creator of object affected by the action'
  909. *
  910. COMMENT ON COLUMN sys.dba_audit_exists.obj_name IS
  911.   'Name of the object affected by the action'
  912. *
  913. COMMENT ON COLUMN sys.dba_audit_exists.action_name IS
  914.   'Name of the action type corresponding to the numeric code in ACTION'
  915. *
  916. COMMENT ON COLUMN sys.dba_audit_exists.new_owner IS
  917.   'The owner of the object named in the NEW_NAME column'
  918. *
  919. COMMENT ON COLUMN sys.dba_audit_exists.new_name IS
  920. 'New name of object after RENAME, or name of underlying object
  921.  (e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
  922. *
  923. COMMENT ON COLUMN sys.dba_audit_exists.obj_privilege IS
  924.   'Object privileges granted/revoked by a GRANT/REVOKE statement'
  925. *
  926. COMMENT ON COLUMN sys.dba_audit_exists.sys_privilege IS
  927.   'System privileges granted/revoked by a GRANT/REVOKE statement'
  928. *
  929. COMMENT ON COLUMN sys.dba_audit_exists.grantee IS
  930.   'The name of the grantee specified in a GRANT/REVOKE statement'
  931. *
  932. COMMENT ON COLUMN sys.dba_audit_exists.sessionid IS
  933.   'Numeric ID for each Oracle session'
  934. *
  935. COMMENT ON COLUMN sys.dba_audit_exists.entryid IS
  936.   'Numeric ID for each audit trail entry in the session'
  937. *
  938. COMMENT ON COLUMN sys.dba_audit_exists.statementid IS
  939.   'Numeric ID for each statement run (a statement may cause many actions)'
  940. *
  941. COMMENT ON COLUMN sys.dba_audit_exists.returncode IS
  942.   'Oracle error code generated by the action.  Zero if the action succeeded'
  943. *
  944.  
  945. COMMENT ON TABLE sys.dba_audit_object IS
  946. '* Audit trail records for statements concerning objects, specifically:
  947.  table, cluster, view, index, sequence,  [public] database link,
  948.  [public] synonym, procedure, trigger, rollback segment, tablespace,
  949.  role, user'
  950. *
  951. COMMENT ON COLUMN sys.dba_audit_object.os_username IS
  952.   'Operating System logon user name of the user whose actions were audited'
  953. *
  954. COMMENT ON COLUMN sys.dba_audit_object.username IS
  955.   'Name (not ID number) of the user whose actions were audited'
  956. *
  957. COMMENT ON COLUMN sys.dba_audit_object.userhost IS
  958. 'Numeric instance ID for the Oracle instance from which the user is
  959.  accessing the database.  Used only in environments with distributed
  960.  file systems and shared database files (e.g., clustered Oracle on DEC
  961.  VAX/VMS clusters)'
  962. *
  963. COMMENT ON COLUMN sys.dba_audit_object.terminal IS
  964.   'Identifier for the user''s terminal'
  965. *
  966. COMMENT ON COLUMN sys.dba_audit_object.timestamp IS
  967. 'Timestamp for the creation of the audit trail entry (Timestamp for the
  968.  user''s logon for entries created by AUDIT SESSION)'
  969. *
  970. COMMENT ON COLUMN sys.dba_audit_object.owner IS
  971.   'Creator of object affected by the action'
  972. *
  973. COMMENT ON COLUMN sys.dba_audit_object.obj_name IS
  974.   'Name of the object affected by the action'
  975. *
  976. COMMENT ON COLUMN sys.dba_audit_object.action_name IS
  977.   'Name of the action type corresponding to the numeric code in ACTION'
  978. *
  979. COMMENT ON COLUMN sys.dba_audit_object.new_owner IS
  980.   'The owner of the object named in the NEW_NAME column'
  981. *
  982. COMMENT ON COLUMN sys.dba_audit_object.new_name IS
  983. 'New name of object after RENAME, or name of underlying object
  984.  (e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
  985. *
  986. COMMENT ON COLUMN sys.dba_audit_object.ses_actions IS
  987. 'Session summary. A string of 11 characters, one for each action type,
  988.  in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
  989.  Lock, Rename, Select, Update.  Values:  "-" = None, "S" = Success,
  990.  "F" = Failure, "B" = Both'
  991. *
  992. COMMENT ON COLUMN sys.dba_audit_object.comment_text IS
  993.   'Text comment on the audit trail entry'
  994. *
  995. COMMENT ON COLUMN sys.dba_audit_object.sessionid IS
  996.   'Numeric ID for each Oracle session'
  997. *
  998. COMMENT ON COLUMN sys.dba_audit_object.entryid IS
  999.   'Numeric ID for each audit trail entry in the session'
  1000. *
  1001. COMMENT ON COLUMN sys.dba_audit_object.statementid IS
  1002.   'Numeric ID for each statement run (a statement may cause many actions)'
  1003. *
  1004. COMMENT ON COLUMN sys.dba_audit_object.returncode IS
  1005.   'Oracle error code generated by the action.  Zero if the action succeeded'
  1006. *
  1007. COMMENT ON COLUMN sys.dba_audit_object.priv_used IS
  1008.   'System privilege used to execute the action'
  1009. *
  1010. COMMENT ON COLUMN sys.dba_audit_object.object_label IS
  1011.   'Optional Trusted ORACLE label associated with object being audited'
  1012. *
  1013. COMMENT ON COLUMN sys.dba_audit_object.session_label IS
  1014.   'Trusted ORACLE label associated with user session'
  1015. *
  1016.  
  1017. COMMENT ON TABLE sys.dba_audit_session IS
  1018.   '* All audit trail entries concerning connect and disconnect'
  1019. *
  1020. COMMENT ON COLUMN sys.dba_audit_session.os_username IS
  1021.   'Operating System logon user name of the user whose actions were audited'
  1022. *
  1023. COMMENT ON COLUMN sys.dba_audit_session.username IS
  1024.   'Name (not ID number) of the user whose actions were audited'
  1025. *
  1026. COMMENT ON COLUMN sys.dba_audit_session.userhost IS
  1027. 'Numeric instance ID for the Oracle instance from which the user is
  1028.  accessing the database.  Used only in environments with distributed
  1029.  file systems and shared database files (e.g., clustered Oracle on DEC
  1030.  VAX/VMS clusters)'
  1031. *
  1032. COMMENT ON COLUMN sys.dba_audit_session.terminal IS
  1033.   'Identifier for the user''s terminal'
  1034. *
  1035. COMMENT ON COLUMN sys.dba_audit_session.timestamp IS
  1036. 'Timestamp for the creation of the audit trail entry (Timestamp for the
  1037.  user''s logon for entries created by AUDIT SESSION)'
  1038. *
  1039. COMMENT ON COLUMN sys.dba_audit_session.action_name IS
  1040.   'Name of the action type corresponding to the numeric code in ACTION'
  1041. *
  1042. COMMENT ON COLUMN sys.dba_audit_session.logoff_time IS
  1043.   'Timestamp for user logoff'
  1044. *
  1045. COMMENT ON COLUMN sys.dba_audit_session.logoff_lread IS
  1046.   'Logical reads for the session'
  1047. *
  1048. COMMENT ON COLUMN sys.dba_audit_session.logoff_pread IS
  1049.   'Physical reads for the session'
  1050. *
  1051. COMMENT ON COLUMN sys.dba_audit_session.logoff_lwrite IS
  1052.   'Logical writes for the session'
  1053. *
  1054. COMMENT ON COLUMN sys.dba_audit_session.logoff_dlock IS
  1055.   'Deadlocks detected during the session'
  1056. *
  1057. COMMENT ON COLUMN sys.dba_audit_session.sessionid IS
  1058.   'Numeric ID for each Oracle session'
  1059. *
  1060. COMMENT ON COLUMN sys.dba_audit_session.returncode IS
  1061.   'Oracle error code generated by the action.  Zero if the action succeeded'
  1062. *
  1063. COMMENT ON COLUMN sys.dba_audit_session.session_label IS
  1064.   'Trusted ORACLE label associated with user session'
  1065. *
  1066.  
  1067. COMMENT ON TABLE sys.dba_audit_statement IS
  1068. '* Audit trail records concerning  grant, revoke, audit, noaudit
  1069.  and alter system'
  1070. *
  1071. COMMENT ON COLUMN sys.dba_audit_statement.os_username IS
  1072.   'Operating System logon user name of the user whose actions were audited'
  1073. *
  1074. COMMENT ON COLUMN sys.dba_audit_statement.username IS
  1075.   'Name (not ID number) of the user whose actions were audited'
  1076. *
  1077. COMMENT ON COLUMN sys.dba_audit_statement.userhost IS
  1078. 'Numeric instance ID for the Oracle instance from which the user is
  1079.  accessing the database.  Used only in environments with distributed
  1080.  file systems and shared database files (e.g., clustered Oracle on DEC
  1081.  VAX/VMS clusters)'
  1082. *
  1083. COMMENT ON COLUMN sys.dba_audit_statement.terminal IS
  1084.   'Identifier for the user''s terminal'
  1085. *
  1086. COMMENT ON COLUMN sys.dba_audit_statement.timestamp IS
  1087. 'Timestamp for the creation of the audit trail entry (Timestamp for the
  1088.  user''s logon for entries created by AUDIT SESSION)'
  1089. *
  1090. COMMENT ON COLUMN sys.dba_audit_statement.owner IS
  1091.   'Creator of object affected by the action'
  1092. *
  1093. COMMENT ON COLUMN sys.dba_audit_statement.obj_name IS
  1094.   'Name of the object affected by the action'
  1095. *
  1096. COMMENT ON COLUMN sys.dba_audit_statement.action_name IS
  1097.   'Name of the action type corresponding to the numeric code in ACTION'
  1098. *
  1099. COMMENT ON COLUMN sys.dba_audit_statement.new_name IS
  1100. 'New name of object after RENAME, or name of underlying object
  1101.  (e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
  1102. *
  1103. COMMENT ON COLUMN sys.dba_audit_statement.obj_privilege IS
  1104.   'Object privileges granted/revoked by a GRANT/REVOKE statement'
  1105. *
  1106. COMMENT ON COLUMN sys.dba_audit_statement.sys_privilege IS
  1107.   'System privileges granted/revoked by a GRANT/REVOKE statement'
  1108. *
  1109. COMMENT ON COLUMN sys.dba_audit_statement.admin_option IS
  1110.   'If role/sys_priv was granted WITH ADMIN OPTION, A/-'
  1111. *
  1112. COMMENT ON COLUMN sys.dba_audit_statement.grantee IS
  1113.   'The name of the grantee specified in a GRANT/REVOKE statement'
  1114. *
  1115. COMMENT ON COLUMN sys.dba_audit_statement.audit_option IS
  1116.   'Auditing option set with the audit statement'
  1117. *
  1118. COMMENT ON COLUMN sys.dba_audit_statement.ses_actions IS
  1119. 'Session summary. A string of 11 characters, one for each action type,
  1120.  in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
  1121.  Lock, Rename, Select, Update.  Values:  "-" = None, "S" = Success,
  1122.  "F" = Failure, "B" = Both'
  1123. *
  1124. COMMENT ON COLUMN sys.dba_audit_statement.comment_text IS
  1125.   'Text comment on the audit trail entry'
  1126. *
  1127. COMMENT ON COLUMN sys.dba_audit_statement.sessionid IS
  1128.   'Numeric ID for each Oracle session'
  1129. *
  1130. COMMENT ON COLUMN sys.dba_audit_statement.entryid IS
  1131.   'Numeric ID for each audit trail entry in the session'
  1132. *
  1133. COMMENT ON COLUMN sys.dba_audit_statement.statementid IS
  1134.   'Numeric ID for each statement run (a statement may cause many actions)'
  1135. *
  1136. COMMENT ON COLUMN sys.dba_audit_statement.returncode IS
  1137.   'Oracle error code generated by the action.  Zero if the action succeeded'
  1138. *
  1139. COMMENT ON COLUMN sys.dba_audit_statement.priv_used IS
  1140.   'System privilege used to execute the action'
  1141. *
  1142. COMMENT ON COLUMN sys.dba_audit_statement.session_label IS
  1143.   'Trusted ORACLE label associated with user session'
  1144. *
  1145.  
  1146. COMMENT ON TABLE sys.dba_audit_trail IS
  1147.   '* All audit trail entries'
  1148. *
  1149. COMMENT ON COLUMN sys.dba_audit_trail.os_username IS
  1150.   'Operating System logon user name of the user whose actions were audited'
  1151. *
  1152. COMMENT ON COLUMN sys.dba_audit_trail.username IS
  1153.   'Name (not ID number) of the user whose actions were audited'
  1154. *
  1155. COMMENT ON COLUMN sys.dba_audit_trail.userhost IS
  1156. 'Numeric instance ID for the Oracle instance from which the user is
  1157.  accessing the database.  Used only in environments with distributed
  1158.  file systems and shared database files (e.g., clustered Oracle on DEC
  1159.  VAX/VMS clusters)'
  1160. *
  1161. COMMENT ON COLUMN sys.dba_audit_trail.terminal IS
  1162.   'Identifier for the user''s terminal'
  1163. *
  1164. COMMENT ON COLUMN sys.dba_audit_trail.timestamp IS
  1165. 'Timestamp for the creation of the audit trail entry (Timestamp for the
  1166.  user''s logon for entries created by AUDIT SESSION)'
  1167. *
  1168. COMMENT ON COLUMN sys.dba_audit_trail.owner IS
  1169.   'Creator of object affected by the action'
  1170. *
  1171. COMMENT ON COLUMN sys.dba_audit_trail.obj_name IS
  1172.   'Name of the object affected by the action'
  1173. *
  1174. COMMENT ON COLUMN sys.dba_audit_trail.action IS
  1175. 'Numeric action type code. The corresponding name of the action type
  1176.  (CREATE TABLE, INSERT, etc.) is in the column ACTION_NAME'
  1177. *
  1178. COMMENT ON COLUMN sys.dba_audit_trail.action_name IS
  1179.   'Name of the action type corresponding to the numeric code in ACTION'
  1180. *
  1181. COMMENT ON COLUMN sys.dba_audit_trail.new_owner IS
  1182.   'The owner of the object named in the NEW_NAME column'
  1183. *
  1184. COMMENT ON COLUMN sys.dba_audit_trail.new_name IS
  1185. 'New name of object after RENAME, or name of underlying object
  1186.  (e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
  1187. *
  1188. COMMENT ON COLUMN sys.dba_audit_trail.obj_privilege IS
  1189.   'Object privileges granted/revoked by a GRANT/REVOKE statement'
  1190. *
  1191. COMMENT ON COLUMN sys.dba_audit_trail.sys_privilege IS
  1192.   'System privileges granted/revoked by a GRANT/REVOKE statement'
  1193. *
  1194. COMMENT ON COLUMN sys.dba_audit_trail.admin_option IS
  1195.   'If role/sys_priv was granted WITH ADMIN OPTION, A/-'
  1196. *
  1197. COMMENT ON COLUMN sys.dba_audit_trail.grantee IS
  1198.   'The name of the grantee specified in a GRANT/REVOKE statement'
  1199. *
  1200. COMMENT ON COLUMN sys.dba_audit_trail.audit_option IS
  1201.   'Auditing option set with the audit statement'
  1202. *
  1203. COMMENT ON COLUMN sys.dba_audit_trail.ses_actions IS
  1204. 'Session summary. A string of 11 characters, one for each action type,
  1205.  in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
  1206.  Lock, Rename, Select, Update.  Values:  "-" = None, "S" = Success,
  1207.  "F" = Failure, "B" = Both'
  1208. *
  1209. COMMENT ON COLUMN sys.dba_audit_trail.logoff_time IS
  1210.   'Timestamp for user logoff'
  1211. *
  1212. COMMENT ON COLUMN sys.dba_audit_trail.logoff_lread IS
  1213.   'Logical reads for the session'
  1214. *
  1215. COMMENT ON COLUMN sys.dba_audit_trail.logoff_pread IS
  1216.   'Physical reads for the session'
  1217. *
  1218. COMMENT ON COLUMN sys.dba_audit_trail.logoff_lwrite IS
  1219.   'Logical writes for the session'
  1220. *
  1221. COMMENT ON COLUMN sys.dba_audit_trail.logoff_dlock IS
  1222.   'Deadlocks detected during the session'
  1223. *
  1224. COMMENT ON COLUMN sys.dba_audit_trail.comment_text IS
  1225.   'Text comment on the audit trail entry'
  1226. *
  1227. COMMENT ON COLUMN sys.dba_audit_trail.sessionid IS
  1228.   'Numeric ID for each Oracle session'
  1229. *
  1230. COMMENT ON COLUMN sys.dba_audit_trail.entryid IS
  1231.   'Numeric ID for each audit trail entry in the session'
  1232. *
  1233. COMMENT ON COLUMN sys.dba_audit_trail.statementid IS
  1234.   'Numeric ID for each statement run (a statement may cause many actions)'
  1235. *
  1236. COMMENT ON COLUMN sys.dba_audit_trail.returncode IS
  1237.   'Oracle error code generated by the action.  Zero if the action succeeded'
  1238. *
  1239. COMMENT ON COLUMN sys.dba_audit_trail.priv_used IS
  1240.   'System privilege used to execute the action'
  1241. *
  1242. COMMENT ON COLUMN sys.dba_audit_trail.object_label IS
  1243.   'Optional Trusted ORACLE label associated with object being audited'
  1244. *
  1245. COMMENT ON COLUMN sys.dba_audit_trail.session_label IS
  1246.   'Trusted ORACLE label associated with user session'
  1247. *
  1248.  
  1249. COMMENT ON TABLE sys.dba_blockers IS
  1250. '* All sessions that have someone waiting on a lock they hold that are
  1251.  not themselves waiting on a lock'
  1252. *
  1253. COMMENT ON COLUMN sys.dba_blockers.session_id IS
  1254.   'Session holding a lock'
  1255. *
  1256.  
  1257. COMMENT ON TABLE sys.dba_catalog IS
  1258.   'All database Tables, Views, Synonyms, Sequences'
  1259. *
  1260. COMMENT ON COLUMN sys.dba_catalog.owner IS
  1261.   'Owner of the object'
  1262. *
  1263. COMMENT ON COLUMN sys.dba_catalog.table_name IS
  1264.   'Name of the object'
  1265. *
  1266. COMMENT ON COLUMN sys.dba_catalog.table_type IS
  1267.   'Type of the object'
  1268. *
  1269.  
  1270. COMMENT ON TABLE sys.dba_clusters IS
  1271.   '* Description of all clusters in the database'
  1272. *
  1273. COMMENT ON COLUMN sys.dba_clusters.owner IS
  1274.   'Owner of the cluster'
  1275. *
  1276. COMMENT ON COLUMN sys.dba_clusters.cluster_name IS
  1277.   'Name of the cluster'
  1278. *
  1279. COMMENT ON COLUMN sys.dba_clusters.tablespace_name IS
  1280.   'Name of the tablespace containing the cluster'
  1281. *
  1282. COMMENT ON COLUMN sys.dba_clusters.pct_free IS
  1283.   'Minimum percentage of free space in a block'
  1284. *
  1285. COMMENT ON COLUMN sys.dba_clusters.pct_used IS
  1286.   'Minimum percentage of used space in a block'
  1287. *
  1288. COMMENT ON COLUMN sys.dba_clusters.key_size IS
  1289.   'Estimated size of cluster key plus associated rows'
  1290. *
  1291. COMMENT ON COLUMN sys.dba_clusters.ini_trans IS
  1292.   'Initial number of transactions'
  1293. *
  1294. COMMENT ON COLUMN sys.dba_clusters.max_trans IS
  1295.   'Maximum number of transactions'
  1296. *
  1297. COMMENT ON COLUMN sys.dba_clusters.initial_extent IS
  1298.   'Size of the initial extent in bytes'
  1299. *
  1300. COMMENT ON COLUMN sys.dba_clusters.next_extent IS
  1301.   'Size of secondary extents in bytes'
  1302. *
  1303. COMMENT ON COLUMN sys.dba_clusters.min_extents IS
  1304.   'Minimum number of extents allowed in the segment'
  1305. *
  1306. COMMENT ON COLUMN sys.dba_clusters.max_extents IS
  1307.   'Maximum number of extents allowed in the segment'
  1308. *
  1309. COMMENT ON COLUMN sys.dba_clusters.pct_increase IS
  1310.   'Percentage increase in extent size'
  1311. *
  1312. COMMENT ON COLUMN sys.dba_clusters.avg_blocks_per_key IS
  1313.   'Average number of blocks containing rows with a given cluster key'
  1314. *
  1315. COMMENT ON COLUMN sys.dba_clusters.cluster_type IS
  1316.   'Type of cluster: b-tree index or hash'
  1317. *
  1318. COMMENT ON COLUMN sys.dba_clusters.function IS
  1319.   'If a hash cluster, the hash function'
  1320. *
  1321. COMMENT ON COLUMN sys.dba_clusters.hashkeys IS
  1322.   'If a hash cluster, the number of hash keys (hash buckets)'
  1323. *
  1324.  
  1325. COMMENT ON TABLE sys.dba_clu_columns IS
  1326.   '* Mapping of table columns to cluster columns'
  1327. *
  1328. COMMENT ON COLUMN sys.dba_clu_columns.owner IS
  1329.   'Owner of the cluster'
  1330. *
  1331. COMMENT ON COLUMN sys.dba_clu_columns.cluster_name IS
  1332.   'Cluster name'
  1333. *
  1334. COMMENT ON COLUMN sys.dba_clu_columns.clu_column_name IS
  1335.   'Key column in the cluster'
  1336. *
  1337. COMMENT ON COLUMN sys.dba_clu_columns.table_name IS
  1338.   'Clustered table name'
  1339. *
  1340. COMMENT ON COLUMN sys.dba_clu_columns.tab_column_name IS
  1341.   'Key column in the table'
  1342. *
  1343.  
  1344. COMMENT ON TABLE sys.dba_col_comments IS
  1345.   'Comments on columns of all tables and views'
  1346. *
  1347. COMMENT ON COLUMN sys.dba_col_comments.owner IS
  1348.   'Name of the owner of the object'
  1349. *
  1350. COMMENT ON COLUMN sys.dba_col_comments.table_name IS
  1351.   'Name of the object'
  1352. *
  1353. COMMENT ON COLUMN sys.dba_col_comments.column_name IS
  1354.   'Name of the column'
  1355. *
  1356. COMMENT ON COLUMN sys.dba_col_comments.comments IS
  1357.   'Comment on the object'
  1358. *
  1359.  
  1360. COMMENT ON TABLE sys.dba_col_privs IS
  1361.   'All grants on columns in the database'
  1362. *
  1363. COMMENT ON COLUMN sys.dba_col_privs.grantee IS
  1364.   'Name of the user to whom access was granted'
  1365. *
  1366. COMMENT ON COLUMN sys.dba_col_privs.owner IS
  1367.   'Username of the owner of the object'
  1368. *
  1369. COMMENT ON COLUMN sys.dba_col_privs.table_name IS
  1370.   'Name of the object'
  1371. *
  1372. COMMENT ON COLUMN sys.dba_col_privs.column_name IS
  1373.   'Name of the column'
  1374. *
  1375. COMMENT ON COLUMN sys.dba_col_privs.grantor IS
  1376.   'Name of the user who performed the grant'
  1377. *
  1378. COMMENT ON COLUMN sys.dba_col_privs.privilege IS
  1379.   'Column Privilege'
  1380. *
  1381. COMMENT ON COLUMN sys.dba_col_privs.grantable IS
  1382.   'Privilege is grantable'
  1383. *
  1384.  
  1385. COMMENT ON TABLE sys.dba_constraints IS
  1386.   'Constraint definitions on all tables'
  1387. *
  1388. COMMENT ON COLUMN sys.dba_constraints.owner IS
  1389.   'Owner of the table'
  1390. *
  1391. COMMENT ON COLUMN sys.dba_constraints.constraint_name IS
  1392.   'Name associated with constraint definition'
  1393. *
  1394. COMMENT ON COLUMN sys.dba_constraints.constraint_type IS
  1395.   'Type of constraint definition'
  1396. *
  1397. COMMENT ON COLUMN sys.dba_constraints.table_name IS
  1398.   'Name associated with table with constraint definition'
  1399. *
  1400. COMMENT ON COLUMN sys.dba_constraints.search_condition IS
  1401.   'Text of search condition for table check'
  1402. *
  1403. COMMENT ON COLUMN sys.dba_constraints.r_owner IS
  1404.   'Owner of table used in referential constraint'
  1405. *
  1406. COMMENT ON COLUMN sys.dba_constraints.r_constraint_name IS
  1407.   'Name of unique constraint definition for referenced table'
  1408. *
  1409. COMMENT ON COLUMN sys.dba_constraints.delete_rule IS
  1410.   'The delete rule for a referential constraint'
  1411. *
  1412. COMMENT ON COLUMN sys.dba_constraints.status IS
  1413.   'enforcement status of constraint - ENABLED or DISABLED'
  1414. *
  1415.  
  1416. COMMENT ON TABLE sys.dba_cons_columns IS
  1417.   'Information about accessible columns in constraint definitions'
  1418. *
  1419. COMMENT ON COLUMN sys.dba_cons_columns.owner IS
  1420.   'Owner of the constraint definition'
  1421. *
  1422. COMMENT ON COLUMN sys.dba_cons_columns.constraint_name IS
  1423.   'Name associated with the constraint definition'
  1424. *
  1425. COMMENT ON COLUMN sys.dba_cons_columns.table_name IS
  1426.   'Name associated with table with constraint definition'
  1427. *
  1428. COMMENT ON COLUMN sys.dba_cons_columns.column_name IS
  1429.   'Name associated with column specified in the constraint definition'
  1430. *
  1431. COMMENT ON COLUMN sys.dba_cons_columns.position IS
  1432.   'Original position of column in definition'
  1433. *
  1434.  
  1435. COMMENT ON TABLE sys.dba_data_files IS
  1436.   '* Information about database files'
  1437. *
  1438. COMMENT ON COLUMN sys.dba_data_files.file_name IS
  1439.   'Name of the database file'
  1440. *
  1441. COMMENT ON COLUMN sys.dba_data_files.file_id IS
  1442.   'ID of the database file'
  1443. *
  1444. COMMENT ON COLUMN sys.dba_data_files.tablespace_name IS
  1445.   'Name of the tablespace to which the file belongs'
  1446. *
  1447. COMMENT ON COLUMN sys.dba_data_files.bytes IS
  1448.   'Size of the file in bytes'
  1449. *
  1450. COMMENT ON COLUMN sys.dba_data_files.blocks IS
  1451.   'Size of the file in ORACLE blocks'
  1452. *
  1453. COMMENT ON COLUMN sys.dba_data_files.status IS
  1454.   'File status:  "INVALID" or "AVAILABLE"'
  1455. *
  1456.  
  1457. COMMENT ON TABLE sys.dba_db_links IS
  1458.   '* All database links in the database'
  1459. *
  1460. COMMENT ON COLUMN sys.dba_db_links.db_link IS
  1461.   'Name of the database link'
  1462. *
  1463. COMMENT ON COLUMN sys.dba_db_links.username IS
  1464.   'Name of user to log on as'
  1465. *
  1466. COMMENT ON COLUMN sys.dba_db_links.password IS
  1467.   'Password for logon'
  1468. *
  1469. COMMENT ON COLUMN sys.dba_db_links.host IS
  1470.   'SQL*Net string for connect'
  1471. *
  1472. COMMENT ON COLUMN sys.dba_db_links.created IS
  1473.   'Creation time of the database link'
  1474. *
  1475.  
  1476. COMMENT ON TABLE sys.dba_ddl_locks IS
  1477. '* All DDL locks held in the database and all outstanding requests for
  1478.  a DDL lock'
  1479. *
  1480. COMMENT ON COLUMN sys.dba_ddl_locks.session_id IS
  1481.   'Session identifier'
  1482. *
  1483. COMMENT ON COLUMN sys.dba_ddl_locks.owner IS
  1484.   'Owner of the lock'
  1485. *
  1486. COMMENT ON COLUMN sys.dba_ddl_locks.name IS
  1487.   'Name of the lock'
  1488. *
  1489. COMMENT ON COLUMN sys.dba_ddl_locks.type IS
  1490.   'Lock type: Cursor, Table/Procedure, Body, Trigger, Index, Cluster'
  1491. *
  1492. COMMENT ON COLUMN sys.dba_ddl_locks.mode_held IS
  1493.   'Lock mode: None, Null, Share, Exclusive'
  1494. *
  1495. COMMENT ON COLUMN sys.dba_ddl_locks.mode_requested IS
  1496.   'Lock request type: None, Null, Share, Exclusive'
  1497. *
  1498.  
  1499. COMMENT ON TABLE sys.dba_dependencies IS
  1500.   'Dependencies to and from objects'
  1501. *
  1502. COMMENT ON COLUMN sys.dba_dependencies.owner IS
  1503.   'Owner of the object'
  1504. *
  1505. COMMENT ON COLUMN sys.dba_dependencies.name IS
  1506.   'Name of the object'
  1507. *
  1508. COMMENT ON COLUMN sys.dba_dependencies.type IS
  1509.   'Type of the object'
  1510. *
  1511. COMMENT ON COLUMN sys.dba_dependencies.referenced_owner IS
  1512.   'Owner of referenced object (remote owner if remote object)'
  1513. *
  1514. COMMENT ON COLUMN sys.dba_dependencies.referenced_name IS
  1515.   'Name of referenced object'
  1516. *
  1517. COMMENT ON COLUMN sys.dba_dependencies.referenced_type IS
  1518.   'Type of referenced object'
  1519. *
  1520. COMMENT ON COLUMN sys.dba_dependencies.referenced_link_name IS
  1521.   '* Name of dblink if this is a remote object'
  1522. *
  1523.  
  1524. COMMENT ON TABLE sys.dba_dml_locks IS
  1525. '* All DML locks held in the database and all outstanding requests for
  1526.  a DML lock'
  1527. *
  1528. COMMENT ON COLUMN sys.dba_dml_locks.session_id IS
  1529.   'Session holding or aquiring the lock'
  1530. *
  1531. COMMENT ON COLUMN sys.dba_dml_locks.owner IS
  1532.   'Owner of the lock'
  1533. *
  1534. COMMENT ON COLUMN sys.dba_dml_locks.name IS
  1535.   'Name of the lock'
  1536. *
  1537. COMMENT ON COLUMN sys.dba_dml_locks.mode_held IS
  1538.   'Lock mode'
  1539. *
  1540. COMMENT ON COLUMN sys.dba_dml_locks.mode_requested IS
  1541.   'Lock request type: None, Null, Share, Exclusive'
  1542. *
  1543.  
  1544. COMMENT ON TABLE sys.dba_errors IS
  1545.   '* Current errors on all stored objects in the database'
  1546. *
  1547. COMMENT ON COLUMN sys.dba_errors.name IS
  1548.   'Name of the object'
  1549. *
  1550. COMMENT ON COLUMN sys.dba_errors.type IS
  1551. 'Type of object: "VIEW", "PROCEDURE", "FUNCTION", "PACKAGE"
  1552.  or "PACKAGE BODY"'
  1553. *
  1554. COMMENT ON COLUMN sys.dba_errors.sequence IS
  1555.   'Sequence number used for ordering purposes'
  1556. *
  1557. COMMENT ON COLUMN sys.dba_errors.line IS
  1558.   'Line number at which this error occurs'
  1559. *
  1560. COMMENT ON COLUMN sys.dba_errors.position IS
  1561.   'Position in the line at which this error occurs'
  1562. *
  1563. COMMENT ON COLUMN sys.dba_errors.text IS
  1564.   'Text of the error'
  1565. *
  1566.  
  1567. COMMENT ON TABLE sys.dba_exp_files IS
  1568.   '* Description of export files'
  1569. *
  1570. COMMENT ON COLUMN sys.dba_exp_files.exp_version IS
  1571.   'Version number of the export session'
  1572. *
  1573. COMMENT ON COLUMN sys.dba_exp_files.exp_type IS
  1574.   'Type of export file (full, cumulative or incremental)'
  1575. *
  1576. COMMENT ON COLUMN sys.dba_exp_files.file_name IS
  1577.   'Name of the export file'
  1578. *
  1579. COMMENT ON COLUMN sys.dba_exp_files.user_name IS
  1580.   'Name of user who executed export'
  1581. *
  1582. COMMENT ON COLUMN sys.dba_exp_files.timestamp IS
  1583.   'Timestamp of the export session'
  1584. *
  1585.  
  1586. COMMENT ON TABLE sys.dba_exp_objects IS
  1587.   '* Objects that have been incrementally exported'
  1588. *
  1589. COMMENT ON COLUMN sys.dba_exp_objects.owner IS
  1590.   'Owner of exported object'
  1591. *
  1592. COMMENT ON COLUMN sys.dba_exp_objects.object_name IS
  1593.   'Name of exported object'
  1594. *
  1595. COMMENT ON COLUMN sys.dba_exp_objects.object_type IS
  1596.   'Type of exported object'
  1597. *
  1598. COMMENT ON COLUMN sys.dba_exp_objects.cumulative IS
  1599.   'Timestamp of last cumulative export'
  1600. *
  1601. COMMENT ON COLUMN sys.dba_exp_objects.incremental IS
  1602.   'Timestamp of last incremental export'
  1603. *
  1604. COMMENT ON COLUMN sys.dba_exp_objects.export_version IS
  1605.   'The id of the export session'
  1606. *
  1607.  
  1608. COMMENT ON TABLE sys.dba_exp_version IS
  1609.   '* Version number of the last export session'
  1610. *
  1611. COMMENT ON COLUMN sys.dba_exp_version.exp_version IS
  1612.   'Version number of the last export session'
  1613. *
  1614.  
  1615. COMMENT ON TABLE sys.dba_extents IS
  1616.   '* Extents comprising all segments in the database'
  1617. *
  1618. COMMENT ON COLUMN sys.dba_extents.owner IS
  1619.   'Owner of the segment associated with the extent'
  1620. *
  1621. COMMENT ON COLUMN sys.dba_extents.segment_name IS
  1622.   'Name of the segment associated with the extent'
  1623. *
  1624. COMMENT ON COLUMN sys.dba_extents.segment_type IS
  1625.   'Type of the segment'
  1626. *
  1627. COMMENT ON COLUMN sys.dba_extents.tablespace_name IS
  1628.   'Name of the tablespace containing the extent'
  1629. *
  1630. COMMENT ON COLUMN sys.dba_extents.extent_id IS
  1631.   'Extent number in the segment'
  1632. *
  1633. COMMENT ON COLUMN sys.dba_extents.file_id IS
  1634.   'Name of the file containing the extent'
  1635. *
  1636. COMMENT ON COLUMN sys.dba_extents.block_id IS
  1637.   'Starting block number of the extent'
  1638. *
  1639. COMMENT ON COLUMN sys.dba_extents.bytes IS
  1640.   'Size of the extent in bytes'
  1641. *
  1642. COMMENT ON COLUMN sys.dba_extents.blocks IS
  1643.   'Size of the extent in ORACLE blocks'
  1644. *
  1645.  
  1646. COMMENT ON TABLE sys.dba_free_space IS
  1647.   '* Free extents in all tablespaces'
  1648. *
  1649. COMMENT ON COLUMN sys.dba_free_space.tablespace_name IS
  1650.   'Name of the tablespace containing the extent'
  1651. *
  1652. COMMENT ON COLUMN sys.dba_free_space.file_id IS
  1653.   'ID number of the file containing the extent'
  1654. *
  1655. COMMENT ON COLUMN sys.dba_free_space.block_id IS
  1656.   'Starting block number of the extent'
  1657. *
  1658. COMMENT ON COLUMN sys.dba_free_space.bytes IS
  1659.   'Size of the extent in bytes'
  1660. *
  1661. COMMENT ON COLUMN sys.dba_free_space.blocks IS
  1662.   'Size of the extent in ORACLE blocks'
  1663. *
  1664.  
  1665. COMMENT ON TABLE sys.dba_indexes IS
  1666.   'Description for all indexes in the database'
  1667. *
  1668. COMMENT ON COLUMN sys.dba_indexes.owner IS
  1669.   'Username of the owner of the index'
  1670. *
  1671. COMMENT ON COLUMN sys.dba_indexes.index_name IS
  1672.   'Name of the index'
  1673. *
  1674. COMMENT ON COLUMN sys.dba_indexes.table_owner IS
  1675.   'Owner of the indexed object'
  1676. *
  1677. COMMENT ON COLUMN sys.dba_indexes.table_name IS
  1678.   'Name of the indexed object'
  1679. *
  1680. COMMENT ON COLUMN sys.dba_indexes.table_type IS
  1681.   'Type of the indexed object'
  1682. *
  1683. COMMENT ON COLUMN sys.dba_indexes.uniqueness IS
  1684.   'Uniqueness status of the index:  "UNIQUE" or "NONUNIQUE"'
  1685. *
  1686. COMMENT ON COLUMN sys.dba_indexes.tablespace_name IS
  1687.   'Name of the tablespace containing the index'
  1688. *
  1689. COMMENT ON COLUMN sys.dba_indexes.ini_trans IS
  1690.   '* Initial number of transactions'
  1691. *
  1692. COMMENT ON COLUMN sys.dba_indexes.max_trans IS
  1693.   '* Maximum number of transactions'
  1694. *
  1695. COMMENT ON COLUMN sys.dba_indexes.initial_extent IS
  1696.   '* Size of the initial extent'
  1697. *
  1698. COMMENT ON COLUMN sys.dba_indexes.next_extent IS
  1699.   '* Size of secondary extents'
  1700. *
  1701. COMMENT ON COLUMN sys.dba_indexes.min_extents IS
  1702.   '* Minimum number of extents allowed in the segment'
  1703. *
  1704. COMMENT ON COLUMN sys.dba_indexes.max_extents IS
  1705.   '* Maximum number of extents allowed in the segment'
  1706. *
  1707. COMMENT ON COLUMN sys.dba_indexes.pct_increase IS
  1708.   '* Percentage increase in extent size'
  1709. *
  1710. COMMENT ON COLUMN sys.dba_indexes.pct_free IS
  1711.   '* Minimum percentage of free space in a block'
  1712. *
  1713. COMMENT ON COLUMN sys.dba_indexes.blevel IS
  1714.   '* B-Tree level'
  1715. *
  1716. COMMENT ON COLUMN sys.dba_indexes.leaf_blocks IS
  1717.   '* The number of leaf blocks in the index'
  1718. *
  1719. COMMENT ON COLUMN sys.dba_indexes.distinct_keys IS
  1720.   'The number of distinct keys in the index'
  1721. *
  1722. COMMENT ON COLUMN sys.dba_indexes.avg_leaf_blocks_per_key IS
  1723.   '* The average number of leaf blocks per key'
  1724. *
  1725. COMMENT ON COLUMN sys.dba_indexes.avg_data_blocks_per_key IS
  1726.   '* The average number of data blocks per key'
  1727. *
  1728. COMMENT ON COLUMN sys.dba_indexes.clustering_factor IS
  1729. '* A measurement of the amount of (dis)order of the table this index
  1730.  is for'
  1731. *
  1732. COMMENT ON COLUMN sys.dba_indexes.status IS
  1733.   'Whether index is in Direct Load State or not'
  1734. *
  1735.  
  1736. COMMENT ON TABLE sys.dba_ind_columns IS
  1737.   'COLUMNs comprising INDEXes on all TABLEs and CLUSTERs'
  1738. *
  1739. COMMENT ON COLUMN sys.dba_ind_columns.index_owner IS
  1740.   'Index owner'
  1741. *
  1742. COMMENT ON COLUMN sys.dba_ind_columns.index_name IS
  1743.   'Index name'
  1744. *
  1745. COMMENT ON COLUMN sys.dba_ind_columns.table_owner IS
  1746.   'Table or cluster owner'
  1747. *
  1748. COMMENT ON COLUMN sys.dba_ind_columns.table_name IS
  1749.   'Table or cluster name'
  1750. *
  1751. COMMENT ON COLUMN sys.dba_ind_columns.column_name IS
  1752.   'Column name'
  1753. *
  1754. COMMENT ON COLUMN sys.dba_ind_columns.column_position IS
  1755.   'Position of column within index'
  1756. *
  1757. COMMENT ON COLUMN sys.dba_ind_columns.column_length IS
  1758.   'Indexed length of the column'
  1759. *
  1760.  
  1761. COMMENT ON TABLE sys.dba_locks IS
  1762. '* All locks or latch held in the database, and all outstanding requests for
  1763.  a lock or latch. This view includes DML locks and DDL locks'
  1764. *
  1765. COMMENT ON COLUMN sys.dba_locks.session_id IS
  1766.   'Session holding or aquiring the lock'
  1767. *
  1768. COMMENT ON COLUMN sys.dba_locks.type IS
  1769.   'Lock type'
  1770. *
  1771. COMMENT ON COLUMN sys.dba_locks.mode_held IS
  1772.  'Lock mode'
  1773. *
  1774. COMMENT ON COLUMN sys.dba_locks.mode_requested IS
  1775.   'Lock request type'
  1776. *
  1777. COMMENT ON COLUMN sys.dba_locks.lock_id1 IS
  1778.   'Type-specific lock identifier, part 1'
  1779. *
  1780. COMMENT ON COLUMN sys.dba_locks.lock_id2 IS
  1781.   'Type-specific lock identifier, part 2'
  1782. *
  1783.  
  1784. COMMENT ON TABLE sys.dba_objects IS
  1785.   'All objects in the database'
  1786. *
  1787. COMMENT ON COLUMN sys.dba_objects.owner IS
  1788.   'Username of the owner of the object'
  1789. *
  1790. COMMENT ON COLUMN sys.dba_objects.object_name IS
  1791.   'Name of the object'
  1792. *
  1793. COMMENT ON COLUMN sys.dba_objects.object_id IS
  1794.   'Object number of the object'
  1795. *
  1796. COMMENT ON COLUMN sys.dba_objects.object_type IS
  1797.   'Type of the object'
  1798. *
  1799. COMMENT ON COLUMN sys.dba_objects.created IS
  1800.   'Timestamp for the creation of the object'
  1801. *
  1802. COMMENT ON COLUMN sys.dba_objects.last_ddl_time IS
  1803. 'Timestamp for the last DDL change (including GRANT and REVOKE)
  1804.  to the object'
  1805. *
  1806. COMMENT ON COLUMN sys.dba_objects.timestamp IS
  1807.   'Timestamp for the specification of the object'
  1808. *
  1809. COMMENT ON COLUMN sys.dba_objects.status IS
  1810.   'Status of the object'
  1811. *
  1812.  
  1813. COMMENT ON TABLE sys.dba_object_size IS
  1814.   '* Sizes, in bytes, of various pl/sql objects'
  1815. *
  1816. COMMENT ON COLUMN sys.dba_object_size.owner IS
  1817.   'Owner of the object'
  1818. *
  1819. COMMENT ON COLUMN sys.dba_object_size.name IS
  1820.   'Name of the object'
  1821. *
  1822. COMMENT ON COLUMN sys.dba_object_size.type IS
  1823. 'Type of the object: "TABLE", "VIEW", "SYNONYM", "SEQUENCE", "PROCEDURE",
  1824.  "FUNCTION", "PACKAGE" or "PACKAGE BODY"'
  1825. *
  1826. COMMENT ON COLUMN sys.dba_object_size.source_size IS
  1827. 'Size of the source, in bytes.  Must be in memory during compilation, or
  1828.  dynamic recompilation'
  1829. *
  1830. COMMENT ON COLUMN sys.dba_object_size.parsed_size IS
  1831. 'Size of the parsed form of the object, in bytes.  Must be in memory when
  1832.  an object is being compiled that references this object'
  1833. *
  1834. COMMENT ON COLUMN sys.dba_object_size.code_size IS
  1835.   'Code size, in bytes.  Must be in memory when this object is executing'
  1836. *
  1837. COMMENT ON COLUMN sys.dba_object_size.error_size IS
  1838. 'Size of error messages, in bytes.  In memory during the compilation of
  1839.  the object when there are compilation errors'
  1840. *
  1841.  
  1842. COMMENT ON TABLE sys.dba_obj_audit_opts IS
  1843.   'Auditing options for all tables and views'
  1844. *
  1845. COMMENT ON COLUMN sys.dba_obj_audit_opts.owner IS
  1846.   'Owner of the object'
  1847. *
  1848. COMMENT ON COLUMN sys.dba_obj_audit_opts.object_name IS
  1849.   'Name of the object'
  1850. *
  1851. COMMENT ON COLUMN sys.dba_obj_audit_opts.object_type IS
  1852.   'Type of the object'
  1853. *
  1854. COMMENT ON COLUMN sys.dba_obj_audit_opts.alt IS
  1855.   'Auditing ALTER WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1856. *
  1857. COMMENT ON COLUMN sys.dba_obj_audit_opts.aud IS
  1858.   'Auditing AUDIT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1859. *
  1860. COMMENT ON COLUMN sys.dba_obj_audit_opts.com IS
  1861.   'Auditing COMMENT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1862. *
  1863. COMMENT ON COLUMN sys.dba_obj_audit_opts.del IS
  1864.   'Auditing DELETE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1865. *
  1866. COMMENT ON COLUMN sys.dba_obj_audit_opts.gra IS
  1867.   'Auditing GRANT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1868. *
  1869. COMMENT ON COLUMN sys.dba_obj_audit_opts.ind IS
  1870.   'Auditing INDEX WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1871. *
  1872. COMMENT ON COLUMN sys.dba_obj_audit_opts.ins IS
  1873.   'Auditing INSERT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1874. *
  1875. COMMENT ON COLUMN sys.dba_obj_audit_opts.loc IS
  1876.   'Auditing LOCK WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1877. *
  1878. COMMENT ON COLUMN sys.dba_obj_audit_opts.ren IS
  1879.   'Auditing RENAME WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1880. *
  1881. COMMENT ON COLUMN sys.dba_obj_audit_opts.sel IS
  1882.   'Auditing SELECT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1883. *
  1884. COMMENT ON COLUMN sys.dba_obj_audit_opts.upd IS
  1885.   'Auditing UPDATE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1886. *
  1887. COMMENT ON COLUMN sys.dba_obj_audit_opts.ref IS
  1888.   'Auditing REFERENCES WHENEVER SUCCESSFUL / UNSUCCESSFUL (not used)'
  1889. *
  1890. COMMENT ON COLUMN sys.dba_obj_audit_opts.exe IS
  1891.   'Auditing EXECUTE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  1892. *
  1893.  
  1894. COMMENT ON TABLE sys.dba_priv_audit_opts IS
  1895. '* Describes current system privileges being audited across the system
  1896.  and by user'
  1897. *
  1898. COMMENT ON COLUMN sys.dba_priv_audit_opts.user_name IS
  1899.   'User name if by user auditing, else null for system wide auditing'
  1900. *
  1901. COMMENT ON COLUMN sys.dba_priv_audit_opts.privilege IS
  1902.   'Name of the system privilege being audited'
  1903. *
  1904. COMMENT ON COLUMN sys.dba_priv_audit_opts.success IS
  1905.   'Mode for WHENEVER SUCCESSFUL system auditing'
  1906. *
  1907. COMMENT ON COLUMN sys.dba_priv_audit_opts.failure IS
  1908.   'Mode for WHENEVER NOT SUCCESSFUL system auditing'
  1909. *
  1910.  
  1911. COMMENT ON TABLE sys.dba_profiles IS
  1912.   '* Display all profiles and their limits'
  1913. *
  1914. COMMENT ON COLUMN sys.dba_profiles.profile IS
  1915.   'Profile name'
  1916. *
  1917. COMMENT ON COLUMN sys.dba_profiles.resource_name IS
  1918.   'Resource name'
  1919. *
  1920. COMMENT ON COLUMN sys.dba_profiles.limit IS
  1921.   'Limit placed on this resource for this profile'
  1922. *
  1923.  
  1924. COMMENT ON TABLE sys.dba_roles IS
  1925.   '* All Roles which exist in the database'
  1926. *
  1927. COMMENT ON COLUMN sys.dba_roles.role IS
  1928.   'Role Name'
  1929. *
  1930. COMMENT ON COLUMN sys.dba_roles.password_required IS
  1931.   'Indicates if the role requires a password to be enabled'
  1932. *
  1933.  
  1934. COMMENT ON TABLE sys.dba_role_privs IS
  1935.   '* Roles granted to users and roles'
  1936. *
  1937. COMMENT ON COLUMN sys.dba_role_privs.grantee IS
  1938.   'Grantee Name, User or Role receiving the grant'
  1939. *
  1940. COMMENT ON COLUMN sys.dba_role_privs.granted_role IS
  1941.   'Granted role name'
  1942. *
  1943. COMMENT ON COLUMN sys.dba_role_privs.admin_option IS
  1944.   'Grant was with the ADMIN option'
  1945. *
  1946. COMMENT ON COLUMN sys.dba_role_privs.default_role IS
  1947.   'Role is designated as a DEFAULT ROLE for the user'
  1948. *
  1949.  
  1950. COMMENT ON TABLE sys.dba_rollback_segs IS
  1951.   '* Description of rollback segments'
  1952. *
  1953. COMMENT ON COLUMN sys.dba_rollback_segs.segment_name IS
  1954.   'Name of the rollback segment'
  1955. *
  1956. COMMENT ON COLUMN sys.dba_rollback_segs.owner IS
  1957.   'Owner of the rollback segment'
  1958. *
  1959. COMMENT ON COLUMN sys.dba_rollback_segs.tablespace_name IS
  1960.   'Name of the tablespace containing the rollback segment'
  1961. *
  1962. COMMENT ON COLUMN sys.dba_rollback_segs.segment_id IS
  1963.   'ID number of the rollback segment'
  1964. *
  1965. COMMENT ON COLUMN sys.dba_rollback_segs.file_id IS
  1966.   'ID number of the file containing the segment header'
  1967. *
  1968. COMMENT ON COLUMN sys.dba_rollback_segs.block_id IS
  1969.   'ID number of the block containing the segment header'
  1970. *
  1971. COMMENT ON COLUMN sys.dba_rollback_segs.initial_extent IS
  1972.   'Initial extent size in bytes'
  1973. *
  1974. COMMENT ON COLUMN sys.dba_rollback_segs.next_extent IS
  1975.   'Secondary extent size in bytes'
  1976. *
  1977. COMMENT ON COLUMN sys.dba_rollback_segs.min_extents IS
  1978.   'Minimum number of extents'
  1979. *
  1980. COMMENT ON COLUMN sys.dba_rollback_segs.max_extents IS
  1981.   'Maximum number of extents'
  1982. *
  1983. COMMENT ON COLUMN sys.dba_rollback_segs.pct_increase IS
  1984.   'Percent increase for extent size'
  1985. *
  1986. COMMENT ON COLUMN sys.dba_rollback_segs.status IS
  1987.   'Rollback segment status'
  1988. *
  1989. COMMENT ON COLUMN sys.dba_rollback_segs.instance_num IS
  1990.   'Rollback segment owning parallel server instance number'
  1991. *
  1992.  
  1993. COMMENT ON TABLE sys.dba_segments IS
  1994.   'Storage allocated for all database segments'
  1995. *
  1996. COMMENT ON COLUMN sys.dba_segments.owner IS
  1997.   'Username of the segment owner'
  1998. *
  1999. COMMENT ON COLUMN sys.dba_segments.segment_name IS
  2000.   'Name, if any, of the segment'
  2001. *
  2002. COMMENT ON COLUMN sys.dba_segments.segment_type IS
  2003. 'Type of segment:  "TABLE", "CLUSTER", "INDEX", "ROLLBACK",
  2004.  "DEFERRED ROLLBACK", "TEMPORARY", or "CACHE"'
  2005. *
  2006. COMMENT ON COLUMN sys.dba_segments.tablespace_name IS
  2007.   'Name of the tablespace containing the segment'
  2008. *
  2009. COMMENT ON COLUMN sys.dba_segments.header_file IS
  2010.   '* ID of the file containing the segment header'
  2011. *
  2012. COMMENT ON COLUMN sys.dba_segments.header_block IS
  2013.   '* ID of the block containing the segment header'
  2014. *
  2015. COMMENT ON COLUMN sys.dba_segments.bytes IS
  2016.   '* Size, in bytes, of the segment'
  2017. *
  2018. COMMENT ON COLUMN sys.dba_segments.blocks IS
  2019.   '* Size, in Oracle blocks, of the segment'
  2020. *
  2021. COMMENT ON COLUMN sys.dba_segments.extents IS
  2022.   '* Number of extents allocated to the segment'
  2023. *
  2024. COMMENT ON COLUMN sys.dba_segments.initial_extent IS
  2025.   '* Size, in Oracle blocks, of the initial extent of the segment'
  2026. *
  2027. COMMENT ON COLUMN sys.dba_segments.next_extent IS
  2028. '* Size, in Oracle blocks, of the next extent to be allocated
  2029.  to the segment'
  2030. *
  2031. COMMENT ON COLUMN sys.dba_segments.min_extents IS
  2032.   '* Minimum number of extents allowed in the segment'
  2033. *
  2034. COMMENT ON COLUMN sys.dba_segments.max_extents IS
  2035.   '* Maximum number of extents allowed in the segment'
  2036. *
  2037. COMMENT ON COLUMN sys.dba_segments.pct_increase IS
  2038. '* Percent by which to increase the size of the next extent
  2039.  to be allocated'
  2040. *
  2041. COMMENT ON COLUMN sys.dba_segments.freelists IS
  2042.   '* Number of process freelists allocated in this segment'
  2043. *
  2044. COMMENT ON COLUMN sys.dba_segments.freelist_groups IS
  2045.   '* Number of freelist groups allocated in this segment'
  2046. *
  2047.  
  2048. COMMENT ON TABLE sys.dba_sequences IS
  2049.   'Description of all SEQUENCEs in the database'
  2050. *
  2051. COMMENT ON COLUMN sys.dba_sequences.sequence_owner IS
  2052.   'Name of the owner of the sequence'
  2053. *
  2054. COMMENT ON COLUMN sys.dba_sequences.sequence_name IS
  2055.   'SEQUENCE name'
  2056. *
  2057. COMMENT ON COLUMN sys.dba_sequences.min_value IS
  2058.   'Minimum value of the sequence'
  2059. *
  2060. COMMENT ON COLUMN sys.dba_sequences.max_value IS
  2061.   'Maximum value of the sequence'
  2062. *
  2063. COMMENT ON COLUMN sys.dba_sequences.increment_by IS
  2064.   'Value by which sequence is incremented'
  2065. *
  2066. COMMENT ON COLUMN sys.dba_sequences.cycle_flag IS
  2067.   'Does sequence wrap around on reaching limit?'
  2068. *
  2069. COMMENT ON COLUMN sys.dba_sequences.order_flag IS
  2070.   'Are sequence numbers generated in order?'
  2071. *
  2072. COMMENT ON COLUMN sys.dba_sequences.cache_size IS
  2073.   'Number of sequence numbers to cache'
  2074. *
  2075. COMMENT ON COLUMN sys.dba_sequences.last_number IS
  2076.   'Last sequence number written to disk'
  2077. *
  2078.  
  2079. COMMENT ON TABLE sys.dba_snapshots IS
  2080.   'All snapshots in the database'
  2081. *
  2082. COMMENT ON COLUMN sys.dba_snapshots.owner IS
  2083.   'Owner of the snapshot'
  2084. *
  2085. COMMENT ON COLUMN sys.dba_snapshots.name IS
  2086.   'The view used by users and applications for viewing the snapshot'
  2087. *
  2088. COMMENT ON COLUMN sys.dba_snapshots.table_name IS
  2089. '* Table the snapshot is stored in -- has an extra column for the
  2090.  master rowid'
  2091. *
  2092. COMMENT ON COLUMN sys.dba_snapshots.master_view IS
  2093. '* View of the master table, owned by the snapshot owner, used
  2094.  for refreshes'
  2095. *
  2096. COMMENT ON COLUMN sys.dba_snapshots.master_owner IS
  2097.   'Owner of the master table'
  2098. *
  2099. COMMENT ON COLUMN sys.dba_snapshots.master IS
  2100.   'Name of the master table that this snapshot is a copy of'
  2101. *
  2102. COMMENT ON COLUMN sys.dba_snapshots.master_link IS
  2103.   '* Database link name to the master site'
  2104. *
  2105. COMMENT ON COLUMN sys.dba_snapshots.can_use_log IS
  2106.   'If NO, this snapshot is complex and will never use a log'
  2107. *
  2108. COMMENT ON COLUMN sys.dba_snapshots.last_refresh IS
  2109.   '* SYSDATE from the master site at the time of the last refresh'
  2110. *
  2111. COMMENT ON COLUMN sys.dba_snapshots.error IS
  2112.   '* The number of failed automatic refreshes since last successful refresh'
  2113. *
  2114. COMMENT ON COLUMN sys.dba_snapshots.type IS
  2115.   'The type of refresh (complete,fast,force) for all automatic refreshes'
  2116. *
  2117. COMMENT ON COLUMN sys.dba_snapshots.next IS
  2118.   '* The date function used to compute next refresh dates'
  2119. *
  2120. COMMENT ON COLUMN sys.dba_snapshots.start_with IS
  2121.   '* The date function used to compute next refresh dates'
  2122. *
  2123. COMMENT ON COLUMN sys.dba_snapshots.query IS
  2124.   'The original query that this snapshot is an instantiation of'
  2125. *
  2126.  
  2127. COMMENT ON TABLE sys.dba_snapshot_logs IS
  2128.   'All snapshot logs in the database'
  2129. *
  2130. COMMENT ON COLUMN sys.dba_snapshot_logs.log_owner IS
  2131.   'Owner of the snapshot log'
  2132. *
  2133. COMMENT ON COLUMN sys.dba_snapshot_logs.master IS
  2134.   'Name of the master table which the log logs changes of'
  2135. *
  2136. COMMENT ON COLUMN sys.dba_snapshot_logs.log_table IS
  2137. 'Log table; holds rowids and timestamps of rows which changed in the
  2138.  master'
  2139. *
  2140. COMMENT ON COLUMN sys.dba_snapshot_logs.log_trigger IS
  2141.   '* An after-row trigger on the master which inserts rows into the log'
  2142. *
  2143. COMMENT ON COLUMN sys.dba_snapshot_logs.current_snapshots IS
  2144. '* One date per snapshot -- the date the snapshot of the master
  2145.  last refreshed'
  2146. *
  2147.  
  2148. COMMENT ON TABLE sys.dba_source IS
  2149.   '* Source of all stored objects in the database'
  2150. *
  2151. COMMENT ON COLUMN sys.dba_source.name IS
  2152.   'Name of the object'
  2153. *
  2154. COMMENT ON COLUMN sys.dba_source.type IS
  2155.   'Type of the object: "PROCEDURE", "FUNCTION", "PACKAGE" or "PACKAGE BODY"'
  2156. *
  2157. COMMENT ON COLUMN sys.dba_source.line IS
  2158.   'Line number of this line of source'
  2159. *
  2160. COMMENT ON COLUMN sys.dba_source.text IS
  2161.   'Source text'
  2162. *
  2163.  
  2164. COMMENT ON TABLE sys.dba_stmt_audit_opts IS
  2165.   '* Describes current system auditing options across the system and by user'
  2166. *
  2167. COMMENT ON COLUMN sys.dba_stmt_audit_opts.user_name IS
  2168.   'User name if by user auditing, else null for system wide auditing'
  2169. *
  2170. COMMENT ON COLUMN sys.dba_stmt_audit_opts.audit_option IS
  2171.   'Name of the system auditing option'
  2172. *
  2173. COMMENT ON COLUMN sys.dba_stmt_audit_opts.success IS
  2174.   'Mode for WHENEVER SUCCESSFUL system auditing'
  2175. *
  2176. COMMENT ON COLUMN sys.dba_stmt_audit_opts.failure IS
  2177.   'Mode for WHENEVER NOT SUCCESSFUL system auditing'
  2178. *
  2179.  
  2180. COMMENT ON TABLE sys.dba_synonyms IS
  2181.   'All synonyms in the database'
  2182. *
  2183. COMMENT ON COLUMN sys.dba_synonyms.owner IS
  2184.   'Username of the owner of the synonym'
  2185. *
  2186. COMMENT ON COLUMN sys.dba_synonyms.synonym_name IS
  2187.   'Name of the synonym'
  2188. *
  2189. COMMENT ON COLUMN sys.dba_synonyms.table_owner IS
  2190.   'Owner of the object referenced by the synonym'
  2191. *
  2192. COMMENT ON COLUMN sys.dba_synonyms.table_name IS
  2193.   'Name of the object referenced by the synonym'
  2194. *
  2195. COMMENT ON COLUMN sys.dba_synonyms.db_link IS
  2196.   '* Name of the database link referenced in a remote synonym'
  2197. *
  2198.  
  2199. COMMENT ON TABLE sys.dba_sys_privs IS
  2200.   '* System privileges granted to users and roles'
  2201. *
  2202. COMMENT ON COLUMN sys.dba_sys_privs.grantee IS
  2203.   'Grantee Name, User or Role receiving the grant'
  2204. *
  2205. COMMENT ON COLUMN sys.dba_sys_privs.privilege IS
  2206.   'System privilege'
  2207. *
  2208. COMMENT ON COLUMN sys.dba_sys_privs.admin_option IS
  2209.   'Grant was with the ADMIN option'
  2210. *
  2211.  
  2212. COMMENT ON TABLE sys.dba_tables IS
  2213.   'Description of all tables in the database'
  2214. *
  2215. COMMENT ON COLUMN sys.dba_tables.owner IS
  2216.   'Owner of the table'
  2217. *
  2218. COMMENT ON COLUMN sys.dba_tables.table_name IS
  2219.   'Name of the table'
  2220. *
  2221. COMMENT ON COLUMN sys.dba_tables.tablespace_name IS
  2222.   'Name of the tablespace containing the table'
  2223. *
  2224. COMMENT ON COLUMN sys.dba_tables.cluster_name IS
  2225.   '* Name of the cluster, if any, to which the table belongs'
  2226. *
  2227. COMMENT ON COLUMN sys.dba_tables.pct_free IS
  2228.   '* Minimum percentage of free space in a block'
  2229. *
  2230. COMMENT ON COLUMN sys.dba_tables.pct_used IS
  2231.   '* Minimum percentage of used space in a block'
  2232. *
  2233. COMMENT ON COLUMN sys.dba_tables.ini_trans IS
  2234.   '* Initial number of transactions'
  2235. *
  2236. COMMENT ON COLUMN sys.dba_tables.max_trans IS
  2237.   '* Maximum number of transactions'
  2238. *
  2239. COMMENT ON COLUMN sys.dba_tables.initial_extent IS
  2240.   '* Size of the initial extent in bytes'
  2241. *
  2242. COMMENT ON COLUMN sys.dba_tables.next_extent IS
  2243.   '* Size of secondary extents in bytes'
  2244. *
  2245. COMMENT ON COLUMN sys.dba_tables.min_extents IS
  2246.   '* Minimum number of extents allowed in the segment'
  2247. *
  2248. COMMENT ON COLUMN sys.dba_tables.max_extents IS
  2249.   '* Maximum number of extents allowed in the segment'
  2250. *
  2251. COMMENT ON COLUMN sys.dba_tables.pct_increase IS
  2252.   '* Percentage increase in extent size'
  2253. *
  2254. COMMENT ON COLUMN sys.dba_tables.backed_up IS
  2255.   '* Has table been backed up since last modification?'
  2256. *
  2257. COMMENT ON COLUMN sys.dba_tables.num_rows IS
  2258.   '* The number of rows in the table'
  2259. *
  2260. COMMENT ON COLUMN sys.dba_tables.blocks IS
  2261.   '* The number of used blocks in the table'
  2262. *
  2263. COMMENT ON COLUMN sys.dba_tables.empty_blocks IS
  2264.   '* The number of empty (never used) blocks in the table'
  2265. *
  2266. COMMENT ON COLUMN sys.dba_tables.avg_space IS
  2267.   '* The average available free space in the table'
  2268. *
  2269. COMMENT ON COLUMN sys.dba_tables.chain_cnt IS
  2270.   '* The number of chained rows in the table'
  2271. *
  2272. COMMENT ON COLUMN sys.dba_tables.avg_row_len IS
  2273.   '* The average row length, including row overhead'
  2274. *
  2275.  
  2276. COMMENT ON TABLE sys.dba_tablespaces IS
  2277.   '* Description of all tablespaces'
  2278. *
  2279. COMMENT ON COLUMN sys.dba_tablespaces.tablespace_name IS
  2280.   'Tablespace name'
  2281. *
  2282. COMMENT ON COLUMN sys.dba_tablespaces.initial_extent IS
  2283.   'Default initial extent size'
  2284. *
  2285. COMMENT ON COLUMN sys.dba_tablespaces.next_extent IS
  2286.   'Default incremental extent size'
  2287. *
  2288. COMMENT ON COLUMN sys.dba_tablespaces.min_extents IS
  2289.   'Default minimum number of extents'
  2290. *
  2291. COMMENT ON COLUMN sys.dba_tablespaces.max_extents IS
  2292.   'Default maximum number of extents'
  2293. *
  2294. COMMENT ON COLUMN sys.dba_tablespaces.pct_increase IS
  2295.   'Default percent increase for extent size'
  2296. *
  2297. COMMENT ON COLUMN sys.dba_tablespaces.status IS
  2298.   'Tablespace status: "ONLINE" or "OFFLINE"'
  2299. *
  2300.  
  2301. COMMENT ON TABLE sys.dba_tab_columns IS
  2302.   'Columns of all tables, views and clusters'
  2303. *
  2304. COMMENT ON COLUMN sys.dba_tab_columns.owner IS
  2305.   'Owner of the table, view or cluster'
  2306. *
  2307. COMMENT ON COLUMN sys.dba_tab_columns.table_name IS
  2308.   'Table, view or cluster name'
  2309. *
  2310. COMMENT ON COLUMN sys.dba_tab_columns.column_name IS
  2311.   'Column name'
  2312. *
  2313. COMMENT ON COLUMN sys.dba_tab_columns.data_type IS
  2314.   'Datatype of the column'
  2315. *
  2316. COMMENT ON COLUMN sys.dba_tab_columns.data_length IS
  2317.   'Length of the column in bytes'
  2318. *
  2319. COMMENT ON COLUMN sys.dba_tab_columns.data_precision IS
  2320.   'Length: decimal digits (NUMBER) or binary digits (FLOAT)'
  2321. *
  2322. COMMENT ON COLUMN sys.dba_tab_columns.data_scale IS
  2323.   'Digits to right of decimal point in a number'
  2324. *
  2325. COMMENT ON COLUMN sys.dba_tab_columns.nullable IS
  2326.   'Does column allow NULL values?'
  2327. *
  2328. COMMENT ON COLUMN sys.dba_tab_columns.column_id IS
  2329.   'Sequence number of the column as created'
  2330. *
  2331. COMMENT ON COLUMN sys.dba_tab_columns.default_length IS
  2332.   'Length of default value for the column'
  2333. *
  2334. COMMENT ON COLUMN sys.dba_tab_columns.data_default IS
  2335.   'Default value for the column'
  2336. *
  2337. COMMENT ON COLUMN sys.dba_tab_columns.num_distinct IS
  2338.   'The number of distinct values for the column'
  2339. *
  2340. COMMENT ON COLUMN sys.dba_tab_columns.low_value IS
  2341.   '* The second smallest value for the column'
  2342. *
  2343. COMMENT ON COLUMN sys.dba_tab_columns.high_value IS
  2344.   '* The second highest value for the column'
  2345. *
  2346. COMMENT ON COLUMN sys.dba_tab_columns.density IS
  2347.   '* The density of the column'
  2348. *
  2349.  
  2350. COMMENT ON TABLE sys.dba_tab_comments IS
  2351.   'Comments on all tables and views in the database'
  2352. *
  2353. COMMENT ON COLUMN sys.dba_tab_comments.owner IS
  2354.   'Owner of the object'
  2355. *
  2356. COMMENT ON COLUMN sys.dba_tab_comments.table_name IS
  2357.   'Name of the object'
  2358. *
  2359. COMMENT ON COLUMN sys.dba_tab_comments.table_type IS
  2360.   'Type of the object'
  2361. *
  2362. COMMENT ON COLUMN sys.dba_tab_comments.comments IS
  2363.   'Comment on the object'
  2364. *
  2365.  
  2366. COMMENT ON TABLE sys.dba_tab_privs IS
  2367.   'All grants on objects in the database'
  2368. *
  2369. COMMENT ON COLUMN sys.dba_tab_privs.grantee IS
  2370.   'User to whom access was granted'
  2371. *
  2372. COMMENT ON COLUMN sys.dba_tab_privs.owner IS
  2373.   'Owner of the object'
  2374. *
  2375. COMMENT ON COLUMN sys.dba_tab_privs.table_name IS
  2376.   'Name of the object'
  2377. *
  2378. COMMENT ON COLUMN sys.dba_tab_privs.grantor IS
  2379.   'Name of the user who performed the grant'
  2380. *
  2381. COMMENT ON COLUMN sys.dba_tab_privs.privilege IS
  2382.   'Table Privilege'
  2383. *
  2384. COMMENT ON COLUMN sys.dba_tab_privs.grantable IS
  2385.   'Privilege is grantable'
  2386. *
  2387.  
  2388. COMMENT ON TABLE sys.dba_triggers IS
  2389.   'All triggers in the database'
  2390. *
  2391. COMMENT ON COLUMN sys.dba_triggers.owner IS
  2392.   'Owner of the trigger'
  2393. *
  2394. COMMENT ON COLUMN sys.dba_triggers.trigger_name IS
  2395.   'Name of the trigger'
  2396. *
  2397. COMMENT ON COLUMN sys.dba_triggers.trigger_type IS
  2398.   'When the trigger fires - BEFORE/AFTER and STATEMENT/ROW'
  2399. *
  2400. COMMENT ON COLUMN sys.dba_triggers.triggering_event IS
  2401.   'Statement that will fire the trigger - INSERT, UPDATE and/or DELETE'
  2402. *
  2403. COMMENT ON COLUMN sys.dba_triggers.table_owner IS
  2404.   'Owner of the table that this trigger is associated with'
  2405. *
  2406. COMMENT ON COLUMN sys.dba_triggers.table_name IS
  2407.   'Name of the table that this trigger is associated with'
  2408. *
  2409. COMMENT ON COLUMN sys.dba_triggers.referencing_names IS
  2410.   '* Names used for referencing to OLD and NEW values within the trigger'
  2411. *
  2412. COMMENT ON COLUMN sys.dba_triggers.when_clause IS
  2413. '* WHEN clause must evaluate to true in order for triggering body
  2414.  to execute'
  2415. *
  2416. COMMENT ON COLUMN sys.dba_triggers.status IS
  2417.   'If DISABLED then trigger will not fire'
  2418. *
  2419. COMMENT ON COLUMN sys.dba_triggers.description IS
  2420.   'Trigger description, useful for re-creating trigger creation statement'
  2421. *
  2422. COMMENT ON COLUMN sys.dba_triggers.trigger_body IS
  2423.   '* Action taken by this trigger when it fires'
  2424. *
  2425.  
  2426. COMMENT ON TABLE sys.dba_trigger_cols IS
  2427.   '* Column usage in all triggers'
  2428. *
  2429. COMMENT ON COLUMN sys.dba_trigger_cols.trigger_owner IS
  2430.   'Owner of the trigger'
  2431. *
  2432. COMMENT ON COLUMN sys.dba_trigger_cols.trigger_name IS
  2433.   'Name of the trigger'
  2434. *
  2435. COMMENT ON COLUMN sys.dba_trigger_cols.table_owner IS
  2436.   'Owner of the table'
  2437. *
  2438. COMMENT ON COLUMN sys.dba_trigger_cols.table_name IS
  2439.   'Name of the table on which the trigger is defined'
  2440. *
  2441. COMMENT ON COLUMN sys.dba_trigger_cols.column_name IS
  2442.   'Name of the column used in trigger definition'
  2443. *
  2444. COMMENT ON COLUMN sys.dba_trigger_cols.column_list IS
  2445.   'Is column specified in UPDATE OF clause?'
  2446. *
  2447. COMMENT ON COLUMN sys.dba_trigger_cols.column_usage IS
  2448.   'Usage of column within trigger body'
  2449. *
  2450.  
  2451. COMMENT ON TABLE sys.dba_ts_quotas IS
  2452.   '* Tablespace quotas for all users'
  2453. *
  2454. COMMENT ON COLUMN sys.dba_ts_quotas.tablespace_name IS
  2455.   'Tablespace name'
  2456. *
  2457. COMMENT ON COLUMN sys.dba_ts_quotas.username IS
  2458.   'User with resource rights on the tablespace'
  2459. *
  2460. COMMENT ON COLUMN sys.dba_ts_quotas.bytes IS
  2461.   'Number of bytes charged to the user'
  2462. *
  2463. COMMENT ON COLUMN sys.dba_ts_quotas.max_bytes IS
  2464.   'User''s quota in bytes.  NULL if no limit'
  2465. *
  2466. COMMENT ON COLUMN sys.dba_ts_quotas.blocks IS
  2467.   'Number of ORACLE blocks charged to the user'
  2468. *
  2469. COMMENT ON COLUMN sys.dba_ts_quotas.max_blocks IS
  2470.   'User''s quota in ORACLE blocks.  NULL if no limit'
  2471. *
  2472.  
  2473. COMMENT ON TABLE sys.dba_users IS
  2474.   'Information about all users of the database'
  2475. *
  2476. COMMENT ON COLUMN sys.dba_users.username IS
  2477.   'Name of the user'
  2478. *
  2479. COMMENT ON COLUMN sys.dba_users.user_id IS
  2480.   'ID number of the user'
  2481. *
  2482. COMMENT ON COLUMN sys.dba_users.password IS
  2483.   'Encrypted password'
  2484. *
  2485. COMMENT ON COLUMN sys.dba_users.default_tablespace IS
  2486.   'Default tablespace for data'
  2487. *
  2488. COMMENT ON COLUMN sys.dba_users.temporary_tablespace IS
  2489.   'Default tablespace for temporary tables'
  2490. *
  2491. COMMENT ON COLUMN sys.dba_users.created IS
  2492.   'User creation date'
  2493. *
  2494. COMMENT ON COLUMN sys.dba_users.profile IS
  2495.   '* User resource profile name'
  2496. *
  2497.  
  2498. COMMENT ON TABLE sys.dba_views IS
  2499.   'Text of all views in the database'
  2500. *
  2501. COMMENT ON COLUMN sys.dba_views.owner IS
  2502.   'Owner of the view'
  2503. *
  2504. COMMENT ON COLUMN sys.dba_views.view_name IS
  2505.   'Name of the view'
  2506. *
  2507. COMMENT ON COLUMN sys.dba_views.text_length IS
  2508.   'Length of the view text'
  2509. *
  2510. COMMENT ON COLUMN sys.dba_views.text IS
  2511.   'View text'
  2512. *
  2513.  
  2514. COMMENT ON TABLE sys.dba_waiters IS
  2515. '* All locks or latch held in the database, and all outstanding requests
  2516.  for a lock or latch. This view includes DML locks and DDL locks'
  2517. *
  2518. COMMENT ON COLUMN sys.dba_waiters.waiting_session IS
  2519.   'Session waiting for a lock'
  2520. *
  2521. COMMENT ON COLUMN sys.dba_waiters.holding_session IS
  2522.   'Session holding a lock'
  2523. *
  2524. COMMENT ON COLUMN sys.dba_waiters.type IS
  2525.   'Lock type'
  2526. *
  2527. COMMENT ON COLUMN sys.dba_waiters.mode_held IS
  2528.  'Lock mode: Row-S (SS), Row-X (SX), Share, S/Row-X(SSX), Exclusive'
  2529. *
  2530. COMMENT ON COLUMN sys.dba_waiters.mode_requested IS
  2531. 'Lock request type: Null, Row-S (SS), Row-X (SX), Share, S/Row-X(SSX),
  2532.  Exclusive'
  2533. *
  2534. COMMENT ON COLUMN sys.dba_waiters.lock_id1 IS
  2535.   'Type-specific lock identifier, part 1'
  2536. *
  2537. COMMENT ON COLUMN sys.dba_waiters.lock_id2 IS
  2538.   'Type-specific lock identifier, part 2'
  2539. *
  2540.  
  2541. COMMENT ON TABLE sys.user_audit_object IS
  2542. '* Audit trail records for statements concerning objects, specifically:
  2543.  table, cluster, view, index, sequence,  [public] database link,
  2544.  [public] synonym, procedure, trigger, rollback segment, tablespace,
  2545.  role, user'
  2546. *
  2547. COMMENT ON COLUMN sys.user_audit_object.os_username IS
  2548.   'Operating System logon user name of the user whose actions were audited'
  2549. *
  2550. COMMENT ON COLUMN sys.user_audit_object.username IS
  2551.   'Name (not ID number) of the user whose actions were audited'
  2552. *
  2553. COMMENT ON COLUMN sys.user_audit_object.userhost IS
  2554. 'Numeric instance ID for the Oracle instance from which the user is
  2555.  accessing the database.  Used only in environments with distributed
  2556.  file systems and shared database files (e.g., clustered Oracle on DEC
  2557.  VAX/VMS clusters)'
  2558. *
  2559. COMMENT ON COLUMN sys.user_audit_object.terminal IS
  2560.   'Identifier for the user''s terminal'
  2561. *
  2562. COMMENT ON COLUMN sys.user_audit_object.timestamp IS
  2563. 'Timestamp for the creation of the audit trail entry (Timestamp for the
  2564.  user''s logon for entries created by AUDIT SESSION)'
  2565. *
  2566. COMMENT ON COLUMN sys.user_audit_object.owner IS
  2567.   'Creator of object affected by the action'
  2568. *
  2569. COMMENT ON COLUMN sys.user_audit_object.obj_name IS
  2570.   'Name of the object affected by the action'
  2571. *
  2572. COMMENT ON COLUMN sys.user_audit_object.action_name IS
  2573.   'Name of the action type corresponding to the numeric code in ACTION'
  2574. *
  2575. COMMENT ON COLUMN sys.user_audit_object.new_owner IS
  2576.   'The owner of the object named in the NEW_NAME column'
  2577. *
  2578. COMMENT ON COLUMN sys.user_audit_object.new_name IS
  2579. 'New name of object after RENAME, or name of underlying object
  2580.  (e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
  2581. *
  2582. COMMENT ON COLUMN sys.user_audit_object.ses_actions IS
  2583. 'Session summary. A string of 11 characters, one for each action type,
  2584.  in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
  2585.  Lock, Rename, Select, Update.  Values:  "-" = None, "S" = Success,
  2586.  "F" = Failure, "B" = Both'
  2587. *
  2588. COMMENT ON COLUMN sys.user_audit_object.comment_text IS
  2589.   'Text comment on the audit trail entry'
  2590. *
  2591. COMMENT ON COLUMN sys.user_audit_object.sessionid IS
  2592.   'Numeric ID for each Oracle session'
  2593. *
  2594. COMMENT ON COLUMN sys.user_audit_object.entryid IS
  2595.   'Numeric ID for each audit trail entry in the session'
  2596. *
  2597. COMMENT ON COLUMN sys.user_audit_object.statementid IS
  2598.   'Numeric ID for each statement run (a statement may cause many actions)'
  2599. *
  2600. COMMENT ON COLUMN sys.user_audit_object.returncode IS
  2601.   'Oracle error code generated by the action.  Zero if the action succeeded'
  2602. *
  2603. COMMENT ON COLUMN sys.user_audit_object.priv_used IS
  2604.   'System privilege used to execute the action'
  2605. *
  2606. COMMENT ON COLUMN sys.user_audit_object.object_label IS
  2607.   'Optional Trusted ORACLE label associated with object being audited'
  2608. *
  2609. COMMENT ON COLUMN sys.user_audit_object.session_label IS
  2610.   'Trusted ORACLE label associated with user session'
  2611. *
  2612.  
  2613. COMMENT ON TABLE sys.user_audit_session IS
  2614.   '* All audit trail entries concerning connect and disconnect'
  2615. *
  2616. COMMENT ON COLUMN sys.user_audit_session.os_username IS
  2617.   'Operating System logon user name of the user whose actions were audited'
  2618. *
  2619. COMMENT ON COLUMN sys.user_audit_session.username IS
  2620.   'Name (not ID number) of the user whose actions were audited'
  2621. *
  2622. COMMENT ON COLUMN sys.user_audit_session.userhost IS
  2623. 'Numeric instance ID for the Oracle instance from which the user is
  2624.  accessing the database.  Used only in environments with distributed
  2625.  file systems and shared database files (e.g., clustered Oracle on DEC
  2626.  VAX/VMS clusters)'
  2627. *
  2628. COMMENT ON COLUMN sys.user_audit_session.terminal IS
  2629.   'Identifier for the user''s terminal'
  2630. *
  2631. COMMENT ON COLUMN sys.user_audit_session.timestamp IS
  2632. 'Timestamp for the creation of the audit trail entry (Timestamp for the
  2633.  user''s logon for entries created by AUDIT SESSION)'
  2634. *
  2635. COMMENT ON COLUMN sys.user_audit_session.action_name IS
  2636.   'Name of the action type corresponding to the numeric code in ACTION'
  2637. *
  2638. COMMENT ON COLUMN sys.user_audit_session.logoff_time IS
  2639.   'Timestamp for user logoff'
  2640. *
  2641. COMMENT ON COLUMN sys.user_audit_session.logoff_lread IS
  2642.   'Logical reads for the session'
  2643. *
  2644. COMMENT ON COLUMN sys.user_audit_session.logoff_pread IS
  2645.   'Physical reads for the session'
  2646. *
  2647. COMMENT ON COLUMN sys.user_audit_session.logoff_lwrite IS
  2648.   'Logical writes for the session'
  2649. *
  2650. COMMENT ON COLUMN sys.user_audit_session.logoff_dlock IS
  2651.   'Deadlocks detected during the session'
  2652. *
  2653. COMMENT ON COLUMN sys.user_audit_session.sessionid IS
  2654.   'Numeric ID for each Oracle session'
  2655. *
  2656. COMMENT ON COLUMN sys.user_audit_session.returncode IS
  2657.   'Oracle error code generated by the action.  Zero if the action succeeded'
  2658. *
  2659. COMMENT ON COLUMN sys.user_audit_session.session_label IS
  2660.   'Trusted ORACLE label associated with user session'
  2661. *
  2662.  
  2663. COMMENT ON TABLE sys.user_audit_statement IS
  2664. 'Audit trail records concerning  grant, revoke, audit, noaudit and
  2665.  alter system'
  2666. *
  2667. COMMENT ON COLUMN sys.user_audit_statement.os_username IS
  2668.   'Operating System logon user name of the user whose actions were audited'
  2669. *
  2670. COMMENT ON COLUMN sys.user_audit_statement.username IS
  2671.   'Name (not ID number) of the user whose actions were audited'
  2672. *
  2673. COMMENT ON COLUMN sys.user_audit_statement.userhost IS
  2674. 'Numeric instance ID for the Oracle instance from which the user is
  2675.  accessing the database.  Used only in environments with distributed
  2676.  file systems and shared database files (e.g., clustered Oracle on DEC
  2677.  VAX/VMS clusters)'
  2678. *
  2679. COMMENT ON COLUMN sys.user_audit_statement.terminal IS
  2680.   'Identifier for the user''s terminal'
  2681. *
  2682. COMMENT ON COLUMN sys.user_audit_statement.timestamp IS
  2683. 'Timestamp for the creation of the audit trail entry (Timestamp for the
  2684.  user''s logon for entries created by AUDIT SESSION)'
  2685. *
  2686. COMMENT ON COLUMN sys.user_audit_statement.owner IS
  2687.   'Creator of object affected by the action'
  2688. *
  2689. COMMENT ON COLUMN sys.user_audit_statement.obj_name IS
  2690.   'Name of the object affected by the action'
  2691. *
  2692. COMMENT ON COLUMN sys.user_audit_statement.action_name IS
  2693.   'Name of the action type corresponding to the numeric code in ACTION'
  2694. *
  2695. COMMENT ON COLUMN sys.user_audit_statement.new_name IS
  2696. 'New name of object after RENAME, or name of underlying object
  2697.  (e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
  2698. *
  2699. COMMENT ON COLUMN sys.user_audit_statement.obj_privilege IS
  2700.   'Object privileges granted/revoked by a GRANT/REVOKE statement'
  2701. *
  2702. COMMENT ON COLUMN sys.user_audit_statement.sys_privilege IS
  2703.   'System privileges granted/revoked by a GRANT/REVOKE statement'
  2704. *
  2705. COMMENT ON COLUMN sys.user_audit_statement.admin_option IS
  2706.   'If role/sys_priv was granted WITH ADMIN OPTION, A/-'
  2707. *
  2708. COMMENT ON COLUMN sys.user_audit_statement.grantee IS
  2709.   'The name of the grantee specified in a GRANT/REVOKE statement'
  2710. *
  2711. COMMENT ON COLUMN sys.user_audit_statement.audit_option IS
  2712.   'Auditing option set with the audit statement'
  2713. *
  2714. COMMENT ON COLUMN sys.user_audit_statement.ses_actions IS
  2715. 'Session summary. A string of 11 characters, one for each action type,
  2716.  in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
  2717.  Lock, Rename, Select, Update.  Values:  "-" = None, "S" = Success,
  2718.  "F" = Failure, "B" = Both'
  2719. *
  2720. COMMENT ON COLUMN sys.user_audit_statement.comment_text IS
  2721.   'Text comment on the audit trail entry'
  2722. *
  2723. COMMENT ON COLUMN sys.user_audit_statement.sessionid IS
  2724.   'Numeric ID for each Oracle session'
  2725. *
  2726. COMMENT ON COLUMN sys.user_audit_statement.entryid IS
  2727.   'Numeric ID for each audit trail entry in the session'
  2728. *
  2729. COMMENT ON COLUMN sys.user_audit_statement.statementid IS
  2730.   'Numeric ID for each statement run (a statement may cause many actions)'
  2731. *
  2732. COMMENT ON COLUMN sys.user_audit_statement.returncode IS
  2733.   'Oracle error code generated by the action.  Zero if the action succeeded'
  2734. *
  2735. COMMENT ON COLUMN sys.user_audit_statement.priv_used IS
  2736.   'System privilege used to execute the action'
  2737. *
  2738. COMMENT ON COLUMN sys.user_audit_statement.session_label IS
  2739.   'Trusted ORACLE label associated with user session'
  2740. *
  2741.  
  2742. COMMENT ON TABLE sys.user_audit_trail IS
  2743.   '* Audit trail entries relevant to the user'
  2744. *
  2745. COMMENT ON COLUMN sys.user_audit_trail.os_username IS
  2746.   'Operating System logon user name of the user whose actions were audited'
  2747. *
  2748. COMMENT ON COLUMN sys.user_audit_trail.username IS
  2749.   'Name (not ID number) of the user whose actions were audited'
  2750. *
  2751. COMMENT ON COLUMN sys.user_audit_trail.userhost IS
  2752. 'Numeric instance ID for the Oracle instance from which the user is
  2753.  accessing the database.  Used only in environments with distributed
  2754.  file systems and shared database files (e.g., clustered Oracle on DEC
  2755.  VAX/VMS clusters)'
  2756. *
  2757. COMMENT ON COLUMN sys.user_audit_trail.terminal IS
  2758.   'Identifier for the user''s terminal'
  2759. *
  2760. COMMENT ON COLUMN sys.user_audit_trail.timestamp IS
  2761. 'Timestamp for the creation of the audit trail entry (Timestamp
  2762.  for the user''s logon for entries created by AUDIT SESSION)'
  2763. *
  2764. COMMENT ON COLUMN sys.user_audit_trail.owner IS
  2765.   'Creator of object affected by the action'
  2766. *
  2767. COMMENT ON COLUMN sys.user_audit_trail.obj_name IS
  2768.   'Name of the object affected by the action'
  2769. *
  2770. COMMENT ON COLUMN sys.user_audit_trail.action IS
  2771. 'Numeric action type code.  The corresponding name of the action type
  2772.  (CREATE TABLE, INSERT, etc.) is in the column ACTION_NAME'
  2773. *
  2774. COMMENT ON COLUMN sys.user_audit_trail.action_name IS
  2775.   'Name of the action type corresponding to the numeric code in ACTION'
  2776. *
  2777. COMMENT ON COLUMN sys.user_audit_trail.new_owner IS
  2778.   'The owner of the object named in the NEW_NAME column'
  2779. *
  2780. COMMENT ON COLUMN sys.user_audit_trail.new_name IS
  2781. 'New name of object after RENAME, or name of underlying object
  2782.  (e.g. CREATE INDEX owner.obj_name ON new_owner.new_name)'
  2783. *
  2784. COMMENT ON COLUMN sys.user_audit_trail.obj_privilege IS
  2785.   'Object privileges granted/revoked by a GRANT/REVOKE statement'
  2786. *
  2787. COMMENT ON COLUMN sys.user_audit_trail.sys_privilege IS
  2788.   'System privileges granted/revoked by a GRANT/REVOKE statement'
  2789. *
  2790. COMMENT ON COLUMN sys.user_audit_trail.admin_option IS
  2791.   'If role/sys_priv was granted WITH ADMIN OPTION, A/-'
  2792. *
  2793. COMMENT ON COLUMN sys.user_audit_trail.grantee IS
  2794.   'The name of the grantee specified in a GRANT/REVOKE statement'
  2795. *
  2796. COMMENT ON COLUMN sys.user_audit_trail.audit_option IS
  2797.   'Auditing option set with the audit statement'
  2798. *
  2799. COMMENT ON COLUMN sys.user_audit_trail.ses_actions IS
  2800. 'Session summary.  A string of 11 characters, one for each action type,
  2801.  in this order: Alter, Audit, Comment, Delete, Grant, Index, Insert,
  2802.  Lock, Rename, Select, Update.  Values:  "-" = None, "S" = Success,
  2803.  "F" = Failure, "B" = Both'
  2804. *
  2805. COMMENT ON COLUMN sys.user_audit_trail.logoff_time IS
  2806.   'Timestamp for user logoff'
  2807. *
  2808. COMMENT ON COLUMN sys.user_audit_trail.logoff_lread IS
  2809.   'Logical reads for the session'
  2810. *
  2811. COMMENT ON COLUMN sys.user_audit_trail.logoff_pread IS
  2812.   'Physical reads for the session'
  2813. *
  2814. COMMENT ON COLUMN sys.user_audit_trail.logoff_lwrite IS
  2815.   'Logical writes for the session'
  2816. *
  2817. COMMENT ON COLUMN sys.user_audit_trail.logoff_dlock IS
  2818.   'Deadlocks detected during the session'
  2819. *
  2820. COMMENT ON COLUMN sys.user_audit_trail.comment_text IS
  2821.   'Text comment on the audit trail entry'
  2822. *
  2823. COMMENT ON COLUMN sys.user_audit_trail.sessionid IS
  2824.   'Numeric ID for each Oracle session'
  2825. *
  2826. COMMENT ON COLUMN sys.user_audit_trail.entryid IS
  2827.   'Numeric ID for each audit trail entry in the session'
  2828. *
  2829. COMMENT ON COLUMN sys.user_audit_trail.statementid IS
  2830.   'Numeric ID for each statement run (a statement may cause many actions)'
  2831. *
  2832. COMMENT ON COLUMN sys.user_audit_trail.returncode IS
  2833.   'Oracle error code generated by the action.  Zero if the action succeeded'
  2834. *
  2835. COMMENT ON COLUMN sys.user_audit_trail.priv_used IS
  2836.   'System privilege used to execute the action'
  2837. *
  2838. COMMENT ON COLUMN sys.user_audit_trail.object_label IS
  2839.   'Optional Trusted ORACLE label associated with object being audited'
  2840. *
  2841. COMMENT ON COLUMN sys.user_audit_trail.session_label IS
  2842.   'Trusted ORACLE label associated with user session'
  2843. *
  2844.  
  2845. COMMENT ON TABLE sys.user_catalog IS
  2846.   'Tables, Views, Synonyms and Sequences owned by the user'
  2847. *
  2848. COMMENT ON COLUMN sys.user_catalog.table_name IS
  2849.   'Name of the object'
  2850. *
  2851. COMMENT ON COLUMN sys.user_catalog.table_type IS
  2852.   'Type of the object'
  2853. *
  2854.  
  2855. COMMENT ON TABLE sys.user_clusters IS
  2856.   '* Descriptions of user''s own clusters'
  2857. *
  2858. COMMENT ON COLUMN sys.user_clusters.cluster_name IS
  2859.   'Name of the cluster'
  2860. *
  2861. COMMENT ON COLUMN sys.user_clusters.tablespace_name IS
  2862.   'Name of the tablespace containing the cluster'
  2863. *
  2864. COMMENT ON COLUMN sys.user_clusters.pct_free IS
  2865.   'Minimum percentage of free space in a block'
  2866. *
  2867. COMMENT ON COLUMN sys.user_clusters.pct_used IS
  2868.   'Minimum percentage of used space in a block'
  2869. *
  2870. COMMENT ON COLUMN sys.user_clusters.key_size IS
  2871.   'Estimated size of cluster key plus associated rows'
  2872. *
  2873. COMMENT ON COLUMN sys.user_clusters.ini_trans IS
  2874.   'Initial number of transactions'
  2875. *
  2876. COMMENT ON COLUMN sys.user_clusters.max_trans IS
  2877.   'Maximum number of transactions'
  2878. *
  2879. COMMENT ON COLUMN sys.user_clusters.initial_extent IS
  2880.   'Size of the initial extent in bytes'
  2881. *
  2882. COMMENT ON COLUMN sys.user_clusters.next_extent IS
  2883.   'Size of secondary extents in bytes'
  2884. *
  2885. COMMENT ON COLUMN sys.user_clusters.min_extents IS
  2886.   'Minimum number of extents allowed in the segment'
  2887. *
  2888. COMMENT ON COLUMN sys.user_clusters.max_extents IS
  2889.   'Maximum number of extents allowed in the segment'
  2890. *
  2891. COMMENT ON COLUMN sys.user_clusters.pct_increase IS
  2892.   'Percentage increase in extent size'
  2893. *
  2894. COMMENT ON COLUMN sys.user_clusters.avg_blocks_per_key IS
  2895.   'Average number of blocks containing rows with a given cluster key'
  2896. *
  2897. COMMENT ON COLUMN sys.user_clusters.cluster_type IS
  2898.   'Type of cluster: b-tree index or hash'
  2899. *
  2900. COMMENT ON COLUMN sys.user_clusters.function IS
  2901.   'If a hash cluster, the hash function'
  2902. *
  2903. COMMENT ON COLUMN sys.user_clusters.hashkeys IS
  2904.   'If a hash cluster, the number of hash keys (hash buckets)'
  2905. *
  2906.  
  2907. COMMENT ON TABLE sys.user_clu_columns IS
  2908.   '* Mapping of table columns to cluster columns'
  2909. *
  2910. COMMENT ON COLUMN sys.user_clu_columns.cluster_name IS
  2911.   'Cluster name'
  2912. *
  2913. COMMENT ON COLUMN sys.user_clu_columns.clu_column_name IS
  2914.   'Key column in the cluster'
  2915. *
  2916. COMMENT ON COLUMN sys.user_clu_columns.table_name IS
  2917.   'Clustered table name'
  2918. *
  2919. COMMENT ON COLUMN sys.user_clu_columns.tab_column_name IS
  2920.   'Key column in the table'
  2921. *
  2922.  
  2923. COMMENT ON TABLE sys.user_col_comments IS
  2924.   'Comments on columns of user''s tables and views'
  2925. *
  2926. COMMENT ON COLUMN sys.user_col_comments.table_name IS
  2927.   'Object name'
  2928. *
  2929. COMMENT ON COLUMN sys.user_col_comments.column_name IS
  2930.   'Column name'
  2931. *
  2932. COMMENT ON COLUMN sys.user_col_comments.comments IS
  2933.   'Comment on the column'
  2934. *
  2935.  
  2936. COMMENT ON TABLE sys.user_col_privs IS
  2937.   'Grants on columns for which the user is the owner, grantor or grantee'
  2938. *
  2939. COMMENT ON COLUMN sys.user_col_privs.grantee IS
  2940.   'Name of the user to whom access was granted'
  2941. *
  2942. COMMENT ON COLUMN sys.user_col_privs.owner IS
  2943.   'Username of the owner of the object'
  2944. *
  2945. COMMENT ON COLUMN sys.user_col_privs.table_name IS
  2946.   'Name of the object'
  2947. *
  2948. COMMENT ON COLUMN sys.user_col_privs.column_name IS
  2949.   'Name of the column'
  2950. *
  2951. COMMENT ON COLUMN sys.user_col_privs.grantor IS
  2952.   'Name of the user who performed the grant'
  2953. *
  2954. COMMENT ON COLUMN sys.user_col_privs.privilege IS
  2955.   'Column Privilege'
  2956. *
  2957. COMMENT ON COLUMN sys.user_col_privs.grantable IS
  2958.   'Privilege is grantable'
  2959. *
  2960.  
  2961. COMMENT ON TABLE sys.user_col_privs_made IS
  2962.   'All grants on columns of objects owned by the user'
  2963. *
  2964. COMMENT ON COLUMN sys.user_col_privs_made.grantee IS
  2965.   'Name of the user to whom access was granted'
  2966. *
  2967. COMMENT ON COLUMN sys.user_col_privs_made.table_name IS
  2968.   'Name of the object'
  2969. *
  2970. COMMENT ON COLUMN sys.user_col_privs_made.column_name IS
  2971.   'Name of the column'
  2972. *
  2973. COMMENT ON COLUMN sys.user_col_privs_made.grantor IS
  2974.   'Name of the user who performed the grant'
  2975. *
  2976. COMMENT ON COLUMN sys.user_col_privs_made.privilege IS
  2977.   'Column Privilege'
  2978. *
  2979. COMMENT ON COLUMN sys.user_col_privs_made.grantable IS
  2980.   'Privilege is grantable'
  2981. *
  2982.  
  2983. COMMENT ON TABLE sys.user_col_privs_recd IS
  2984.   'Grants on columns for which the user is the grantee'
  2985. *
  2986. COMMENT ON COLUMN sys.user_col_privs_recd.owner IS
  2987.   'Username of the owner of the object'
  2988. *
  2989. COMMENT ON COLUMN sys.user_col_privs_recd.table_name IS
  2990.   'Name of the object'
  2991. *
  2992. COMMENT ON COLUMN sys.user_col_privs_recd.column_name IS
  2993.   'Name of the column'
  2994. *
  2995. COMMENT ON COLUMN sys.user_col_privs_recd.grantor IS
  2996.   'Name of the user who performed the grant'
  2997. *
  2998. COMMENT ON COLUMN sys.user_col_privs_recd.privilege IS
  2999.   'Column Privilege'
  3000. *
  3001. COMMENT ON COLUMN sys.user_col_privs_recd.grantable IS
  3002.   'Privilege is grantable'
  3003. *
  3004.  
  3005. COMMENT ON TABLE sys.user_constraints IS
  3006.   'Constraint definitions on user''s own tables'
  3007. *
  3008. COMMENT ON COLUMN sys.user_constraints.owner IS
  3009.   'Owner of the table'
  3010. *
  3011. COMMENT ON COLUMN sys.user_constraints.constraint_name IS
  3012.   'Name associated with constraint definition'
  3013. *
  3014. COMMENT ON COLUMN sys.user_constraints.constraint_type IS
  3015.   'Type of constraint definition'
  3016. *
  3017. COMMENT ON COLUMN sys.user_constraints.table_name IS
  3018.   'Name associated with table with constraint definition'
  3019. *
  3020. COMMENT ON COLUMN sys.user_constraints.search_condition IS
  3021.   'Text of search condition for table check'
  3022. *
  3023. COMMENT ON COLUMN sys.user_constraints.r_owner IS
  3024.   'Owner of table used in referential constraint'
  3025. *
  3026. COMMENT ON COLUMN sys.user_constraints.r_constraint_name IS
  3027.   'Name of unique constraint definition for referenced table'
  3028. *
  3029. COMMENT ON COLUMN sys.user_constraints.delete_rule IS
  3030.   'The delete rule for a referential constraint'
  3031. *
  3032. COMMENT ON COLUMN sys.user_constraints.status IS
  3033.   'enforcement status of constraint -  ENABLED or DISABLED'
  3034. *
  3035.  
  3036. COMMENT ON TABLE sys.user_cons_columns IS
  3037.   'Information about accessible columns in constraint definitions'
  3038. *
  3039. COMMENT ON COLUMN sys.user_cons_columns.owner IS
  3040.   'Owner of the constraint definition'
  3041. *
  3042. COMMENT ON COLUMN sys.user_cons_columns.constraint_name IS
  3043.   'Name associated with the constraint definition'
  3044. *
  3045. COMMENT ON COLUMN sys.user_cons_columns.table_name IS
  3046.   'Name associated with table with constraint definition'
  3047. *
  3048. COMMENT ON COLUMN sys.user_cons_columns.column_name IS
  3049.   'Name associated with column specified in the constraint definition'
  3050. *
  3051. COMMENT ON COLUMN sys.user_cons_columns.position IS
  3052.   'Original position of column in definition'
  3053. *
  3054.  
  3055. COMMENT ON TABLE sys.user_db_links IS
  3056.   '* Database links owned by the user'
  3057. *
  3058. COMMENT ON COLUMN sys.user_db_links.db_link IS
  3059.   'Name of the database link'
  3060. *
  3061. COMMENT ON COLUMN sys.user_db_links.username IS
  3062.   'Name of user to log on as'
  3063. *
  3064. COMMENT ON COLUMN sys.user_db_links.password IS
  3065.   'Password for logon'
  3066. *
  3067. COMMENT ON COLUMN sys.user_db_links.host IS
  3068.   'SQL*Net string for connect'
  3069. *
  3070. COMMENT ON COLUMN sys.user_db_links.created IS
  3071.   'Creation time of the database link'
  3072. *
  3073.  
  3074. COMMENT ON TABLE sys.user_dependencies IS
  3075.   'Dependencies to and from a users objects'
  3076. *
  3077. COMMENT ON COLUMN sys.user_dependencies.name IS
  3078.   'Name of the object'
  3079. *
  3080. COMMENT ON COLUMN sys.user_dependencies.type IS
  3081.   'Type of the object'
  3082. *
  3083. COMMENT ON COLUMN sys.user_dependencies.referenced_owner IS
  3084.   'Owner of referenced object (remote owner if remote object)'
  3085. *
  3086. COMMENT ON COLUMN sys.user_dependencies.referenced_name IS
  3087.   'Name of referenced object'
  3088. *
  3089. COMMENT ON COLUMN sys.user_dependencies.referenced_type IS
  3090.   'Type of referenced object'
  3091. *
  3092. COMMENT ON COLUMN sys.user_dependencies.referenced_link_name IS
  3093.   '* Name of dblink if this is a remote object'
  3094. *
  3095.  
  3096. COMMENT ON TABLE sys.user_errors IS
  3097.   '* Current errors on stored objects owned by the user'
  3098. *
  3099. COMMENT ON COLUMN sys.user_errors.name IS
  3100.   'Name of the object'
  3101. *
  3102. COMMENT ON COLUMN sys.user_errors.type IS
  3103. 'Type of object: "VIEW", "PROCEDURE", "FUNCTION", "PACKAGE"
  3104.  or "PACKAGE BODY"'
  3105. *
  3106. COMMENT ON COLUMN sys.user_errors.sequence IS
  3107.   'Sequence number used for ordering purposes'
  3108. *
  3109. COMMENT ON COLUMN sys.user_errors.line IS
  3110.   'Line number at which this error occurs'
  3111. *
  3112. COMMENT ON COLUMN sys.user_errors.position IS
  3113.   'Position in the line at which this error occurs'
  3114. *
  3115. COMMENT ON COLUMN sys.user_errors.text IS
  3116.   'Text of the error'
  3117. *
  3118.  
  3119. COMMENT ON TABLE sys.user_extents IS
  3120.   '* Extents comprising segments owned by the user'
  3121. *
  3122. COMMENT ON COLUMN sys.user_extents.segment_name IS
  3123.   'Name of the segment associated with the extent'
  3124. *
  3125. COMMENT ON COLUMN sys.user_extents.segment_type IS
  3126.   'Type of the segment'
  3127. *
  3128. COMMENT ON COLUMN sys.user_extents.tablespace_name IS
  3129.   'Name of the tablespace containing the extent'
  3130. *
  3131. COMMENT ON COLUMN sys.user_extents.extent_id IS
  3132.   'Extent number in the segment'
  3133. *
  3134. COMMENT ON COLUMN sys.user_extents.bytes IS
  3135.   'Size of the extent in bytes'
  3136. *
  3137. COMMENT ON COLUMN sys.user_extents.blocks IS
  3138.   'Size of the extent in ORACLE blocks'
  3139. *
  3140.  
  3141. COMMENT ON TABLE sys.user_free_space IS
  3142.   '* Free extents in tablespaces accessible to the user'
  3143. *
  3144. COMMENT ON COLUMN sys.user_free_space.tablespace_name IS
  3145.   'Name of the tablespace containing the extent'
  3146. *
  3147. COMMENT ON COLUMN sys.user_free_space.file_id IS
  3148.   'ID number of the file containing the extent'
  3149. *
  3150. COMMENT ON COLUMN sys.user_free_space.block_id IS
  3151.   'Starting block number of the extent'
  3152. *
  3153. COMMENT ON COLUMN sys.user_free_space.bytes IS
  3154.   'Size of the extent in bytes'
  3155. *
  3156. COMMENT ON COLUMN sys.user_free_space.blocks IS
  3157.   'Size of the extent in ORACLE blocks'
  3158. *
  3159.  
  3160. COMMENT ON TABLE sys.user_indexes IS
  3161.   'Description of the user''s own indexes'
  3162. *
  3163. COMMENT ON COLUMN sys.user_indexes.index_name IS
  3164.   'Name of the index'
  3165. *
  3166. COMMENT ON COLUMN sys.user_indexes.table_owner IS
  3167.   'Owner of the indexed object'
  3168. *
  3169. COMMENT ON COLUMN sys.user_indexes.table_name IS
  3170.   'Name of the indexed object'
  3171. *
  3172. COMMENT ON COLUMN sys.user_indexes.table_type IS
  3173.   'Type of the indexed object'
  3174. *
  3175. COMMENT ON COLUMN sys.user_indexes.uniqueness IS
  3176.   'Uniqueness status of the index:  "UNIQUE" or "NONUNIQUE"'
  3177. *
  3178. COMMENT ON COLUMN sys.user_indexes.tablespace_name IS
  3179.   'Name of the tablespace containing the index'
  3180. *
  3181. COMMENT ON COLUMN sys.user_indexes.ini_trans IS
  3182.   '* Initial number of transactions'
  3183. *
  3184. COMMENT ON COLUMN sys.user_indexes.max_trans IS
  3185.   '* Maximum number of transactions'
  3186. *
  3187. COMMENT ON COLUMN sys.user_indexes.initial_extent IS
  3188.   '* Size of the initial extent in bytes'
  3189. *
  3190. COMMENT ON COLUMN sys.user_indexes.next_extent IS
  3191.   '* Size of secondary extents in bytes'
  3192. *
  3193. COMMENT ON COLUMN sys.user_indexes.min_extents IS
  3194.   '* Minimum number of extents allowed in the segment'
  3195. *
  3196. COMMENT ON COLUMN sys.user_indexes.max_extents IS
  3197.   '* Maximum number of extents allowed in the segment'
  3198. *
  3199. COMMENT ON COLUMN sys.user_indexes.pct_increase IS
  3200.   '* Percentage increase in extent size'
  3201. *
  3202. COMMENT ON COLUMN sys.user_indexes.pct_free IS
  3203.   '* Minimum percentage of free space in a block'
  3204. *
  3205. COMMENT ON COLUMN sys.user_indexes.blevel IS
  3206.   '* B-Tree level'
  3207. *
  3208. COMMENT ON COLUMN sys.user_indexes.leaf_blocks IS
  3209.   '* The number of leaf blocks in the index'
  3210. *
  3211. COMMENT ON COLUMN sys.user_indexes.distinct_keys IS
  3212.   'The number of distinct keys in the index'
  3213. *
  3214. COMMENT ON COLUMN sys.user_indexes.avg_leaf_blocks_per_key IS
  3215.   '* The average number of leaf blocks per key'
  3216. *
  3217. COMMENT ON COLUMN sys.user_indexes.avg_data_blocks_per_key IS
  3218.   '* The average number of data blocks per key'
  3219. *
  3220. COMMENT ON COLUMN sys.user_indexes.clustering_factor IS
  3221. '* A measurement of the amount of (dis)order of the table this index
  3222.  is for'
  3223. *
  3224. COMMENT ON COLUMN sys.user_indexes.status IS
  3225.   '* Whether index is in Direct Load State or not'
  3226. *
  3227.  
  3228. COMMENT ON TABLE sys.user_ind_columns IS
  3229.   'COLUMNs comprising user''s INDEXes or on user''s TABLES'
  3230. *
  3231. COMMENT ON COLUMN sys.user_ind_columns.index_name IS
  3232.   'Index name'
  3233. *
  3234. COMMENT ON COLUMN sys.user_ind_columns.table_name IS
  3235.   'Table or cluster name'
  3236. *
  3237. COMMENT ON COLUMN sys.user_ind_columns.column_name IS
  3238.   'Column name'
  3239. *
  3240. COMMENT ON COLUMN sys.user_ind_columns.column_position IS
  3241.   'Position of column within index'
  3242. *
  3243. COMMENT ON COLUMN sys.user_ind_columns.column_length IS
  3244.   'Indexed length of the column'
  3245. *
  3246.  
  3247. COMMENT ON TABLE sys.user_objects IS
  3248.   'Objects owned by the user'
  3249. *
  3250. COMMENT ON COLUMN sys.user_objects.object_name IS
  3251.   'Name of the object'
  3252. *
  3253. COMMENT ON COLUMN sys.user_objects.object_id IS
  3254.   'Object number of the object'
  3255. *
  3256. COMMENT ON COLUMN sys.user_objects.object_type IS
  3257.   'Type of the object'
  3258. *
  3259. COMMENT ON COLUMN sys.user_objects.created IS
  3260.   'Timestamp for the creation of the object'
  3261. *
  3262. COMMENT ON COLUMN sys.user_objects.last_ddl_time IS
  3263. 'Timestamp for the last DDL change (including GRANT and REVOKE)
  3264.  to the object'
  3265. *
  3266. COMMENT ON COLUMN sys.user_objects.timestamp IS
  3267.   'Timestamp for the specification of the object'
  3268. *
  3269. COMMENT ON COLUMN sys.user_objects.status IS
  3270.   'Status of the object'
  3271. *
  3272.  
  3273. COMMENT ON TABLE sys.user_object_size IS
  3274.   '* Sizes, in bytes, of various pl/sql objects'
  3275. *
  3276. COMMENT ON COLUMN sys.user_object_size.name IS
  3277.   'Name of the object'
  3278. *
  3279. COMMENT ON COLUMN sys.user_object_size.type IS
  3280. 'Type of the object: "TABLE", "VIEW", "SYNONYM", "SEQUENCE", "PROCEDURE",
  3281.  "FUNCTION", "PACKAGE" or "PACKAGE BODY"'
  3282. *
  3283. COMMENT ON COLUMN sys.user_object_size.source_size IS
  3284. 'Size of the source, in bytes.  Must be in memory during compilation, or
  3285.  dynamic recompilation'
  3286. *
  3287. COMMENT ON COLUMN sys.user_object_size.parsed_size IS
  3288. 'Size of the parsed form of the object, in bytes. Must be in memory when
  3289.  an object is being compiled that references this object'
  3290. *
  3291. COMMENT ON COLUMN sys.user_object_size.code_size IS
  3292.   'Code size, in bytes.  Must be in memory when this object is executing'
  3293. *
  3294. COMMENT ON COLUMN sys.user_object_size.error_size IS
  3295. 'Size of error messages, in bytes.  In memory during the compilation of
  3296.  the object when there are compilation errors'
  3297. *
  3298.  
  3299. COMMENT ON TABLE sys.user_obj_audit_opts IS
  3300.   'Auditing options for user''s own tables and views'
  3301. *
  3302. COMMENT ON COLUMN sys.user_obj_audit_opts.object_name IS
  3303.   'Name of the object'
  3304. *
  3305. COMMENT ON COLUMN sys.user_obj_audit_opts.object_type IS
  3306.   'Type of the object:  "TABLE" or "VIEW"'
  3307. *
  3308. COMMENT ON COLUMN sys.user_obj_audit_opts.alt IS
  3309.   'Auditing ALTER WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3310. *
  3311. COMMENT ON COLUMN sys.user_obj_audit_opts.aud IS
  3312.   'Auditing AUDIT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3313. *
  3314. COMMENT ON COLUMN sys.user_obj_audit_opts.com IS
  3315.   'Auditing COMMENT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3316. *
  3317. COMMENT ON COLUMN sys.user_obj_audit_opts.del IS
  3318.   'Auditing DELETE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3319. *
  3320. COMMENT ON COLUMN sys.user_obj_audit_opts.gra IS
  3321.   'Auditing GRANT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3322. *
  3323. COMMENT ON COLUMN sys.user_obj_audit_opts.ind IS
  3324.   'Auditing INDEX WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3325. *
  3326. COMMENT ON COLUMN sys.user_obj_audit_opts.ins IS
  3327.   'Auditing INSERT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3328. *
  3329. COMMENT ON COLUMN sys.user_obj_audit_opts.loc IS
  3330.   'Auditing LOCK WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3331. *
  3332. COMMENT ON COLUMN sys.user_obj_audit_opts.ren IS
  3333.   'Auditing RENAME WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3334. *
  3335. COMMENT ON COLUMN sys.user_obj_audit_opts.sel IS
  3336.   'Auditing SELECT WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3337. *
  3338. COMMENT ON COLUMN sys.user_obj_audit_opts.upd IS
  3339.   'Auditing UPDATE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3340. *
  3341. COMMENT ON COLUMN sys.user_obj_audit_opts.ref IS
  3342.   'Auditing REFERENCES WHENEVER SUCCESSFUL / UNSUCCESSFUL (no used)'
  3343. *
  3344. COMMENT ON COLUMN sys.user_obj_audit_opts.exe IS
  3345.   'Auditing EXECUTE WHENEVER SUCCESSFUL / UNSUCCESSFUL'
  3346. *
  3347.  
  3348. COMMENT ON TABLE sys.user_resource_limits IS
  3349.   '* Display resource limit of the user'
  3350. *
  3351. COMMENT ON COLUMN sys.user_resource_limits.resource_name IS
  3352.   'Resource name'
  3353. *
  3354. COMMENT ON COLUMN sys.user_resource_limits.limit IS
  3355.   'Limit placed on this resource'
  3356. *
  3357.  
  3358. COMMENT ON TABLE sys.user_role_privs IS
  3359.   '* Roles granted to current user'
  3360. *
  3361. COMMENT ON COLUMN sys.user_role_privs.username IS
  3362.   'User Name or PUBLIC'
  3363. *
  3364. COMMENT ON COLUMN sys.user_role_privs.granted_role IS
  3365.   'Granted role name'
  3366. *
  3367. COMMENT ON COLUMN sys.user_role_privs.admin_option IS
  3368.   'Grant was with the ADMIN option'
  3369. *
  3370. COMMENT ON COLUMN sys.user_role_privs.default_role IS
  3371.   'Role is designated as a DEFAULT ROLE for the user'
  3372. *
  3373. COMMENT ON COLUMN sys.user_role_privs.os_granted IS
  3374.   'Role is granted via the operating system (using OS_ROLES = TRUE)'
  3375. *
  3376.  
  3377. COMMENT ON TABLE sys.user_segments IS
  3378.   'Storage allocated for all database segments'
  3379. *
  3380. COMMENT ON COLUMN sys.user_segments.segment_name IS
  3381.   'Name, if any, of the segment'
  3382. *
  3383. COMMENT ON COLUMN sys.user_segments.segment_type IS
  3384. 'Type of segment:  "TABLE", "CLUSTER", "INDEX", "ROLLBACK",
  3385.  "DEFERRED ROLLBACK", "TEMPORARY", or "CACHE"'
  3386. *
  3387. COMMENT ON COLUMN sys.user_segments.tablespace_name IS
  3388.   'Name of the tablespace containing the segment'
  3389. *
  3390. COMMENT ON COLUMN sys.user_segments.bytes IS
  3391.   '* Size, in bytes, of the segment'
  3392. *
  3393. COMMENT ON COLUMN sys.user_segments.blocks IS
  3394.   '* Size, in Oracle blocks, of the segment'
  3395. *
  3396. COMMENT ON COLUMN sys.user_segments.extents IS
  3397.   '* Number of extents allocated to the segment'
  3398. *
  3399. COMMENT ON COLUMN sys.user_segments.initial_extent IS
  3400.   '* Size, in Oracle blocks, of the initial extent of the segment'
  3401. *
  3402. COMMENT ON COLUMN sys.user_segments.next_extent IS
  3403. '* Size, in Oracle blocks, of the next extent to be allocated to
  3404.  the segment'
  3405. *
  3406. COMMENT ON COLUMN sys.user_segments.min_extents IS
  3407.   '* Minimum number of extents allowed in the segment'
  3408. *
  3409. COMMENT ON COLUMN sys.user_segments.max_extents IS
  3410.   '* Maximum number of extents allowed in the segment'
  3411. *
  3412. COMMENT ON COLUMN sys.user_segments.pct_increase IS
  3413. '* Percent by which to increase the size of the next extent to
  3414.  be allocated'
  3415. *
  3416. COMMENT ON COLUMN sys.user_segments.freelists IS
  3417.   '* Number of process freelists allocated to this segment'
  3418. *
  3419. COMMENT ON COLUMN sys.user_segments.freelist_groups IS
  3420.   '* Number of freelist groups allocated to this segment'
  3421. *
  3422.  
  3423. COMMENT ON TABLE sys.user_sequences IS
  3424.   'Description of the user''s own SEQUENCEs'
  3425. *
  3426. COMMENT ON COLUMN sys.user_sequences.sequence_name IS
  3427.   'SEQUENCE name'
  3428. *
  3429. COMMENT ON COLUMN sys.user_sequences.min_value IS
  3430.   'Minimum value of the sequence'
  3431. *
  3432. COMMENT ON COLUMN sys.user_sequences.max_value IS
  3433.   'Maximum value of the sequence'
  3434. *
  3435. COMMENT ON COLUMN sys.user_sequences.increment_by IS
  3436.   'Value by which sequence is incremented'
  3437. *
  3438. COMMENT ON COLUMN sys.user_sequences.cycle_flag IS
  3439.   'Does sequence wrap around on reaching limit?'
  3440. *
  3441. COMMENT ON COLUMN sys.user_sequences.order_flag IS
  3442.   'Are sequence numbers generated in order?'
  3443. *
  3444. COMMENT ON COLUMN sys.user_sequences.cache_size IS
  3445.   'Number of sequence numbers to cache'
  3446. *
  3447. COMMENT ON COLUMN sys.user_sequences.last_number IS
  3448.   'Last sequence number written to disk'
  3449. *
  3450.  
  3451. COMMENT ON TABLE sys.user_snapshots IS
  3452.   'Snapshots the user can look at'
  3453. *
  3454. COMMENT ON COLUMN sys.user_snapshots.owner IS
  3455.   'Owner of the snapshot'
  3456. *
  3457. COMMENT ON COLUMN sys.user_snapshots.name IS
  3458.   'The view used by users and applications for viewing the snapshot'
  3459. *
  3460. COMMENT ON COLUMN sys.user_snapshots.table_name IS
  3461. '* Table the snapshot is stored in -- has an extra column for the
  3462.  master rowid'
  3463. *
  3464. COMMENT ON COLUMN sys.user_snapshots.master_view IS
  3465. '* View of the master table, owned by the snapshot owner, used for
  3466.  refreshes'
  3467. *
  3468. COMMENT ON COLUMN sys.user_snapshots.master_owner IS
  3469.   '* Owner of the master table'
  3470. *
  3471. COMMENT ON COLUMN sys.user_snapshots.master IS
  3472.   '* Name of the master table that this snapshot is a copy of'
  3473. *
  3474. COMMENT ON COLUMN sys.user_snapshots.master_link IS
  3475.   '* Database link name to the master site'
  3476. *
  3477. COMMENT ON COLUMN sys.user_snapshots.can_use_log IS
  3478.   'If NO, this snapshot is complex and will never use a log'
  3479. *
  3480. COMMENT ON COLUMN sys.user_snapshots.last_refresh IS
  3481.   '* SYSDATE from the master site at the time of the last refresh'
  3482. *
  3483. COMMENT ON COLUMN sys.user_snapshots.error IS
  3484.   '* The error returned last time an automatic refresh was attempted'
  3485. *
  3486. COMMENT ON COLUMN sys.user_snapshots.type IS
  3487.   '* The type of refresh (complete,fast,force) for all automatic refreshes'
  3488. *
  3489. COMMENT ON COLUMN sys.user_snapshots.next IS
  3490.   '* The date function used to compute next refresh dates'
  3491. *
  3492. COMMENT ON COLUMN sys.user_snapshots.start_with IS
  3493.   '* The date function used to compute next refresh dates'
  3494. *
  3495. COMMENT ON COLUMN sys.user_snapshots.query IS
  3496.   'The original query that this snapshot is an instantiation of'
  3497. *
  3498.  
  3499. COMMENT ON TABLE sys.user_snapshot_logs IS
  3500.   'All snapshot logs owned by the user'
  3501. *
  3502. COMMENT ON COLUMN sys.user_snapshot_logs.log_owner IS
  3503.   'Owner of the snapshot log'
  3504. *
  3505. COMMENT ON COLUMN sys.user_snapshot_logs.master IS
  3506.   'Name of the master table which the log logs changes of'
  3507. *
  3508. COMMENT ON COLUMN sys.user_snapshot_logs.log_table IS
  3509. 'Log table; holds rowids and timestamps of rows which changed in the
  3510.  master'
  3511. *
  3512. COMMENT ON COLUMN sys.user_snapshot_logs.log_trigger IS
  3513.   '* Trigger on master table; fills the snapshot log'
  3514. *
  3515. COMMENT ON COLUMN sys.user_snapshot_logs.current_snapshots IS
  3516.   '* Dates that all known simple snapshots last refreshed'
  3517. *
  3518.  
  3519. COMMENT ON TABLE sys.user_source IS
  3520.   '* Source of stored objects accessible to the user'
  3521. *
  3522. COMMENT ON COLUMN sys.user_source.name IS
  3523.   'Name of the object'
  3524. *
  3525. COMMENT ON COLUMN sys.user_source.type IS
  3526.   'Type of the object: "PROCEDURE", "FUNCTION", "PACKAGE" or "PACKAGE BODY"'
  3527. *
  3528. COMMENT ON COLUMN sys.user_source.line IS
  3529.   'Line number of this line of source'
  3530. *
  3531. COMMENT ON COLUMN sys.user_source.text IS
  3532.   'Source text'
  3533. *
  3534.  
  3535. COMMENT ON TABLE sys.user_synonyms IS
  3536.   'The user''s private synonyms'
  3537. *
  3538. COMMENT ON COLUMN sys.user_synonyms.synonym_name IS
  3539.   'Name of the synonym'
  3540. *
  3541. COMMENT ON COLUMN sys.user_synonyms.table_owner IS
  3542.   'Owner of the object referenced by the synonym'
  3543. *
  3544. COMMENT ON COLUMN sys.user_synonyms.table_name IS
  3545.   'Name of the object referenced by the synonym'
  3546. *
  3547. COMMENT ON COLUMN sys.user_synonyms.db_link IS
  3548.   '* Database link referenced in a remote synonym'
  3549. *
  3550.  
  3551. COMMENT ON TABLE sys.user_sys_privs IS
  3552.   '* System privileges granted to current user'
  3553. *
  3554. COMMENT ON COLUMN sys.user_sys_privs.username IS
  3555.   'User Name or PUBLIC'
  3556. *
  3557. COMMENT ON COLUMN sys.user_sys_privs.privilege IS
  3558.   'System privilege'
  3559. *
  3560. COMMENT ON COLUMN sys.user_sys_privs.admin_option IS
  3561.   'Grant was with the ADMIN option'
  3562. *
  3563.  
  3564. COMMENT ON TABLE sys.user_tables IS
  3565.   'Description of the user''s own tables'
  3566. *
  3567. COMMENT ON COLUMN sys.user_tables.table_name IS
  3568.   'Name of the table'
  3569. *
  3570. COMMENT ON COLUMN sys.user_tables.tablespace_name IS
  3571.   'Name of the tablespace containing the table'
  3572. *
  3573. COMMENT ON COLUMN sys.user_tables.cluster_name IS
  3574.   '* Name of the cluster, if any, to which the table belongs'
  3575. *
  3576. COMMENT ON COLUMN sys.user_tables.pct_free IS
  3577.   '* Minimum percentage of free space in a block'
  3578. *
  3579. COMMENT ON COLUMN sys.user_tables.pct_used IS
  3580.   '* Minimum percentage of used space in a block'
  3581. *
  3582. COMMENT ON COLUMN sys.user_tables.ini_trans IS
  3583.   '* Initial number of transactions'
  3584. *
  3585. COMMENT ON COLUMN sys.user_tables.max_trans IS
  3586.   '* Maximum number of transactions'
  3587. *
  3588. COMMENT ON COLUMN sys.user_tables.initial_extent IS
  3589.   '* Size of the initial extent in bytes'
  3590. *
  3591. COMMENT ON COLUMN sys.user_tables.next_extent IS
  3592.   '* Size of secondary extents in bytes'
  3593. *
  3594. COMMENT ON COLUMN sys.user_tables.min_extents IS
  3595.   '* Minimum number of extents allowed in the segment'
  3596. *
  3597. COMMENT ON COLUMN sys.user_tables.max_extents IS
  3598.   '* Maximum number of extents allowed in the segment'
  3599. *
  3600. COMMENT ON COLUMN sys.user_tables.pct_increase IS
  3601.   '* Percentage increase in extent size'
  3602. *
  3603. COMMENT ON COLUMN sys.user_tables.backed_up IS
  3604.   '* Has table been backed up since last modification?'
  3605. *
  3606. COMMENT ON COLUMN sys.user_tables.num_rows IS
  3607.   '* The number of rows in the table'
  3608. *
  3609. COMMENT ON COLUMN sys.user_tables.blocks IS
  3610.   '* The number of used blocks in the table'
  3611. *
  3612. COMMENT ON COLUMN sys.user_tables.empty_blocks IS
  3613.   '* The number of empty (never used) blocks in the table'
  3614. *
  3615. COMMENT ON COLUMN sys.user_tables.avg_space IS
  3616.   '* The average available free space in the table'
  3617. *
  3618. COMMENT ON COLUMN sys.user_tables.chain_cnt IS
  3619.   '* The number of chained rows in the table'
  3620. *
  3621. COMMENT ON COLUMN sys.user_tables.avg_row_len IS
  3622.   '* The average row length, including row overhead'
  3623. *
  3624.  
  3625. COMMENT ON TABLE sys.user_tablespaces IS
  3626.   '* Description of accessible tablespaces'
  3627. *
  3628. COMMENT ON COLUMN sys.user_tablespaces.tablespace_name IS
  3629.   'Tablespace name'
  3630. *
  3631. COMMENT ON COLUMN sys.user_tablespaces.initial_extent IS
  3632.   'Default initial extent size'
  3633. *
  3634. COMMENT ON COLUMN sys.user_tablespaces.next_extent IS
  3635.   'Default incremental extent size'
  3636. *
  3637. COMMENT ON COLUMN sys.user_tablespaces.min_extents IS
  3638.   'Default minimum number of extents'
  3639. *
  3640. COMMENT ON COLUMN sys.user_tablespaces.max_extents IS
  3641.   'Default maximum number of extents'
  3642. *
  3643. COMMENT ON COLUMN sys.user_tablespaces.pct_increase IS
  3644.   'Default percent increase for extent size'
  3645. *
  3646. COMMENT ON COLUMN sys.user_tablespaces.status IS
  3647.   'Tablespace status: "ONLINE" or "OFFLINE"'
  3648. *
  3649.  
  3650. COMMENT ON TABLE sys.user_tab_columns IS
  3651.   'Columns of user''s tables, views and clusters'
  3652. *
  3653. COMMENT ON COLUMN sys.user_tab_columns.table_name IS
  3654.   'Table, view or cluster name'
  3655. *
  3656. COMMENT ON COLUMN sys.user_tab_columns.column_name IS
  3657.   'Column name'
  3658. *
  3659. COMMENT ON COLUMN sys.user_tab_columns.data_type IS
  3660.   'Datatype of the column'
  3661. *
  3662. COMMENT ON COLUMN sys.user_tab_columns.data_length IS
  3663.   'Length of the column in bytes'
  3664. *
  3665. COMMENT ON COLUMN sys.user_tab_columns.data_precision IS
  3666.   'Length: decimal digits (NUMBER) or binary digits (FLOAT)'
  3667. *
  3668. COMMENT ON COLUMN sys.user_tab_columns.data_scale IS
  3669.   'Digits to right of decimal point in a number'
  3670. *
  3671. COMMENT ON COLUMN sys.user_tab_columns.nullable IS
  3672.   'Does column allow NULL values?'
  3673. *
  3674. COMMENT ON COLUMN sys.user_tab_columns.column_id IS
  3675.   'Sequence number of the column as created'
  3676. *
  3677. COMMENT ON COLUMN sys.user_tab_columns.default_length IS
  3678.   'Length of default value for the column'
  3679. *
  3680. COMMENT ON COLUMN sys.user_tab_columns.data_default IS
  3681.   'Default value for the column'
  3682. *
  3683. COMMENT ON COLUMN sys.user_tab_columns.num_distinct IS
  3684.   'The number of distinct values for the column'
  3685. *
  3686. COMMENT ON COLUMN sys.user_tab_columns.low_value IS
  3687.   '* The second smallest value for the column'
  3688. *
  3689. COMMENT ON COLUMN sys.user_tab_columns.high_value IS
  3690.   '* The second highest value for the column'
  3691. *
  3692. COMMENT ON COLUMN sys.user_tab_columns.density IS
  3693.   '* The density of the column'
  3694. *
  3695.  
  3696. COMMENT ON TABLE sys.user_tab_comments IS
  3697.   'Comments on the tables and views owned by the user'
  3698. *
  3699. COMMENT ON COLUMN sys.user_tab_comments.table_name IS
  3700.   'Name of the object'
  3701. *
  3702. COMMENT ON COLUMN sys.user_tab_comments.table_type IS
  3703.   'Type of the object:  "TABLE" or "VIEW"'
  3704. *
  3705. COMMENT ON COLUMN sys.user_tab_comments.comments IS
  3706.   'Comment on the object'
  3707. *
  3708.  
  3709. COMMENT ON TABLE sys.user_tab_privs IS
  3710.   'Grants on objects for which the user is the owner, grantor or grantee'
  3711. *
  3712. COMMENT ON COLUMN sys.user_tab_privs.grantee IS
  3713.   'Name of the user to whom access was granted'
  3714. *
  3715. COMMENT ON COLUMN sys.user_tab_privs.owner IS
  3716.   'Owner of the object'
  3717. *
  3718. COMMENT ON COLUMN sys.user_tab_privs.table_name IS
  3719.   'Name of the object'
  3720. *
  3721. COMMENT ON COLUMN sys.user_tab_privs.grantor IS
  3722.   'Name of the user who performed the grant'
  3723. *
  3724. COMMENT ON COLUMN sys.user_tab_privs.privilege IS
  3725.   'Table Privilege'
  3726. *
  3727. COMMENT ON COLUMN sys.user_tab_privs.grantable IS
  3728.   'Privilege is grantable'
  3729. *
  3730.  
  3731. COMMENT ON TABLE sys.user_tab_privs_made IS
  3732.   'All grants on objects owned by the user'
  3733. *
  3734. COMMENT ON COLUMN sys.user_tab_privs_made.grantee IS
  3735.   'Name of the user to whom access was granted'
  3736. *
  3737. COMMENT ON COLUMN sys.user_tab_privs_made.table_name IS
  3738.   'Name of the object'
  3739. *
  3740. COMMENT ON COLUMN sys.user_tab_privs_made.grantor IS
  3741.   'Name of the user who performed the grant'
  3742. *
  3743. COMMENT ON COLUMN sys.user_tab_privs_made.privilege IS
  3744.   'Table Privilege'
  3745. *
  3746. COMMENT ON COLUMN sys.user_tab_privs_made.grantable IS
  3747.   'Privilege is grantable'
  3748. *
  3749.  
  3750. COMMENT ON TABLE sys.user_tab_privs_recd IS
  3751.   'Grants on objects for which the user is the grantee'
  3752. *
  3753. COMMENT ON COLUMN sys.user_tab_privs_recd.owner IS
  3754.   'Owner of the object'
  3755. *
  3756. COMMENT ON COLUMN sys.user_tab_privs_recd.table_name IS
  3757.   'Name of the object'
  3758. *
  3759. COMMENT ON COLUMN sys.user_tab_privs_recd.grantor IS
  3760.   'Name of the user who performed the grant'
  3761. *
  3762. COMMENT ON COLUMN sys.user_tab_privs_recd.privilege IS
  3763.   'Table Privilege'
  3764. *
  3765. COMMENT ON COLUMN sys.user_tab_privs_recd.grantable IS
  3766.   'Privilege is grantable'
  3767. *
  3768.  
  3769. COMMENT ON TABLE sys.user_triggers IS
  3770.   'Triggers owned by the user'
  3771. *
  3772. COMMENT ON COLUMN sys.user_triggers.trigger_name IS
  3773.   'Name of the trigger'
  3774. *
  3775. COMMENT ON COLUMN sys.user_triggers.trigger_type IS
  3776.   'Type of the trigger (when it fires) - BEFORE/AFTER and STATEMENT/ROW'
  3777. *
  3778. COMMENT ON COLUMN sys.user_triggers.triggering_event IS
  3779.   'Statement that will fire the trigger - INSERT, UPDATE and/or DELETE'
  3780. *
  3781. COMMENT ON COLUMN sys.user_triggers.table_owner IS
  3782.   'Owner of the table that this trigger is associated with'
  3783. *
  3784. COMMENT ON COLUMN sys.user_triggers.table_name IS
  3785.   'Name of the table that this trigger is associated with'
  3786. *
  3787. COMMENT ON COLUMN sys.user_triggers.referencing_names IS
  3788.   '* Names used for referencing to OLD and NEW values within the trigger'
  3789. *
  3790. COMMENT ON COLUMN sys.user_triggers.when_clause IS
  3791. '* WHEN clause must evaluate to true in order for triggering body
  3792.  to execute'
  3793. *
  3794. COMMENT ON COLUMN sys.user_triggers.status IS
  3795.   'If DISABLED then trigger will not fire'
  3796. *
  3797. COMMENT ON COLUMN sys.user_triggers.description IS
  3798.   'Trigger description, useful for re-creating trigger creation statement'
  3799. *
  3800. COMMENT ON COLUMN sys.user_triggers.trigger_body IS
  3801.   '* Action taken by this trigger when it fires'
  3802. *
  3803.  
  3804. COMMENT ON TABLE sys.user_trigger_cols IS
  3805.   '* Column usage in user''s triggers'
  3806. *
  3807. COMMENT ON COLUMN sys.user_trigger_cols.trigger_owner IS
  3808.   'Owner of the trigger'
  3809. *
  3810. COMMENT ON COLUMN sys.user_trigger_cols.trigger_name IS
  3811.   'Name of the trigger'
  3812. *
  3813. COMMENT ON COLUMN sys.user_trigger_cols.table_owner IS
  3814.   'Owner of the table'
  3815. *
  3816. COMMENT ON COLUMN sys.user_trigger_cols.table_name IS
  3817.   'Name of the table on which the trigger is defined'
  3818. *
  3819. COMMENT ON COLUMN sys.user_trigger_cols.column_name IS
  3820.   'Name of the column used in trigger definition'
  3821. *
  3822. COMMENT ON COLUMN sys.user_trigger_cols.column_list IS
  3823.   'Is column specified in UPDATE OF clause?'
  3824. *
  3825. COMMENT ON COLUMN sys.user_trigger_cols.column_usage IS
  3826.   'Usage of column within trigger body'
  3827. *
  3828.  
  3829. COMMENT ON TABLE sys.user_ts_quotas IS
  3830.   '* Tablespace quotas for the user'
  3831. *
  3832. COMMENT ON COLUMN sys.user_ts_quotas.tablespace_name IS
  3833.   'Tablespace name'
  3834. *
  3835. COMMENT ON COLUMN sys.user_ts_quotas.bytes IS
  3836.   'Number of bytes charged to the user'
  3837. *
  3838. COMMENT ON COLUMN sys.user_ts_quotas.max_bytes IS
  3839.   'User''s quota in bytes.  NULL if no limit'
  3840. *
  3841. COMMENT ON COLUMN sys.user_ts_quotas.blocks IS
  3842.   'Number of ORACLE blocks charged to the user'
  3843. *
  3844. COMMENT ON COLUMN sys.user_ts_quotas.max_blocks IS
  3845.   'User''s quota in ORACLE blocks.  NULL if no limit'
  3846. *
  3847.  
  3848. COMMENT ON TABLE sys.user_users IS
  3849.   'Information about the current user'
  3850. *
  3851. COMMENT ON COLUMN sys.user_users.username IS
  3852.   'Name of the user'
  3853. *
  3854. COMMENT ON COLUMN sys.user_users.user_id IS
  3855.   'ID number of the user'
  3856. *
  3857. COMMENT ON COLUMN sys.user_users.default_tablespace IS
  3858.   'Default tablespace for data'
  3859. *
  3860. COMMENT ON COLUMN sys.user_users.temporary_tablespace IS
  3861.   'Default tablespace for temporary tables'
  3862. *
  3863. COMMENT ON COLUMN sys.user_users.created IS
  3864.   'User creation date'
  3865. *
  3866.  
  3867. COMMENT ON TABLE sys.user_views IS
  3868.   'Text of views owned by the user'
  3869. *
  3870. COMMENT ON COLUMN sys.user_views.view_name IS
  3871.   'Name of the view'
  3872. *
  3873. COMMENT ON COLUMN sys.user_views.text_length IS
  3874.   'Length of the view text'
  3875. *
  3876. COMMENT ON COLUMN sys.user_views.text IS
  3877.   'View text'
  3878. *
  3879.  
  3880. COMMENT ON TABLE sys.audit_actions IS
  3881. 'Description table for audit trail action type codes. Maps action type
  3882.  numbers to action type names'
  3883. *
  3884. COMMENT ON COLUMN sys.audit_actions.action IS
  3885.   'Numeric audit trail action type code'
  3886. *
  3887. COMMENT ON COLUMN sys.audit_actions.name IS
  3888.   'Name of the type of audit trail action'
  3889. *
  3890.  
  3891. COMMENT ON TABLE sys.dictionary IS
  3892.   'Description of data dictionary tables and views'
  3893. *
  3894. COMMENT ON COLUMN sys.dictionary.table_name IS
  3895.   'Name of the object'
  3896. *
  3897. COMMENT ON COLUMN sys.dictionary.comments IS
  3898.   'Text comment on the object'
  3899. *
  3900.  
  3901. COMMENT ON TABLE sys.dict_columns IS
  3902.   'Description of columns in data dictionary tables and views'
  3903. *
  3904. COMMENT ON COLUMN sys.dict_columns.table_name IS
  3905.   'Name of the object that contains the column'
  3906. *
  3907. COMMENT ON COLUMN sys.dict_columns.column_name IS
  3908.   'Name of the column'
  3909. *
  3910. COMMENT ON COLUMN sys.dict_columns.comments IS
  3911.   'Text comment on the object'
  3912. *
  3913.  
  3914. COMMENT ON TABLE sys.global_name IS
  3915.   'Global database name'
  3916. *
  3917. COMMENT ON COLUMN sys.global_name.global_name IS
  3918.   'Global name of the database'
  3919. *
  3920.  
  3921. COMMENT ON TABLE sys.resource_cost IS
  3922.   '* Cost for each resource'
  3923. *
  3924. COMMENT ON COLUMN sys.resource_cost.resource_name IS
  3925.   'Name of the resource'
  3926. *
  3927. COMMENT ON COLUMN sys.resource_cost.unit_cost IS
  3928.   'Cost of the resource'
  3929. *
  3930.  
  3931. COMMENT ON TABLE sys.role_role_privs IS
  3932.   '* Roles which are granted to roles'
  3933. *
  3934. COMMENT ON COLUMN sys.role_role_privs.role IS
  3935.   'Name of the role'
  3936. *
  3937. COMMENT ON COLUMN sys.role_role_privs.granted_role IS
  3938.   'Role that was granted'
  3939. *
  3940. COMMENT ON COLUMN sys.role_role_privs.admin_option IS
  3941.   'Signifies that the role was granted with ADMIN option'
  3942. *
  3943.  
  3944. COMMENT ON TABLE sys.role_sys_privs IS
  3945.   '* System privileges granted to roles'
  3946. *
  3947. COMMENT ON COLUMN sys.role_sys_privs.role IS
  3948.   'Name of the role'
  3949. *
  3950. COMMENT ON COLUMN sys.role_sys_privs.privilege IS
  3951.   'System privilege granted to the role'
  3952. *
  3953. COMMENT ON COLUMN sys.role_sys_privs.admin_option IS
  3954.   'Signifies the grant was with the ADMIN option'
  3955. *
  3956.  
  3957. COMMENT ON TABLE sys.role_tab_privs IS
  3958.   '* Table privileges granted to roles'
  3959. *
  3960. COMMENT ON COLUMN sys.role_tab_privs.role IS
  3961.   'Name of the role'
  3962. *
  3963. COMMENT ON COLUMN sys.role_tab_privs.owner IS
  3964.   'Owner of the object'
  3965. *
  3966. COMMENT ON COLUMN sys.role_tab_privs.table_name IS
  3967.   'Name of the object'
  3968. *
  3969. COMMENT ON COLUMN sys.role_tab_privs.column_name IS
  3970.   'Name of the column, if applicable'
  3971. *
  3972. COMMENT ON COLUMN sys.role_tab_privs.privilege IS
  3973.   'Object privilege granted to the role'
  3974. *
  3975. COMMENT ON COLUMN sys.role_tab_privs.grantable IS
  3976.   'YES if the role was granted with ADMIN OPTION, otherwise NO'
  3977. *
  3978.  
  3979. COMMENT ON TABLE sys.session_privs IS
  3980.   '* Privileges which the user currently has set'
  3981. *
  3982. COMMENT ON COLUMN sys.session_privs.privilege IS
  3983.   'Name of the privilege'
  3984. *
  3985.  
  3986. COMMENT ON TABLE sys.session_roles IS
  3987.   '* Roles which the user currently has enabled.'
  3988. *
  3989. COMMENT ON COLUMN sys.session_roles.role IS
  3990.   'Name of the role'
  3991. *
  3992.  
  3993. COMMENT ON TABLE sys.column_privileges IS
  3994. 'Grants on columns for which the user is the grantor, grantee, owner, or
  3995.  an enabled role or PUBLIC is the grantee'
  3996. *
  3997. COMMENT ON COLUMN sys.column_privileges.grantee IS
  3998.   'Name of the user to whom access is granted'
  3999. *
  4000. COMMENT ON COLUMN sys.column_privileges.owner IS
  4001.   'Username of the object''s owner'
  4002. *
  4003. COMMENT ON COLUMN sys.column_privileges.table_name IS
  4004.   'Name of the object'
  4005. *
  4006. COMMENT ON COLUMN sys.column_privileges.column_name IS
  4007.   'Name of the column'
  4008. *
  4009. COMMENT ON COLUMN sys.column_privileges.grantor IS
  4010.   'Name of the user who performed the grant'
  4011. *
  4012. COMMENT ON COLUMN sys.column_privileges.insert_priv IS
  4013.   'Permission to insert into the column'
  4014. *
  4015. COMMENT ON COLUMN sys.column_privileges.update_priv IS
  4016.   'Permission to update the column'
  4017. *
  4018. COMMENT ON COLUMN sys.column_privileges.references_priv IS
  4019.   'Permission to reference the column'
  4020. *
  4021. COMMENT ON COLUMN sys.column_privileges.created IS
  4022.   'Timestamp for the grant'
  4023. *
  4024.  
  4025. COMMENT ON TABLE sys.table_privileges IS
  4026. 'Grants on objects for which the user is the grantor, grantee, owner,
  4027.  or an enabled role or PUBLIC is the grantee'
  4028. *
  4029. COMMENT ON COLUMN sys.table_privileges.grantee IS
  4030.   'Name of the user to whom access is granted'
  4031. *
  4032. COMMENT ON COLUMN sys.table_privileges.owner IS
  4033.   'Owner of the object'
  4034. *
  4035. COMMENT ON COLUMN sys.table_privileges.table_name IS
  4036.   'Name of the object'
  4037. *
  4038. COMMENT ON COLUMN sys.table_privileges.grantor IS
  4039.   'Name of the user who performed the grant'
  4040. *
  4041. COMMENT ON COLUMN sys.table_privileges.select_priv IS
  4042.   'Permission to select from the object'
  4043. *
  4044. COMMENT ON COLUMN sys.table_privileges.insert_priv IS
  4045.   'Permission to insert into the object'
  4046. *
  4047. COMMENT ON COLUMN sys.table_privileges.delete_priv IS
  4048.   'Permission to delete from the object'
  4049. *
  4050. COMMENT ON COLUMN sys.table_privileges.update_priv IS
  4051.   'Permission to update the object'
  4052. *
  4053. COMMENT ON COLUMN sys.table_privileges.references_priv IS
  4054.   'Permission to reference the object'
  4055. *
  4056. COMMENT ON COLUMN sys.table_privileges.alter_priv IS
  4057.   'Permission to alter the object'
  4058. *
  4059. COMMENT ON COLUMN sys.table_privileges.index_priv IS
  4060.   'Permission to create or drop an index on the object'
  4061. *
  4062. COMMENT ON COLUMN sys.table_privileges.created IS
  4063.   'Timestamp for the grant'
  4064. *
  4065.  
  4066. COMMENT ON TABLE sys.public_dependency IS
  4067.   'Dependencies to and from objects, by object number'
  4068. *
  4069. COMMENT ON COLUMN sys.public_dependency.object_id IS
  4070.   'Object number'
  4071. *
  4072. COMMENT ON COLUMN sys.public_dependency.referenced_object_id IS
  4073.   'Referenced object (the parent object)'
  4074. *
  4075.  
  4076. SQLMODE ADABAS
  4077. *
  4078. USE USER &u
  4079. *
  4080. END INIT SERVERDB
  4081. *
  4082.