C Data Dictionary
The Oracle Database Gateway for Sybase translates a query that refers to an Oracle database data dictionary table into a query that retrieves the data from Sybase system tables. You perform queries on data dictionary tables over the database link in the same way you query data dictionary tables in the Oracle database. The gateway data dictionary is similar to the Oracle database data dictionary in appearance and use.
Topics:
Sybase System Tables
Sybase data dictionary information is stored in the Sybase database as Sybase system tables. All Sybase system tables have names prefixed with "sys". The Sybase system tables define the structure of a database. When you change data definitions, Sybase reads and modifies the Sybase system tables to add information about the user tables.
Accessing the Gateway Data Dictionary
Accessing a gateway data dictionary table or view is identical to accessing a data dictionary in an Oracle database. You issue a SQL SELECT
statement specifying a database link. The Oracle database data dictionary view and column names are used to access the gateway data dictionary in an Oracle database. Synonyms of supported views are also acceptable. For example, the following statement queries the data dictionary table ALL_CATALOG
to retrieve all table names in the Sybase database:
SQL> SELECT * FROM "ALL_CATALOG"@SYBS;
When a data dictionary access query is issued, the gateway:
Direct Queries to Sybase Tables
Queries issued directly to individual Sybase system tables are allowed but they return different results because the Sybase system table column names differ from those of the data dictionary view. Also, certain columns in an Sybase system table cannot be used in data dictionary processing.
Supported Views and Tables
Supported Views and Tables | Supported Views and Tables |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No other Oracle database data dictionary tables or views are supported. If you use a view not on the list, you receive the Oracle database error code for no more rows available.
Queries through the gateway of any data dictionary table or view beginning with ALL_
can returns rows from the Sybase database even when access privileges for those Sybase objects have not been granted. When querying an Oracle database with the Oracle data dictionary, rows are returned only for those objects you are permitted to access.
Data Dictionary Mapping
The tables in this section list Oracle data dictionary view names and the equivalent Sybase system tables used. A plus sign (+) indicates that a join operation is involved.
Table C-1 Oracle Data Dictionary View Names and Sybase Equivalents
View Name | Sybase System Table Name |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Defined in the Gateway) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Default Column Values
There is a minor difference between the gateway data dictionary and a typical Oracle database data dictionary. The Oracle database columns that are missing in an Sybase system table are filled with zeros, spaces, null values, not-applicable values (N.A.), or default values, depending on the column type.
Gateway Data Dictionary Descriptions
The gateway data dictionary tables and views provide the following information:
-
Name, data type, and width of each column
-
The contents of columns with fixed values
They are described here with information retrieved by an Oracle SQL*Plus DESCRIBE
command. The values in the Null? column might differ from the Oracle database data dictionary tables and views. Any default value is shown to the right of an item, but this is not information returned by DESCRIBE
.
ALL_CATALOG
Table C-2 ALL_CATALOG
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" |
ALL_COL_COMMENTS
Table C-3 ALL_COL_COMMENTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
" " |
ALL_CONS_COLUMNS
Table C-4 ALL_CONS_COLUMNS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
ALL_CONSTRAINTS
Table C-5 ALL_CONSTRAINTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" |
|
|
- |
|
|
|
|
|
- |
|
|
- |
|
|
" |
|
|
" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- |
ALL_IND_COLUMNS
Table C-6 ALL_IND_COLUMNS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
" |
ALL_INDEXES
Table C-7 ALL_INDEXES
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
|
|
|
- |
|
|
- |
|
|
" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ALL_OBJECTS
Table C-8 ALL_OBJECTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
|
|
|
- |
|
|
0 |
|
|
" |
|
|
- |
|
|
- |
|
|
|
|
|
" |
|
|
|
|
|
|
|
|
|
ALL_TAB_COLUMNS
Table C-9 ALL_TAB_COLUMNS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
|
|
|
|
|
|
- |
|
|
- |
|
|
- |
|
|
" |
|
|
- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ALL_TAB_COMMENTS
Table C-10 ALL_TAB_COMMENTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" |
|
|
|
ALL_TABLES
Table C-11 ALL_TABLES
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" " |
|
|
" " |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
|
|
|
|
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
ALL_USERS
Table C-12 ALL_USERS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
|
ALL_VIEWS
Table C-13 ALL_VIEWS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
|
|
|
- |
|
|
|
|
|
" " |
|
|
|
|
|
" " |
|
|
" " |
|
|
" " |
DBA_CATALOG
Table C-14 DBA_CATALOG
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" |
DBA_COL_COMMENTS
Table C-15 DBA_COL_COMMENTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
" " |
DBA_OBJECTS
Table C-16 DBA_OBJECTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
|
|
|
- |
|
|
|
|
|
" |
|
|
- |
|
|
- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DBA_TAB_COLUMNS
Table C-17 DBA_TAB_COLUMNS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
|
|
|
|
|
|
- |
|
|
- |
|
|
- |
|
|
" |
|
|
- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DBA_TAB_COMMENTS
Table C-18 DBA_TAB_COMMENTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" |
|
|
|
DBA_TABLES
Table C-19 DBA_TABLES
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" " |
|
|
" " |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
|
|
|
|
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
|
|
" " |
DICT_COLUMNS
Table C-20 DICT_COLUMNS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" " |
TABLE_PRIVILEGES
Table C-23 TABLE_PRIVILEGES
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
" |
|
|
" |
|
|
" |
|
|
" |
|
|
" |
|
|
" |
|
|
" |
|
|
- |
USER_CATALOG
Table C-24 USER_CATALOG
Name | Type | Value |
---|---|---|
|
|
- |
|
|
" |
USER_COL_COMMENTS
Table C-25 USER_COL_COMMENTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
|
USER_CONS_COLUMNS
Table C-26 USER_CONS_COLUMNS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
USER_CONSTRAINTS
Table C-27 USER_CONSTRAINTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" |
|
|
- |
|
|
|
|
|
- |
|
|
- |
|
|
" |
|
|
" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- |
USER_IND_COLUMNS
Table C-28 USER_IND_COLUMNS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
- |
|
|
" |
USER_INDEXES
Table C-29 USER_INDEXES
Name | Type | Value |
---|---|---|
|
|
- |
|
|
|
|
|
- |
|
|
- |
|
|
" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
USER_OBJECTS
Table C-30 USER_OBJECTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
|
|
|
- |
|
|
0 |
|
|
" |
|
|
- |
|
|
- |
|
|
|
|
|
" |
|
|
|
|
|
|
|
|
|
USER_TAB_COLUMNS
Table C-31 USER_TAB_COLUMNS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
- |
|
|
|
|
|
|
|
|
- |
|
|
- |
|
|
- |
|
|
" |
|
|
- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
USER_TAB_COMMENTS
Table C-32 USER_TAB_COMMENTS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
" |
|
|
|
USER_TABLES
Table C-33 USER_TABLES
Name | Type | Value |
---|---|---|
|
|
- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
USER_USERS
Table C-34 USER_USERS
Name | Type | Value |
---|---|---|
|
|
- |
|
|
- |
|
|
" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|