DalConnectAsPrivilegeType

Description

The DalConnectAsPrivilegeType enumeration contains variants of database server connection.

NOTE. The enumeration is not intended to be used in application code. It is kept to be compatible with previous versions.

It is used by the following properties:

Available Values

Value

Brief description

0 Normal. Default value. Standard connection.
1 SYSDBA. Connection to the server with the ability to set user accounts with the SYSDBA privilege.
2 SYSOPER. Connection to the server with the ability to set user accounts with the SYSOPER privilege.

Comments

Connection with the privilege can be set only for Oracle servers Oracle 9.x\10.x\11.x.

See also:

Dal Assembly Enumerations