ServiceProvider Table

The inventoried providers of services.

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

Database Column

Details

ServiceProviderID

Type: integer. Key. Generated ID

Unique ID for the service provider.

ComputerID

Type: integer. Key

The Computer this service provider is hosted by.

ParentServiceProviderID

Type: integer. Key. Nullable

The ServiceProvider this provider is parented by.

EnterpriseManager ServiceProviderID

Type: integer. Key. Nullable

The ServiceProvider of the OEM instance that manages this provider.

ServiceProviderTypeID

Type: integer. Key

The ServiceProviderType of the service provider.

ServiceProviderNameID

Type: integer. Key

The ServiceProviderName of the service provider.

LastInventoryDate

Type: datetime

The date and time that the service provider was last inventoried.

LastInventoryResult

Type: integer. Nullable

The error code returned when the service provider was last inventoried.

LastInventoryError

Type: text (max 256 characters). Nullable

The error message returned when the service provider was last inventoried.

CreationDate

Type: datetime. Nullable

The date and time that the service provider was created.

AuditEvidence

Type: binary. Nullable

The Oracle GLAS audit evidence in zip archive.