我想以sysdba的身份使用roundhouse连接,已经尝试过了
conn.ConnectionString = "Driver={Microsoft ODBC for Oracle};SERVER=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myhost)(PORT=1521))(CON
NECT_DATA=(SERVICE_NAME=orcl)));uid=scott;pwd=tiger**;as sysdba**"gut得到了这个异常
RoundhousE encountered an error.
System.ArgumentException: Format of the initialization string does not conform t
o specification starting at index 202.
at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionSt也尝试过
conn.ConnectionString = "Driver={Microsoft ODBC for Oracle};SERVER=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myhost)(PORT=1521))(CON
NECT_DATA=(SERVICE_NAME=orcl)));uid=scott;pwd=tiger;**DBA Privilege=SYSDBA;"**但后来的例外是
RoundhousE encountered an error.
System.ArgumentException: Keyword not supported: 'dba privilege'.有什么建议吗?
提前感谢
https://stackoverflow.com/questions/15532659
复制相似问题