OracleDatabaseProductFeature
Oracle database product features.
erDiagram
OracleDatabaseProduct ||--o{ OracleDatabaseProductFeature : "OracleDatabaseProductID"
OracleDatabaseProductFeature ||--o{ OracleDatabaseInstanceDatabaseProductFeature : "OracleDatabaseProductFeatureID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time when the product feature record was created in the OctoSAM database |
| ExtraData |
string |
Additional data for the Oracle database product feature in JSON format |
| ID |
numeric |
Internal ID for the OracleDatabaseProductFeature entity (Primary Key) |
| Name |
string |
Name of the Oracle database product feature |
| OracleDatabaseProductID |
numeric |
Internal ID that references the OracleDatabaseProduct entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| OracleDatabaseProductID |
OracleDatabaseProduct |
Oracle database products |
Referenced by