Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

.Net, SYSTEM.DATA.ORACLIENT, Error : Keyword not supported: 'dba privilege'

769296May 20 2010 — edited May 21 2010
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2010
Added on May 20 2010
3 comments
3,426 views