Installation of oracle 9i on win2000 professional [message #56501] |
Thu, 03 April 2003 21:14 |
parikshit
Messages: 3 Registered: April 2003
|
Junior Member |
|
|
I am trying to install oracle 9i database server on win2000.While autoconfiguring the database (i.e Database configuration assistant) it gives me the following error
java.lang.NoClassDefFoundError: oracle/sysman/emSDK/common/nls/MessageBundle
at oracle.sysman.assistants.dbca.backend.InitParamAttributes.loadAllInitParams(Compiled Code)
at oracle.sysman.assistants.dbca.backend.InitParamAttributes.initialize(InitParamAttributes.java:313)
at oracle.sysman.assistants.dbca.backend.InitParamAttributes.<init>(InitParamAttributes.java:255)
at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:426)
at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:151)
at oracle.sysman.assistants.dbca.ui.ProgressOnlyHost.<init>(ProgressOnlyHost.java:72)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:123)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:82)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:143)
Exception in thread "main"
Due to which whenever ,i tries to start sql plus and after login in it gives error ora-12560
i don't know what was the reason I am a new to oracle.
Please help me on this issue.
Thanks
|
|
|
Re: Installation of oracle 9i on win2000 professional [message #56506 is a reply to message #56501] |
Fri, 04 April 2003 06:00 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
1. Remove the INST_LOC:
From the registry in the key HKEY_LOCAL_MACHINE/Software/Oracle
2. Unset (if there is any) CLASSPATH setting specified in the environment
3. do the same to PATH settings to other JAVA versions
4. Reboot the machine
Restart the OUI from the CD.
|
|
|