ORA-00604:在递归级别%s上发生错误

时间:2018-07-12 10:50:33

标签: oracle hp-uft

我正在尝试使用以下连接字符串并通过以下错误通过uft连接到SQL Oracle数据库

  

ORA-00604:在递归级别%s上发生了错误

连接字符串如下使用

ABC = driver = {Microsoft odbc for Oracle}; 
connectionstring=(Description=(address=(protocol=TCP)(host= "&hostname")(port ="&portname&"))
(Connect_data=(Sid="&Sid&")));
uid="&strusername&";
pwd="&strpassword&"";"

Dbcon.open abc

0 个答案:

没有答案