OracleDatabaseInstanceParameter¶
Oracle database instance parameters.
Fields¶
| Field | Type | Description |
|---|---|---|
| BooleanValue | boolean | Value as bit for boolean parameters |
| DateTimeValue | datetime | Value as datetime for datetime parameters |
| ID | numeric | Internal ID for the OracleDatabaseInstanceParameter entity (Primary Key) |
| IntegerValue | numeric | Value as integer for integer parameters |
| OracleDatabaseInstanceID | numeric | Internal ID that references the OracleDatabaseInstance entity (Foreign Key) |
| OracleDatabaseParameterID | numeric | Internal ID that references the OracleDatabaseParameter entity (Foreign Key) |
| Value | string | Value as string for string parameters |