Tagged Questions
The sysdba tag has no wiki summary.
3
votes
2answers
238 views
why my new user can login as sysdba in oracle?
I am new to oracle and just installed Oracle 11g R2 on windows 7 machine.
Everything went fine and I am able to login using my sys as sysdba account.
Now using the sys account I created a user as ...
2
votes
3answers
2k views
How can I connect to an Oracle database as SYS using an ADO connection string?
I am trying this:
Provider=MSDASQL.1;Persist Security Info=False;User ID=sys;Password=pwd;Initial Catalog=DATABASE;Data Source=OdbcDataSource;DBA Privilege=SYSDBA
But I get the error:
...
0
votes
2answers
595 views
Login as SYS user to Oracle 11g from .NET
Using the Oracle Data Provider for .NET, my application connects to the database using the privileged SYS user. The connection string is as follows:
Data Source=MyTnsName;User ...
0
votes
3answers
120 views
n00b oracle question
I am using Oracle Sql Developer
I have a huge script that creates tables, indexes, primary key constraints and such.
my DB name is: dbo_other
I logged into this dbo_other as sysdba.
If I run my ...