Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
ORACL_OH_Idnr | int | NUMBER(38,0) | int | int | false | Key of remote system |
ORACL_Client | smallint | NUMBER(38,0) | smallint | smallint | false | client for which this authorizations are for |
ORACL_Read | smallint | NUMBER(38,0) | smallint | smallint | true | authorization to read? |
ORACL_Write | smallint | NUMBER(38,0) | smallint | smallint | true | authorization to write? |
ORACL_Execute | smallint | NUMBER(38,0) | smallint | smallint | true | authorization to execute? |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_ORACL | ORACL_OH_Idnr, ORACL_Client | true | true | true | false |
Name | Local References | Foreign References |
---|---|---|
FK_ORACL_ORSYS | ORACL_OH_Idnr | ORSYS_OH_Idnr |
Return to the Index File