The DalConnectAsPrivilegeType enumeration contains variants of database server connection.
It is used by the following properties:
Value |
Brief description |
| 0 | Normal. 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. |
Connection with the privilege can be set only for Oracle servers Oracle 9.x\10.x\11.x.
The Normal type of connection is used by default.
See also: