ServiceProviderApplicationUserOracle Table

An Oracle applications User.

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

Database Column

Details

ServiceProvider ApplicationUserOracleID

Type: integer. Key. Generated ID

Unique ID for the Oracle application user.

ServiceProvider ApplicationOracleID

Type: integer. Key

The application this user is associated with.

UserID

Type: integer. Key

The application users user ID.

UserName

Type: text (max 100 characters)

The application users user name.

Description

Type: text (max 240 characters). Nullable

The application users description.

EMail

Type: text (max 240 characters). Nullable

The application users email address.