The IOracleUserSPUD interface contains properties used to determine parameters of repository user created on the base of Oracle DBMS.
| Property name | Brief description | |
| DefaultTablespace | The DefaultTablespace property determines a name of the tablespace on the server within which the user objects will be stored. | |
| TemporaryTablespace | The TemporaryTablespace property determines a name of the temporary tablespace on the server within which the temporary user objects will be created. |
| Property name | Brief description | |
| The AllPrivilegies property returns the total number of user privileges. | ||
| The Authentication property determines a type of user authentication. | ||
| The Credentials property determines repository user credentials. | ||
| The HasPrivilege property determines whether the user has a privilege. | ||
| The IsGroup property determines whether the security package user is a group member. | ||
| The Modified property determines whether user security parameters were changed. | ||
| The ParamCount property returns the total number of user parameters. | ||
| The ParamName property returns the name of the user parameter. | ||
| The ParamValue property determines a value of the user parameter. | ||
| The UserName property determines a name of the security package user. |
See also: