Query Reporter Initialization error SQL*Net not properly installed... [message #387527] |
Thu, 19 February 2009 15:26 |
lcphilli
Messages: 6 Registered: February 2009
|
Junior Member |
|
|
Just got a new laptop. Installed Query Reporter. Security is good, connections are otherwise being made.
Keep getting this pop-up box error after entering login info:
Initialization error
SQL*Net not properly Installed
OracleHomeKey: SORFWARE\ORACLE
OracleHomeDir:
Had numerous people-who-know-what-they're-doing take a look and can't figure out why I can't connect. Like it's not finding Oracle...?
Any ideas?
Thanks so much!
Lynn
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Query Reporter Initialization error SQL*Net not properly installed... [message #387764 is a reply to message #387540] |
Fri, 20 February 2009 08:51 |
Anne Simms
Messages: 163 Registered: May 2002 Location: San Francisco, CA
|
Senior Member |
|
|
Here is something else I found in another forum that someone suggested:
We have the same problem for PLSQL Developer. Some old keys these programs try to access are missing from Oracle 10g, so make a reg file like this:
(replace my installation name ORACLE_HOME with yours):
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
"inst_loc"="C:
Program Files\\Oracle
Inventory"
"API"="D:\\oracle\\product\\10.1.0
db_1"
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES
"HOME_COUNTER"="1"
"DEFAULT_HOME"="HOME0"
"LAST_HOME"="0"
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES\ID0
"NAME"="Oracle - ORACLE_HOME"
"PATH"="D:\oracle\product\10.1.0\db_1"
"NLS_LANG"="NA"
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0
"ID"="0"
"ORACLE_GROUP_NAME"="Oracle - ORACLE_HOME"
"ORACLE_HOME_NAME"="ORACLE_HOME"
"ORACLE_HOME"="D:\\oracle\\product\\10.1.0
db_1"
Maybe just check it out and compare to yours.
Anne
[Updated on: Fri, 20 February 2009 10:17] by Moderator Report message to a moderator
|
|
|
Re: Query Reporter Initialization error SQL*Net not properly installed... [message #387770 is a reply to message #387764] |
Fri, 20 February 2009 09:06 |
lcphilli
Messages: 6 Registered: February 2009
|
Junior Member |
|
|
A(nother) desktop support person started looking into this last night. He didn't think a re-install should be necessary. He sent me a link this morning, told me to click on it and I should be good to go(??) He was right
Thanks for all your help. I wouldn't have pursued this any farther if it weren't for your responses. I really appreciate it.
Lynn
|
|
|