TNS problem with query reporter

jasbo

Member
I just loaded an instance of 10g on my laptop. Since then I can not get Query Reporter to work. PL/SQL Developer worked once I pointed it toward the new ORACLE_HOME. I do not see how to do this with query reporter. TNSPING works fine. SQL Plus works. Query Reporter does not. Any thoughts?
 
If you have Multiple Oracle Homes, you will need to define the appropriate one as the Primary Oracle Home. This is the home that is listed first in the PATH environment variable (its BIN subdirectory).

You can also pass the Oracle Home name on the command-line with the OracleHome= parameter.
 
Back
Top