SoftwareTitleType Table

SoftwareTitleType is a static table listing possible types of software (application) titles. This is used particularly to identify types that need special processing. It is quite distinct from license types.

Table 1. Database columns for SoftwareTitleType table

Database Column

Details

SoftwareTitleTypeID

Type: integer. Key. Generated ID

A unique identifier for a SoftwareTitleType. Possible values and the corresponding default strings are:

  • 1 = General
  • 2 = Oracle Database
  • 3 = Oracle Option
  • 4 = Oracle Application
  • 5 = Oracle EBS Server
  • 6 = Oracle EBS.
  • 7 = IBM Cloud Pak
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a document type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.

InstanceTypeID

Type: integer

The type of instance that can be created for this application. Foreign key to the InstanceType table.