Model Oracle user (or schema) information.
Default constructor
public Void User()
Default tablespace (optional).
public String DefaultTablespace { get; set; }
User name.
public String Name { get; set; }
User password (optional).
public String Password { get; set; }
Whether the user password expires.
public Boolean PasswordExpires { get; set; }
Profile for the user.
public String Profile { get; set; }
Maximum allowed quota size in megabytes for the default tablespace, zero for unlimited.
public Int32 Quota { get; set; }
Temporary tablespace (optional).
public String TemporaryTablespace { get; set; }