<< back to your results
accessing oracle database 10g as a sys user
From: Oracle - 1/7/2009
I am using Oledbconnection. I want to connect to oracle as a 'sys' user. Its giving me an error that only sysdba or higher role can access where should I specify 'as DBA' clause.
I used -> Provider=MSDAORA; Data Source=server; User ID=sys; password=sys123; DBA Privilege=SYSDBA;
I tried using DBA privilege=SYSDBA; in connectionstring. Still I am unable to connect.
I also used Oracleconnection (oracle client). This time I am receiving "Keyword not supported"
I looked up connectionstrings.com, still I can't figure out a solution.
Anyone .. Any Ideas ????
Featured Listings
View more: accessing oracle database 10g as a sys user