OracleDatabaseInstanceDatabaseProductFeature
Information about features used in an instance database.
erDiagram
OracleDatabaseInstanceDatabaseProduct ||--o{ OracleDatabaseInstanceDatabaseProductFeature : "OracleDatabaseInstanceDatabaseProductID"
OracleDatabaseProductFeature ||--o{ OracleDatabaseInstanceDatabaseProductFeature : "OracleDatabaseProductFeatureID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time when the record was created in the OctoSAM database |
| CurrentlyUsed |
boolean |
Indicates if the feature is currently used |
| DbId |
numeric |
Internal ID that references the database |
| DetectedUsages |
numeric |
Number of detected usages |
| ExtraData |
string |
Additional data related to the feature in JSON format |
| ExtraFeatureInfo |
string |
Additional information about the feature |
| FirstUsageDate |
datetime |
Date/Time when the feature was first used |
| ID |
numeric |
Internal ID for the OracleDatabaseInstanceDatabaseProductFeature entity (Primary Key) |
| LastSampleDate |
datetime |
Date/Time when the feature was last sampled |
| LastScan |
datetime |
Date/Time when the feature was last scanned |
| LastUsageDate |
datetime |
Date/Time when the feature was last used |
| OracleDatabaseInstanceDatabaseProductID |
numeric |
Internal ID that references the OracleDatabaseInstanceDatabaseProduct entity (Foreign Key) |
| OracleDatabaseProductFeatureID |
numeric |
Internal ID that references the OracleDatabaseProductFeature entity (Foreign Key) |
| TotalSamples |
numeric |
Total number of samples for the feature |
| Usage |
boolean |
Indicates if the feature is used |
| UsageString |
string |
String representation of the feature usage |
| Version |
string |
Version of the feature |
References