Home » Infrastructure » Windows » install oracle database 11g.2 on windows 7 (oracle database 11g.2)
install oracle database 11g.2 on windows 7 [message #518759] Sat, 06 August 2011 05:59 Go to next message
mahnazzz
Messages: 98
Registered: July 2011
Location: Iran
Member

Hi. I am trying to install oracle database 11g.2 on windows 7. bu I received error in configuration database step.
error is attached to this topic. would you please help me.are you installed database on windows so far.
the emca text is below .....
-----
@echo off

setlocal

set OH=E:\app\product\11.2.0\dbhome

set JRE_JAVA=%OH%\jdk\jre\bin\java
set EMCA_JAR=%OH%\jlib\emca.jar
set LIB_DIR=%OH%\jlib
set PATH=%OH%\bin;%PATH%

set CLASSPATH=%EMCA_JAR%;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\srvm.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\srvmasm.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\cvu.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\emConfigInstall.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\ldapjclnt11.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\ldap.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\share.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\srvmhas.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\netcfg.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\http_client.jar;
set CLASSPATH=%CLASSPATH%%OH%\lib\http_client.jar;
set CLASSPATH=%CLASSPATH%%OH%\lib\xmlparserv2.jar;
set CLASSPATH=%CLASSPATH%%OH%\assistants\jlib\assistantsCommon.jar;
set CLASSPATH=%CLASSPATH%%OH%\sysman\jlib\emCORE.jar;
set CLASSPATH=%CLASSPATH%%OH%\sysman\jlib\emagentSDK.jar;
set CLASSPATH=%CLASSPATH%%OH%\oui\jlib\OraInstaller.jar;
set CLASSPATH=%CLASSPATH%%OH%\oui\jlib\OraPrereq.jar;
set CLASSPATH=%CLASSPATH%%OH%\inventory\prereqs\oui\OraPrereqChecks.jar;
set CLASSPATH=%CLASSPATH%%OH%\oui\jlib\OraPrereqChecks.jar;

%JRE_JAVA% -DDISPLAY=%DISPLAY% -DORACLE_HOME=%OH% -DTNS_ADMIN=%TNS_ADMIN% oracle.sysman.emcp.EMConfigAssistant %*
Re: install oracle database 11g.2 on windows 7 [message #518764 is a reply to message #518759] Sat, 06 August 2011 08:39 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
It would be helpful if you followed Posting Guidelines - http://www.orafaq.com/forum/t/88153/0/

which Edition of Windows is installed on your system?

What you posted has nothing to do with steps listed in Installation Guide
when all else fails Read The Fine Manual

http://download.oracle.com/docs/cd/E11882_01/install.112/e16773/toc.htm
Re: install oracle database 11g.2 on windows 7 [message #518791 is a reply to message #518764] Sat, 06 August 2011 22:07 Go to previous messageGo to next message
mahnazzz
Messages: 98
Registered: July 2011
Location: Iran
Member
windows 7 ultimate.as you know the last step of installing database is configuration .
but in this step I get this error:
Enterprise Manager configuration failed due to the following error-
Error instantiating EM configuration files. Refer to the log file at E:\app\cfgtoollogs\dbca\orcl\emConfig.log
...

I try to do it manually but it makes no different.
Re: install oracle database 11g.2 on windows 7 [message #518792 is a reply to message #518791] Sat, 06 August 2011 23:48 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Did you refer to the mentioned log file?

Regards
Michel
Re: install oracle database 11g.2 on windows 7 [message #518808 is a reply to message #518792] Sun, 07 August 2011 04:43 Go to previous messageGo to next message
mahnazzz
Messages: 98
Registered: July 2011
Location: Iran
Member
yes .but I dont know what is the problem. do you have a correct emConfig.log that I compare it with my file?
(

Re: install oracle database 11g.2 on windows 7 [message #518813 is a reply to message #518808] Sun, 07 August 2011 06:56 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
And don't you think it should be important to post it?
If YOU can't know maybe WE can.

Regards
Michel
Re: install oracle database 11g.2 on windows 7 [message #518825 is a reply to message #518813] Sun, 07 August 2011 21:57 Go to previous messageGo to next message
mahnazzz
Messages: 98
Registered: July 2011
Location: Iran
Member
Ok I will post it for you soon.
Re: install oracle database 11g.2 on windows 7 [message #519014 is a reply to message #518825] Mon, 08 August 2011 22:11 Go to previous messageGo to next message
mahnazzz
Messages: 98
Registered: July 2011
Location: Iran
Member
this is emConfig (attached)
  • Attachment: emConfig.log
    (Size: 156.47KB, Downloaded 1698 times)
Re: install oracle database 11g.2 on windows 7 [message #519015 is a reply to message #519014] Mon, 08 August 2011 22:18 Go to previous messageGo to next message
mahnazzz
Messages: 98
Registered: July 2011
Location: Iran
Member
and here is emca (I hope to I have followed the guidelines Embarassed ):
@echo off

setlocal

set OH=E:\app\product\11.2.0\dbhome

set JRE_JAVA=%OH%\jdk\jre\bin\java
set EMCA_JAR=%OH%\jlib\emca.jar
set LIB_DIR=%OH%\jlib
set PATH=%OH%\bin;%PATH%

set CLASSPATH=%EMCA_JAR%;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\srvm.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\srvmasm.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\cvu.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\emConfigInstall.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\ldapjclnt11.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\ldap.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\share.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\srvmhas.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\netcfg.jar;
set CLASSPATH=%CLASSPATH%%LIB_DIR%\http_client.jar;
set CLASSPATH=%CLASSPATH%%OH%\lib\http_client.jar;
set CLASSPATH=%CLASSPATH%%OH%\lib\xmlparserv2.jar;
set CLASSPATH=%CLASSPATH%%OH%\assistants\jlib\assistantsCommon.jar;
set CLASSPATH=%CLASSPATH%%OH%\sysman\jlib\emCORE.jar;
set CLASSPATH=%CLASSPATH%%OH%\sysman\jlib\emagentSDK.jar;
set CLASSPATH=%CLASSPATH%%OH%\oui\jlib\OraInstaller.jar;
set CLASSPATH=%CLASSPATH%%OH%\oui\jlib\OraPrereq.jar;
set CLASSPATH=%CLASSPATH%%OH%\inventory\prereqs\oui\OraPrereqChecks.jar;
set CLASSPATH=%CLASSPATH%%OH%\oui\jlib\OraPrereqChecks.jar;

%JRE_JAVA% -DDISPLAY=%DISPLAY% -DORACLE_HOME=%OH% -DTNS_ADMIN=%TNS_ADMIN% oracle.sysman.emcp.EMConfigAssistant %*

Embarassed Embarassed
Re: install oracle database 11g.2 on windows 7 [message #519034 is a reply to message #519015] Tue, 09 August 2011 01:32 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Read the following and tell us if they solve your problem:
http://www.orafaq.com/forum/t/143335/2/
http://forums.oracle.com/forums/thread.jspa?threadID=496637

Regards
Michel
Re: install oracle database 11g.2 on windows 7 [message #519077 is a reply to message #519034] Tue, 09 August 2011 05:38 Go to previous message
mahnazzz
Messages: 98
Registered: July 2011
Location: Iran
Member
ok.thanks I will read soon
Previous Topic: isqlplussvc.exe error
Next Topic: how to create cmd script for ora statistics [merged 2]
Goto Forum:
  


Current Time: Thu Mar 28 07:49:52 CDT 2024