Login Problem

ams

Member²
Hello !

I'd like to evaluate Query Reporter.
On the same client where PLSQL/Dev. is running w/o any problem, the QR comes up with the error message

Initialization error: SQLNet not properly installed. ORACLE Home key: Software/Oracle,
OracleHomeDir:

RDBMS is 10.1.0.2

What's the problem ?

Thanks in advance !
Andree
 
We'll release a new Query Reporter shortly that is compatible with the Oracle10g client. At the moment you need to use the ocidll parameter to make it work. For example
Code:
"C:\Program Files\QueryReporter\queryreporter.exe" ocidll=c:\oracle\ora10g\bin\oci.dll
 
Back
Top