G
Guest
dear all
I use OracleConnection conn = new OracleConnection("Data Source=myDataSource; User Id=sys; Password=myPassword;")
however it said It can't connect to db since ... sysdba ....
I don't know how to connect, is it the problem of conn or is it need to make a new user to connect?
I use OracleConnection conn = new OracleConnection("Data Source=myDataSource; User Id=sys; Password=myPassword;")
however it said It can't connect to db since ... sysdba ....
I don't know how to connect, is it the problem of conn or is it need to make a new user to connect?