User

Model Oracle user (or schema) information.

Namespace:
Inetdev.Data.Oracle.Dba
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

User

Default constructor

Signature:
public Void User()

Properties

DefaultTablespace

Default tablespace (optional).

Signature:
public String DefaultTablespace { get; set; }

IdentifiedBy

User idenification kind.

Signature:
public IdentifiedBy IdentifiedBy { get; set; }

Name

User name.

Signature:
public String Name { get; set; }

Password

User password (optional).

Signature:
public String Password { get; set; }

PasswordExpires

Whether the user password expires.

Signature:
public Boolean PasswordExpires { get; set; }

Profile

Profile for the user.

Signature:
public String Profile { get; set; }

Quota

Maximum allowed quota size in megabytes for the default tablespace, zero for unlimited.

Signature:
public Int32 Quota { get; set; }

Roles

Roles granted to the user.

Signature:
public UserRoles Roles { get; set; }

TemporaryTablespace

Temporary tablespace (optional).

Signature:
public String TemporaryTablespace { get; set; }