.Net, SYSTEM.DATA.ORACLIENT, Error : Keyword not supported: 'dba privilege'
769296May 20 2010 — edited May 21 2010Hi all,
im using System.Data.OracleClient library to connect to Oracle 10g.
I wantto connect to oracle as SYSDBA. But it returns this message: "Keyword not supported: 'dba privilege'".
And the connection string:
"data source=" + sTnsName + ";user id=" + sUserId + ";password=" + sPassword + ";DBA Privilege=SYSDBA"
And i was able to connect to Oracle with out DBA Privilege.
I have tried ODAC 11 beta, already. But it have not run on Windows 2003 64Bit. Its so completed and very other think, please skip this ( i was able to connect to oracle as sysdba with ODAC11 beta on Windows 32bit, but this is not the subject).
I think ";DBA Privilege=SYSDBA" part is wrong, There must be another way to connect as SYSDBA using System.Data.OracleClient.
But how?
Thanks for your help.
Best Regards.
Edited by: user1667246 on 20.May.2010 07:15