ServiceUserOracle Table

A specific kind of ServiceUser, specifically an Oracle 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 ServiceUserOracle table

Database Column

Details

ServiceUserOracleID

Type: integer. Key. Generated ID

Unique ID for the Oracle service user.

ServiceUserID

Type: integer. Key

The service user this user is associated with.

DefaultTablespace

Type: text (max 256 characters). Nullable

The default tablespace for the user.

TempTablespace

Type: text (max 256 characters). Nullable

The temporary tablespace for the user.