OracleDatabaseInstanceDatabaseProduct
Product information related to the Oracle database instance database.
erDiagram
OracleDatabaseProduct ||--o{ OracleDatabaseInstanceDatabaseProduct : "OracleDatabaseProductID"
OracleDatabaseInstanceDatabaseProduct ||--o{ OracleDatabaseInstanceDatabaseProductFeature : "OracleDatabaseInstanceDatabaseProductID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time when the record was created in the OctoSAM database |
| ExtraData |
string |
Additional data related to the Oracle database instance database product in JSON format |
| FirstUsageDate |
datetime |
Date/Time when the product was first used |
| ID |
numeric |
Internal ID for the OracleDatabaseInstanceDatabaseProduct entity (Primary Key) |
| LastSampleDate |
datetime |
Date/Time when the product was last sampled |
| LastScan |
datetime |
Date/Time when the product was last scanned |
| LastUsageDate |
datetime |
Date/Time when the product was last used |
| OracleDatabaseInstanceDatabaseID |
numeric |
Internal ID that references the OracleDatabaseInstanceDatabase entity (Foreign Key) |
| OracleDatabaseProductID |
numeric |
Internal ID that references the OracleDatabaseProduct entity (Foreign Key) |
| Usage |
boolean |
Indicates if the product is used |
| UsageString |
string |
String representation of the product usage |
References
| Column Name |
Referenced Table |
Description |
| OracleDatabaseProductID |
OracleDatabaseProduct |
Oracle database products |
Referenced by