The DalConnectAsPrivilegeType enumeration contains variants of the connection to the database server.
It is used by the following properties:
Value |
Brief description |
| 0 | Normal. Standard connection. |
| 1 | SYSDBA. Connection to the server with a possibility to set user account with the SYSDBA privilege. |
| 2 | SYSOPER. Connection to the server with a possibility to set user account 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: