ORA-06413: Connection not open - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: ORA-06413: Connection not open (/Thread-ORA-06413-Connection-not-open) |
ORA-06413: Connection not open - soumen - 12-11-2013 I am using the following function in QTP 11 to fetch data from Oracle in Windows XP 32-bit machine: Code: strConn = "DRIVER={Microsoft ODBC for Oracle};UID=******;PWD=******;SERVER=******;" The above code gets executed without any error. However, I am getting the following error on executing the same script in Windows7 64-bit machine while fetching data from Oracle: ORA-06413: Connection not open Can somebody help with the exact steps that would be required. I have tried several options after searching the internet, but none worked so far. RE: ORA-06413: Connection not open - soumen - 12-13-2013 Can anyone reply? I am stuck on this. |