Sun Identity Manager 8.1 Resources Reference

Account Attributes

The following table lists the Oracle database user account attributes. All attributes are Strings. All attributes are optional.

Resource User Attribute  

Description  

noCascade

Indicates whether to perform a cascade delete for a user. 

oracleAuthentication

Must be one of the following values: 

  • LOCAL (default value)

  • EXTERNAL

  • GLOBAL

oracleDefaultTS

Name of the default tablespace for objects that the user creates. 

oracleDefaultTSQuota

Maximum amount of default tablespace the user can allocate. 

oracleGlobalName

Global name of a user. (Applicable only when oracleAuthentication is set to GLOBAL.) 

expirePassword

This attribute is applicable for local Oracle accounts only. 

oraclePrivs

One or more privileges assigned to the user. 

oracleProfile

One or more profiles assigned to the user. 

oracleRoles

One or more roles assigned to the user. 

oracleTempTS

Name of the tablespace for the user’s temporary segments. 

oracleTempTSQuota

The maximum amount of temporary tablespace the user can allocate. If the attribute appears in the schema map, the quota is always set on the temporary tablespace. If the attribute is removed from the schema map, no quota will be set on the temporary tablespace. The attribute must be removed for adapters that communicate with Oracle 10gR2 resources.