6.7.3.5 DBAPrivilege
This property specifies the value corresponding to the DBA Privilege attribute in the ConnectionString property.
                  
Declaration
// C#
 public string DBAPrivilege{get; set;}
Property Value
A string that represents the value of the supplied attribute.
Possible values are SYSDBA or SYSOPER.
                  
Exceptions
ArgumentNullException - The specified value is null.
                  
OracleException - The specified value is invalid.
                  
Remarks
When an OracleConnectionStringBuilder instance is created, this property is set to the default value of the corresponding connection string attribute.