InstanceType Table

InstanceType is a static table listing the possible types of database instance.

Table 1. Database columns for InstanceType table

Database Column

Details

InstanceTypeID

Type: integer. Key. Generated ID

A unique identifier for an InstanceType. Possible values and the corresponding default names are:

  • 1 = General (for non-Oracle applications)
  • 2 = Oracle
  • 3 = Application (for instances created for non-Oracle applications manually flagged as Oracle).
  • 4 = Oracle EBS Server
  • 5 = Oracle EBS Module
ResourceName

Type: text (max 256 characters). Key

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

DefaultValue

Type: text (max 100 characters)

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

XMLFile

Type: text. Nullable

The layout of the property dialog for this type of instance, stored in XML format.