C.2 Data Dictionary Mapping
The tables in this section list Oracle data dictionary view names and the equivalent SQL Server system tables used.
A plus sign (+) indicates that a join operation is involved.
Table C-1 Oracle Data Dictionary View Names and SQL Server Equivalents
View Name | SQL Server System Table Name |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Default Column Values
There is a minor difference between the gateway data dictionary and a typical Oracle database data dictionary.
Parent topic: Data Dictionary
C.2.1 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 a SQL Server system table are filled with zeros, spaces, null values, not-applicable values (N.A.), or default values, depending on the column type.
Parent topic: Data Dictionary Mapping