C Data Dictionary
The Oracle Database Gateway for SQL Server translates a query that refers to an Oracle database data dictionary table into a query that retrieves the data from SQL Server 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.
- Data Dictionary Support
The following topics describe the Oracle Database Gateway for SQL Server data dictionary support. - Data Dictionary Mapping
The tables in this section list Oracle data dictionary view names and the equivalent SQL Server system tables used. - Gateway Data Dictionary Descriptions
These topics describe the data dictionaries for Oracle Database Gateway for SQL Server. - ALL_CATALOG
ALL_CATALOGdata dictionary for Oracle Database Gateway for SQL Server. - ALL_COL_COMMENTS
ALL_COL_COMMENTSdata dictionary for Oracle Database Gateway for SQL Server. - ALL_CONS_COLUMNS
ALL_CONS_COLUMNSdata dictionary for Oracle Database Gateway for SQL Server. - ALL_CONSTRAINTS
ALL_CONSTRAINTSdata dictionary for Oracle Database Gateway for SQL Server. - ALL_IND_COLUMNS
ALL_IND_COLUMNSdata dictionary for Oracle Database Gateway for SQL Server. - ALL_INDEXES
ALL_INDEXESdata dictionary for Oracle Database Gateway for SQL Server. - ALL_OBJECTS
ALL_OBJECTSdata dictionary for Oracle Database Gateway for SQL Server. - ALL_TAB_COLUMNS
ALL_TAB_COLUMNS data dictionary for Oracle Database Gateway for SQL Server. - ALL_TAB_COMMENTS
ALL_TAB_COMMENTSdata dictionary for Oracle Database Gateway for SQL Server. - ALL_TABLES
ALL_TABLESdata dictionary for Oracle Database Gateway for SQL Server. - ALL_USERS
ALL_USERSdata dictionary for Oracle Database Gateway for SQL Server. - ALL_VIEWS
ALL_VIEWSdata dictionary for Oracle Database Gateway for SQL Server. - DBA_CATALOG
DBA_CATALOGdata dictionary for Oracle Database Gateway for SQL Server. - DBA_COL_COMMENTS
DBA_COL_COMMENTSdata dictionary for Oracle Database Gateway for SQL Server. - DBA_OBJECTS
DBA_OBJECTSdata dictionary for Oracle Database Gateway for SQL Server. - DBA_TAB_COLUMNS
DBA_TAB_COLUMNSdata dictionary for Oracle Database Gateway for SQL Server. - DBA_TAB_COMMENTS
DBA_TAB_COMMENTSdata dictionary for Oracle Database Gateway for SQL Server. - DBA_TABLES
DBA_TABLESdata dictionary for Oracle Database Gateway for SQL Server. - DICT_COLUMNS
DICT_COLUMNSdata dictionary for Oracle Database Gateway for SQL Server. - DICTIONARY
DICTIONARYdata dictionary for Oracle Database Gateway for SQL Server. - DUAL
DUALdata dictionary for Oracle Database Gateway for SQL Server. - TABLE_PRIVILEGES
TABLE_PRIVILEGESdata dictionary for Oracle Database Gateway for SQL Server. - USER_CATALOG
USER_CATALOGdata dictionary for Oracle Database Gateway for SQL Server. - USER_COL_COMMENTS
USER_COL_COMMENTSdata dictionary for Oracle Database Gateway for SQL Server. - USER_CONS_COLUMNS
USER_CONS_COLUMNSdata dictionary for Oracle Database Gateway for SQL Server. - USER_CONSTRAINTS
USER_CONSTRAINTSdata dictionary for Oracle Database Gateway for SQL Server. - USER_IND_COLUMNS
USER_IND_COLUMNSdata dictionary for Oracle Database Gateway for SQL Server. - USER_INDEXES
USER_INDEXESdata dictionary for Oracle Database Gateway for SQL Server. - USER_OBJECTS
USER_OBJECTSdata dictionary for Oracle Database Gateway for SQL Server. - USER_TAB_COLUMNS
USER_TAB_COLUMNSdata dictionary for Oracle Database Gateway for SQL Server. - USER_TAB_COMMENTS
USER_TAB_COMMENTSdata dictionary for Oracle Database Gateway for SQL Server. - USER_TABLES
USER_TABLESdata dictionary for Oracle Database Gateway for SQL Server. - USER_USERS
USER_USERSdata dictionary for Oracle Database Gateway for SQL Server. - USER_VIEWS
USER_VIEWSdata dictionary for Oracle Database Gateway for SQL Server.