SoftwareTitleOracle Table

The SoftwareTitleOracle table stores attributes of an application installation that are relevant to Oracle applications only. These characteristics are important for Oracle licensing.

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 SoftwareTitleOracle table

Database Column

Details

SoftwareTitleID

Type: integer. Key

The Oracle application. Foreign key to the SoftwareTitle table.

MaximumSockets

Type: integer. Nullable

The maximum number of sockets allowed on a computer where the application is installed.

NUPProcessorMultiplier

Type: integer. Nullable

The multipler value to use when determining the minumum Named User Plus licenses for the application.

OverrideSoftwareTitle TypeID

Type: integer. Nullable

If this is not null, then the application was initially created as non-Oracle, but the operator wants to license it as an Oracle title. Foreign key to the SoftwareTitleType table.

IsShared

Type: boolean