OracleFeature Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The OracleFeature holds all the oracle feature details for an instance.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for OracleFeature table

Database Column

Details

OracleFeatureID

Type: integer. Key. Generated ID

Unique identifier of oracte feature, this is a primary key.

InstanceID

Type: integer. Key

The database instance whose feature detail is being stored. Foreign key to the Instance table.

ScannedInstanceID

Type: integer. Key

The database instance whose feature detail is being stored. Foreign key to the Instance table.

SoftwareTitleProductID

Type: integer. Key

The id of the SoftwareTitleProduct. Foreign key to the SoftwareTitleProduct table.

ScanDate

Type: datetime. Nullable

The scandate of the feature.

FlexNet Manager Suite (On-Premises)

2020 R1