Error installing 11g R2 on W2008-64-R2 Enterprise

As I was installing 11gR2 on W2008 ( versions of both in subject) I received the following error:
Enterprise manager configuration failed due to the following error-
Error uploading configuration data to the repository...
etc. etc.
Before making this post I tried to find a solution in the forum, and saw that many others have experienced failures during Enterise Manager configuration. Unfortunately I couldn't find a solution to my problem in any other Forum posts.
During installation I installed the database components first, then started the listener service manually, and then created the database instance manually, to make sure that the listener was running during EM configuration. Didn't work, though.
Checking the log file unfortunately didn't bring me any great insights...
Does anyone have any suggestions?
Thanks in advance for any help you can provide!
(LOG FILE CONTENTS)
28.02.2012 12:44:28 oracle.sysman.emdrep.config.EMSchemaConfiguration perform
INFO: OracleHome:D:\Oracle\app\product\11.2.0\dbhome_1
28.02.2012 12:44:28 oracle.sysman.emdrep.config.EMSchemaConfiguration getConfigurationXMLs
INFO: [D:\Oracle\app\product\11.2.0\dbhome_1\sysman\admin\emdrep\sql\core\configuration.xml]
28.02.2012 12:44:29 oracle.sysman.emdrep.config.EMSchemaConfiguration getConfigIntegrations
INFO: Number of Configuration Instances:1
28.02.2012 12:44:29 oracle.sysman.emdrep.config.EMSchemaConfiguration getConfigIntegrations
INFO: oracle.sysman.emdrep.util.TransxWrapper
D:\Oracle\app\product\11.2.0\dbhome_1\jlib/transx.zip
D:\Oracle\app\product\11.2.0\dbhome_1\xdk/lib/transx.zip
D:\Oracle\app\product\11.2.0\dbhome_1\lib/transx.zip
D:\Oracle\app\product\11.2.0\dbhome_1\lib/xmlparserv2.jar
D:\Oracle\app\product\11.2.0\dbhome_1\lib/xsu12.jar
D:\Oracle\app\product\11.2.0\dbhome_1\jlib/xdb.jar
D:\Oracle\app\product\11.2.0\dbhome_1\rdbms/jlib/xdb.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/jdbc/lib/orai18n.jar
D:\Oracle\app\product\11.2.0\dbhome_1\jdbc/lib/ojdbc14.jar
D:\Oracle\app\product\11.2.0\dbhome_1\sysman/jlib/emCORE.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/jdbc/lib/ojdbc14.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/jdbc/lib/ojdbc14dms.jar
D:\Oracle\app\product\11.2.0\dbhome_1\jdbc/lib/ojdbc5.jar
D:\Oracle\app\product\11.2.0\dbhome_1\jdbc/lib/ojdbc5dms.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/lib/dms.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/jdbc/lib/dms.jar
D:\Oracle\app\product\11.2.0\dbhome_1\dms/lib/dms.jar
28.02.2012 12:44:29 oracle.sysman.emdrep.config.IConfigurationContext createConnection
INFO: jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=TESTSERVER2.mydomainname.de)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.mydomainname)))
28.02.2012 12:45:30 oracle.sysman.emdrep.config.IConfigurationContext createConnection
INFO: jdbcUrl = jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=TESTSERVER2.mydomainname.de)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.mydomainname)))
28.02.2012 12:45:31 oracle.sysman.emdrep.config.IConfigurationContext createConnection
INFO: jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=TESTSERVER2.mydomainname.de)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.mydomainname)))
28.02.2012 12:46:31 oracle.sysman.emdrep.config.IConfigurationContext createConnection
INFO: jdbcUrl = jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=TESTSERVER2.mydomainname.de)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.mydomainname)))
28.02.2012 12:47:32 oracle.sysman.emdrep.util.TransxWrapper perform
SCHWERWIEGEND: Error Loading TransX:Socket read timed out
28.02.2012 12:47:32 oracle.sysman.emdrep.config.EMSchemaConfiguration$ConfigInstance run
SCHWERWIEGEND: null
java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at oracle.sysman.emdrep.config.EMSchemaConfiguration$ConfigInstance.run(EMSchemaConfiguration.java:480)
     at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.sysman.emdrep.config.ConfigurationException: Loading DLF Exception
Socket read timed out
java.sql.SQLException: Socket read timed out
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:412)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:531)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:221)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:503)
     at java.sql.DriverManager.getConnection(DriverManager.java:525)
     at java.sql.DriverManager.getConnection(DriverManager.java:171)
     at oracle.xml.transx.ConnectionHelper.getConnection(ConnectionHelper.java:59)
     at oracle.xml.transx.TransXImpl.open(TransXImpl.java:79)
     at oracle.sysman.emdrep.util.TransxWrapper.perform(TransxWrapper.java:67)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at oracle.sysman.emdrep.config.EMSchemaConfiguration$ConfigInstance.run(EMSchemaConfiguration.java:480)
     at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.net.ns.NetException: Socket read timed out
     at oracle.net.ns.Packet.receive(Packet.java:320)
     at oracle.net.ns.NSProtocol.connect(NSProtocol.java:286)
     at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1042)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:301)
     ... 15 more
     at oracle.sysman.emdrep.util.TransxWrapper.perform(TransxWrapper.java:82)
     ... 6 more
Caused by: java.sql.SQLException: Socket read timed out
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:412)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:531)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:221)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:503)
     at java.sql.DriverManager.getConnection(DriverManager.java:525)
     at java.sql.DriverManager.getConnection(DriverManager.java:171)
     at oracle.xml.transx.ConnectionHelper.getConnection(ConnectionHelper.java:59)
     at oracle.xml.transx.TransXImpl.open(TransXImpl.java:79)
     at oracle.sysman.emdrep.util.TransxWrapper.perform(TransxWrapper.java:67)
     ... 6 more
Caused by: oracle.net.ns.NetException: Socket read timed out
     at oracle.net.ns.Packet.receive(Packet.java:320)
     at oracle.net.ns.NSProtocol.connect(NSProtocol.java:286)
     at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1042)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:301)
     ... 15 more
28.02.2012 12:47:32 oracle.sysman.emdrep.config.EMSchemaConfiguration perform
WARNUNG: Exception Occured during Execution of oracle.sysman.emdrep.util.TransxWrapper
28.02.2012 12:47:32 oracle.sysman.emdrep.config.EMSchemaConfiguration perform
SCHWERWIEGEND: FATAL EXCEPTIONS:
FATAL Configuration Exceptions28.02.2012 12:44:28 oracle.sysman.emdrep.config.EMSchemaConfiguration perform
INFO: OracleHome:D:\Oracle\app\product\11.2.0\dbhome_1
28.02.2012 12:44:28 oracle.sysman.emdrep.config.EMSchemaConfiguration getConfigurationXMLs
INFO: [D:\Oracle\app\product\11.2.0\dbhome_1\sysman\admin\emdrep\sql\core\configuration.xml]
28.02.2012 12:44:29 oracle.sysman.emdrep.config.EMSchemaConfiguration getConfigIntegrations
INFO: Number of Configuration Instances:1
28.02.2012 12:44:29 oracle.sysman.emdrep.config.EMSchemaConfiguration getConfigIntegrations
INFO: oracle.sysman.emdrep.util.TransxWrapper
D:\Oracle\app\product\11.2.0\dbhome_1\jlib/transx.zip
D:\Oracle\app\product\11.2.0\dbhome_1\xdk/lib/transx.zip
D:\Oracle\app\product\11.2.0\dbhome_1\lib/transx.zip
D:\Oracle\app\product\11.2.0\dbhome_1\lib/xmlparserv2.jar
D:\Oracle\app\product\11.2.0\dbhome_1\lib/xsu12.jar
D:\Oracle\app\product\11.2.0\dbhome_1\jlib/xdb.jar
D:\Oracle\app\product\11.2.0\dbhome_1\rdbms/jlib/xdb.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/jdbc/lib/orai18n.jar
D:\Oracle\app\product\11.2.0\dbhome_1\jdbc/lib/ojdbc14.jar
D:\Oracle\app\product\11.2.0\dbhome_1\sysman/jlib/emCORE.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/jdbc/lib/ojdbc14.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/jdbc/lib/ojdbc14dms.jar
D:\Oracle\app\product\11.2.0\dbhome_1\jdbc/lib/ojdbc5.jar
D:\Oracle\app\product\11.2.0\dbhome_1\jdbc/lib/ojdbc5dms.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/lib/dms.jar
D:\Oracle\app\product\11.2.0\dbhome_1\oc4j/jdbc/lib/dms.jar
D:\Oracle\app\product\11.2.0\dbhome_1\dms/lib/dms.jar
28.02.2012 12:44:29 oracle.sysman.emdrep.config.IConfigurationContext createConnection
INFO: jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=TESTSERVER2.mydomainname.de)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.mydomainname)))
28.02.2012 12:45:30 oracle.sysman.emdrep.config.IConfigurationContext createConnection
INFO: jdbcUrl = jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=TESTSERVER2.mydomainname.de)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.mydomainname)))
28.02.2012 12:45:31 oracle.sysman.emdrep.config.IConfigurationContext createConnection
INFO: jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=TESTSERVER2.mydomainname.de)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.mydomainname)))
28.02.2012 12:46:31 oracle.sysman.emdrep.config.IConfigurationContext createConnection
INFO: jdbcUrl = jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=TESTSERVER2.mydomainname.de)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl.mydomainname)))
28.02.2012 12:47:32 oracle.sysman.emdrep.util.TransxWrapper perform
SCHWERWIEGEND: Error Loading TransX:Socket read timed out
28.02.2012 12:47:32 oracle.sysman.emdrep.config.EMSchemaConfiguration$ConfigInstance run
SCHWERWIEGEND: null
java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at oracle.sysman.emdrep.config.EMSchemaConfiguration$ConfigInstance.run(EMSchemaConfiguration.java:480)
     at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.sysman.emdrep.config.ConfigurationException: Loading DLF Exception
Socket read timed out
java.sql.SQLException: Socket read timed out
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:412)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:531)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:221)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:503)
     at java.sql.DriverManager.getConnection(DriverManager.java:525)
     at java.sql.DriverManager.getConnection(DriverManager.java:171)
     at oracle.xml.transx.ConnectionHelper.getConnection(ConnectionHelper.java:59)
     at oracle.xml.transx.TransXImpl.open(TransXImpl.java:79)
     at oracle.sysman.emdrep.util.TransxWrapper.perform(TransxWrapper.java:67)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at oracle.sysman.emdrep.config.EMSchemaConfiguration$ConfigInstance.run(EMSchemaConfiguration.java:480)
     at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.net.ns.NetException: Socket read timed out
     at oracle.net.ns.Packet.receive(Packet.java:320)
     at oracle.net.ns.NSProtocol.connect(NSProtocol.java:286)
     at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1042)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:301)
     ... 15 more
     at oracle.sysman.emdrep.util.TransxWrapper.perform(TransxWrapper.java:82)
     ... 6 more
Caused by: java.sql.SQLException: Socket read timed out
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:412)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:531)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:221)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:503)
     at java.sql.DriverManager.getConnection(DriverManager.java:525)
     at java.sql.DriverManager.getConnection(DriverManager.java:171)
     at oracle.xml.transx.ConnectionHelper.getConnection(ConnectionHelper.java:59)
     at oracle.xml.transx.TransXImpl.open(TransXImpl.java:79)
     at oracle.sysman.emdrep.util.TransxWrapper.perform(TransxWrapper.java:67)
     ... 6 more
Caused by: oracle.net.ns.NetException: Socket read timed out
     at oracle.net.ns.Packet.receive(Packet.java:320)
     at oracle.net.ns.NSProtocol.connect(NSProtocol.java:286)
     at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1042)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:301)
     ... 15 more
28.02.2012 12:47:32 oracle.sysman.emdrep.config.EMSchemaConfiguration perform
WARNUNG: Exception Occured during Execution of oracle.sysman.emdrep.util.TransxWrapper
28.02.2012 12:47:32 oracle.sysman.emdrep.config.EMSchemaConfiguration perform
SCHWERWIEGEND: FATAL EXCEPTIONS:
FATAL Configuration Exceptions
-------------------------------------------------------------------------------------------------------------------------------------------

Hi;
You have to login https://support.oracle.com/CSP/ui/flash.html and you have to CSI account.
This site is oracle site for tech. documents for can rise SR etc.. for more details please check Re: Installing Oracle Database 10.2.0.4
you need to customer support identifier which is called CSI for can login metalink(https://support.oracle.com/CSP/ui/flash.html)
If you dont have metalink account there is no way to see those docs.
Pretty simple process:
1) You purchase a perpetual or term license from Oracle;
2) At the beginning of the period, during the valid term you purchase
Support for the period (1 year);
3) Oracle sends you the CSI.
Easy to do at http://store.oracle.com armed with a credit card.
Regard
Helios

Similar Messages

  • Error installing 11g RAC on windows 2008r2 on VMWare ESXi 5

    I am a beginner and am intalling oracle 11g r2 rac for first time . i am stuck during the installaiton I am using windows 2008r2 on VMWare.
    we have attached 500 GB Disk from the NetApp Storage to these hosts.
    no logs are generated at the grind home to see the errors
    in rootcrs_rie_oradbn1_vm.log. i can see an error
    - March 19, 2012 6:17:45 PM GMT+04:00 [Customer Problem Description]
    Problem Description: [INS-20802] Grid Infrastructure Configuration failed.2012-03-19 16:45:29: Creating or upgrading Oracle Local Registry (OLR)
    2012-03-19 16:46:45: Command return code of 255 (65280) from command: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade arg\sapadmin
    2012-03-19 16:46:45: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade failed with error: 255
    2012-03-19 16:46:45: Failed to create or upgrade OLR
    I am following the oracle rac intallation document .
    Kindly help
    thanks,
    rajesh.

    923293 wrote:
    I am a beginner and am intalling oracle 11g r2 rac for first time . i am stuck during the installaiton I am using windows 2008r2 on VMWare.
    we have attached 500 GB Disk from the NetApp Storage to these hosts.
    no logs are generated at the grind home to see the errors
    in rootcrs_rie_oradbn1_vm.log. i can see an error
    - March 19, 2012 6:17:45 PM GMT+04:00 [Customer Problem Description]
    Problem Description: [INS-20802] Grid Infrastructure Configuration failed.2012-03-19 16:45:29: Creating or upgrading Oracle Local Registry (OLR)
    2012-03-19 16:46:45: Command return code of 255 (65280) from command: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade arg\sapadmin
    2012-03-19 16:46:45: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade failed with error: 255
    2012-03-19 16:46:45: Failed to create or upgrade OLR
    I am following the oracle rac intallation document .
    Kindly help
    thanks,
    rajesh.Its expect to be BUG in 11.2.0.1 if you are installing(11.2.0.1), SO i suggest you to install 11.2.0.2 or 11.2.0.3 on windows 2008r2. Remember you can directly download and install 11.2.0.2 or 11.2.0.3 without base release i.e. 11.2.0.1
    Bug 10142893: GRID INFRASTRUCTURE CONFIGURATION FAILED      
    Bug 9166347: GRID INSTALLATION ROOT.SH AND DEINSTALL FAIL WITH HOTSPOT VIRTUAL MACHINE SIGSEG      
    Also run the Clusterverification utility to know any issues in advance.
    ./runcluvfy.sh stage -pre crsinst -n node1,node2 (specify nodename)

  • Error installing 11g database in window7

    hi am installing my oracle 11g database enterprise edition in window 7 am geting this errror during installation file not found C:\app\Tshifhiwa\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em.war what could be the problem

    Tshifhiwa wrote:
    hi am installing my oracle 11g database enterprise edition in window 7 am geting this errror during installation file not found C:\app\Tshifhiwa\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em.war what could be the problemDid you unzip both downloaded installation files into the same directory?

  • Error installing 11g database on oracle linux 5.8

    hi am in my check prequences stage am having error This is a prerequisite condition to test whether the package "unixODBC-2.2.11" is available on the system. (more details) i try to install it form my dvd but i get this error
    ls unixODBC-2.2.11
    unixODBC-2.2.11-10.el5.i386.rpm
    [oracle@tshifhiwa Server]$ rpm -Uvh unixODBC-2.2.11-10.el5.i386.rpm
    warning: unixODBC-2.2.11-10.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    libodbc.so.1 is needed by unixODBC-2.2.11-10.el5.i386
    libodbcinst.so.1 is needed by unixODBC-2.2.11-10.el5.i386
    unixODBC-libs = 2.2.11-10.el5 is needed by unixODBC-2.2.11-10.el5.i386
    where can i get the Failed dependencies:
    Edited by: Tshifhiwa on 2012/03/24 2:40 PM

    su - root
    # cd /etc/yum.repos.d
    # wget http://public-yum.oracle.com/public-yum-el5.repo
    - Then edit above file and set enabled=1 in the section
    corresponding to your OS version, eg. ol5_u7_base

  • Windows 7 64 bit.Multiple File not found errors installing 11g

    I have downloaded file 1 and 2 several times and then retrying to install the win64_11gR2_database_1of2 i always get the file not found errors at least 15. then on the final setup it fails because it cant find the sample database. I download the file 1 and 2 into the same folder then unzip them both. then i open the file 1 of2 and open the setup application. is there something im doing wrong.

    924333 wrote:
    I have downloaded file 1 and 2 several times and then retrying to install the win64_11gR2_database_1of2 i always get the file not found errors at least 15. then on the final setup it fails because it cant find the sample database. I download the file 1 and 2 into the same folder then unzip them both. then i open the file 1 of2 This makes no sense. After you have unzipped both of the downloaded .zip files -- and unzipped them into the same directory -- there is no "open the file 1 of 2".
    and open the setup application. is there something im doing wrong.

  • Error installing LC ES3 SP2

    Hi,
    We have a error installing LiveCycle ES3 SP2 on Linux RedHat Enterprise 5.5. Please, could someone help us?
    This is the end of stack error:
    ..... at com.zerog.ia.installer.AAMgrBase.e(DashoA10*..)
            at com.zerog.ia.installer.AAMgrBase.n(DashoA10*..)
            at com.zerog.ia.installer.ConsoleBasedAAMgr.a(DashoA10*..)
            at com.zerog.ia.installer.AAMgrBase.e(DashoA10*..)
            at com.zerog.ia.installer.AAMgrBase.n(DashoA10*..)
            at com.zerog.ia.installer.ConsoleBasedAAMgr.a(DashoA10*..)
            at com.zerog.ia.installer.AAMgrBase.m(DashoA10*..)
            at com.zerog.ia.installer.LifeCycleManager.b(DashoA10*..)
            at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
            at com.zerog.ia.installer.Main.main(DashoA10*..)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
            at java.lang.reflect.Method.invoke(Method.java:611)
            at com.zerog.lax.LAX.launch(DashoA10*..)
            at com.zerog.lax.LAX.main(DashoA10*..)
         This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
    Thanks

    Despite the documentation and the -i console switch, it seems the installer for this update requires are graphical enviroment.
    Hope that helps!

  • Error installing Oracle 11g on OEL 5.0

    Hi All,
    I am getting below error message while installing 11g on Oracle enterprise Linux 5.0
    Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/prodiuct/11.1.0/network/lib/ins_net_client_.mk'.
    ==================portion of log file=================
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
    /u01/app/oracle/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /u01/app/oracle/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /u01/app/oracle/product/11.1.0/db_1/lib/ ;\
    INFO: /usr/bin/ar rv /u01/app/oracle/product/11.1.0/db_1/lib/libn11.a /u01/app/oracle/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    INFO: /bin/sh: line 2: /usr/bin/gcc: No such file or directory
    INFO: mv:
    INFO: cannot stat `ntcontab.o'
    INFO: : No such file or directory
    INFO:
    INFO: /usr/bin/ar: /u01/app/oracle/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    INFO: make: *** [ntcontab.o] Error 1
    ==================end=========================

    gcc package is on CD#2, sorry for confusion.
    Note: I have checked all the CDs. Mount CD #2 and cd to "Server" directory. There is gcc-4.1.1-52.el5 rpm package.

  • Can't Install 11g Db, Error ORA 28547/24324/01041

    hi,
    I was trying to install db 11g and the installation stopped half way through with 3 errors.
    1.ORA 24324: SERVICE HANDLE NOT IDENTIFIED
    2.ORA 01041: INTERNAL ERROR, HOSTDEF EXTERIOR DOES'NT EXIST
    3.ORA 28547: CONNECTION TO SERVER FAILED, PROABLY NET ADMIN ERROR.
    I have just trained on oracle application developper and very new to installing a personal database.
    My machine is a pentium duo core 1.7, 2gb ram and 120 hdd and my OS is XP professional sp2. I connect through this machine
    through my office lan to oracle 9i db in my company server.
    I have tried to set up a 11i DB Personal and 10g developer suite on the same machine.
    I could figured out the 1st error ORA-01041 and understand that the Environment variables have to be changed before I try to
    reinstall 11g.
    As I checked up the variable from System>advanced>environment variables it is showing a very long string which is
    (C:\app\ravid\product\11.1.0\db_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
    Files\Intel\Wireless\Bin\;C:\ORANT\BIN;)
    After looking this up in the c:\oracle folder trace the string only uptil 'bin'.
    I have DEVELOPER 2000 NT with Forms runtime and Graphics runtime already on the machine however i did not see any path in the
    system environment variable for this, or could it be that the string i mentioned above has that included too..one thing i know for
    sure is there was no oracle home before i tried to install the 11g db.
    Could someone also help me out with the 1st and 3rd errors as i don't know what they mean?
    Will really appreciate if you can help me through this.
    Thanks in advance for your time and advice.

    Re: Can't Install 11g Db, Error ORA 28547/24324/01041

  • Error/Issues Installing 11g R2 on Win7 64-bit Ultimate Ed

    I know this question may have been posted before...but I'm also having issues installing 11g R2 on Windows 7 64-bit Ultimate edition with 4GB RAM.
    It's consistently givine failed check during Prerequisite Checks:
    - Physical Memory failed
    - Available Physical Memory failed
    - Swap Size failed
    etc.
    One of failed message says:
    Physical Memory - This is a prerequisite condition to test whether the system has at least 922MB (944128.0KB) of total physical memory.
    Expected Value      : n/a
    Actual Value      : n/a
    List of errors:
    -      PRVF-7531 : Physical memory check cannot be performed on node "M-PC"
    - Cause: Could not perform check of physical memory on the node indicated.
    - Action: Ensure ability to access the node specified and view memory information.
    Added loopback and updated hosts file in system32... Ran setup as Administrator. Put zip files into one central directory C:\tempload\oracle11gR2\...
    Am I missing something? Access issue somewhere? I had to run notepad as administrator to update hosts file...
    Please advise...
    Thank you very much in advance for your help!

    I was able to continue with the installation (with your suggestion) and loaded 11g R2.
    Thank you again!

  • Error installing Apex 3.1 Application on 11g Apex

    Hi,
    I've come along some trouble when installing an application on embedded Apex in Oracle 11g Database.
    The application I'm trying to install was exported on the same machine, on a Oracle 10gR2 DB and Apex3.1 - HTTP Server.
    There have been no HW changes, DB is now 11gR1 and am using embedded PL/SQL Gateway and Apex that comes with the DB.
    Import works fine, but when I go to the next step (install, run and build), the following error appears:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 9, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_PAGE' ORA-06550: line 9, column 1: PL/SQL: Statement ignored <pre>begin declare h varchar2(32767) := null; ph varchar2(32767) := null; begin h := null; ph := null; wwv_flow_api.create_page( p_id => 0, p_flow_id=> wwv_flow.g_flow_id, p_tab_set=> '', p_name => '0', p_step_
    Error installing application.
    For the looks of it, there's a problem with arguments in the CREATE_PAGE. Have arguments in functions changed with the new version?
    Thank you in advance,
    Marc.

    Hello,
    Note, that if you are editing the export files manually yourself and 'get it wrong', you might run into problems 5 minutes, 5 hours, 5 days or 5 weeks down the line and really, truely be out on a limb by yourself.
    I really wouldn't recommend hand-editing the export files in this way without the explicit guidance of the Oracle APEX folks (and/or Oracle support).
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

  • ORA-12560 error during 11G Install

    Hi,
    I am trying to install 11G on my WIN XP Pro laptop.During the installation process, whilst the database configuration assistant is on the "Completing Database Creation" stage, ORA-12560 TNS:Protocol Adpater error is thrown.
    I've followed all steps so far in the install guide including installing Microsoft Loopback Adapter for my DHCP laptop but to no avail.
    Anyone's been through this thing before? Appreciate a quick repsosne please.
    Thanks.

    Here's the extract from the log at C:\app\gopher\cfgtoollogs\dbca\homedatabase.I've highlighted the TNS protocol error in bold.
    [Thread-43] [10:2:2:765] [OracleHome.isRacEnabled:177] bRacOn = false
    [Thread-43] [10:2:2:765] [Host.noEntryinOratab:5562] Check made for oratab arg passed............
    [Thread-43] [10:2:2:765] [Oradim.getAddEntryCommand:355] AddEntry=[C:\app\gopher\product\11.1.0\db_1\bin\oradim.exe, -new, -sid, homedatabase, -startmode, manual, -spfile]
    [Thread-43] [10:2:3:890] [Oradim.getEditEntryCommand:436] getEditEntry cmd=[C:\app\gopher\product\11.1.0\db_1\bin\oradim.exe, -edit, -sid, homedatabase, -startmode, auto, -srvcstart, system]
    [Thread-43] [10:2:4:484] [Oradim.addSidToRegistry:884] oracleHomeKey: SOFTWARE\ORACLE\KEY_OraDb11g_home1
    [Thread-43] [10:2:4:484] [OracleHome.getVersion:974] OracleHome.getVersion called. Current Version: 11.1.0.6.0
    [Thread-43] [10:2:4:484] [OracleHome.getVersion:1046] Current Version From Inventory: 11.1.0.6.0
    [Thread-43] [10:2:4:484] [OracleHome.getVersion:1051] using sqlplus: C:\app\gopher\product\11.1.0\db_1\bin\sqlplus.exe
    [Thread-43] [10:2:4:484] [CommonUtils.createPasswordFile:515] calling new orapwd for version : 11.1.0.6.0
    [Thread-43] [10:2:4:484] [OsUtilsBase.execProg:1335] beginning execProg with input array.
    [Thread-43] [10:2:4:484] [OsUtilsBase.execProg:1347] finished execProg with input array.
    [Thread-43] [10:2:4:484] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e7bb91
    [Thread-43] [10:2:4:484] [CloneRmanRestoreStep.executeImpl:218] Instance Creation went fine..........
    [Thread-43] [10:2:4:500] [CloneRmanRestoreStep.executeImpl:225] db_recovery_file_dest=C:\app\gopher\flash_recovery_area
    [Thread-43] [10:2:4:500] [CloneRmanRestoreStep.executeImpl:228] db_recovery_file_dest_size=2147483648
    [Thread-43] [10:2:11:484] [SQLEngine.done:2014] Done called
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12560: TNS:protocol adapter error
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
         at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:245)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
         at java.lang.Thread.run(Thread.java:595)
    [Thread-43] [10:2:11:484] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e7bb91
    [Thread-43] [10:2:11:484] [StepContext$ModeRunner.run:2513] oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:448)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
    java.lang.Thread.run(Thread.java:595)
    [Thread-43] [10:2:12:609] [SQLEngine.done:2014] Done called
    [Thread-43] [10:2:12:609] [Host.createStepSQLInterface:6444] sid =homedatabase
    [Thread-43] [10:2:12:609] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [Thread-43] [10:2:12:609] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [Thread-43] [10:2:12:625] [SQLEngine.initialize:281] m_bReaderStarted: false
    [Thread-43] [10:2:12:625] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-43] [10:2:12:625] [SQLEngine.initialize:334] Waiting for m_bReaderStarted to be true
    [Thread-43] [10:2:12:843] [SQLEngine.initialize:334] Waiting for m_bReaderStarted to be true
    [Thread-43] [10:2:12:859] [CloneRmanRestoreStep.cancel:614] Cleaning up partially extracted files failed
    [Thread-43] [10:2:12:921] [SQLEngine.done:2014] Done called
    [Thread-43] [10:2:12:921] [CloneRmanRestoreStep.cancel:629] RMAN cleanup failed
    [Thread-43] [10:2:12:921] [CloneRmanRestoreStep.cancel:630] oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.cancel(CloneRmanRestoreStep.java:617)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.cancel(StepContext.java:2590)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2552)
    java.lang.Thread.run(Thread.java:595)
    [Thread-43] [10:2:12:921] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\SYSTEM01.DBF
    [Thread-43] [10:2:12:921] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\SYSAUX01.DBF
    [Thread-43] [10:2:12:921] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\UNDOTBS01.DBF
    [Thread-43] [10:2:12:921] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\USERS01.DBF
    [Thread-43] [10:2:12:921] [CloneDBCreationStep.cancel:895] CloneDBCreationStep.cancel(): nodeList= null
    [Thread-43] [10:2:12:921] [SQLEngine.reInitialize:624] Reinitializing SQLEngine...
    [Thread-43] [10:2:12:921] [SQLEngine.getEnvParams:446] NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    [Thread-43] [10:2:12:921] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [Thread-43] [10:2:12:937] [SQLEngine.initialize:281] m_bReaderStarted: false
    [Thread-43] [10:2:12:937] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-43] [10:2:12:937] [SQLEngine.initialize:334] Waiting for m_bReaderStarted to be true
    [Thread-43] [10:2:13:93] [SQLEngine.done:2014] Done called
    [Thread-43] [10:2:13:93] [OracleHome.isRacEnabled:177] bRacOn = false
    [Thread-43] [10:2:13:93] [Oradim.getRemoveEntryCommand:477] Execing C:\app\gopher\product\11.1.0\db_1\bin\oradim.exe -delete -sid homedatabase
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\product\11.1.0\db_1\database\PWDhomedatabase.ora
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\product\11.1.0\db_1\database\inithomedatabase.ora
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\admin\homedatabase\pfile\init.ora
    [Thread-43] [10:2:13:203] [CloneDBCreationStep.cancel:936] CloneDBCreationStep.cancel(): bRaw=false
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\SYSTEM01.DBF
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\SYSAUX01.DBF
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\UNDOTBS01.DBF
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\USERS01.DBF
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\redo01.log
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\redo02.log
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\redo03.log
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\control01.ctl
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\control02.ctl
    [Thread-43] [10:2:13:203] [OsUtilsBase.deleteFile:1013] OsUtilsBase.deleteFile: C:\app\gopher\oradata\homedatabase\control03.ctl
    [Thread-43] [10:2:13:203] [SQLEngine.done:2014] Done called
    [AWT-EventQueue-0] [10:2:20:609] [SQLEngine.done:2014] Done called

  • Error INstalling Oracle 11g on Windows8 64 bit

    Hi Geeks,
    I have windows 8 64 bit sony Via system.
    I want to install oracle 11g on it.
    I have downloaded the setup in my E:\Oracle 11g setup.
    Now I get two folder post unzipping the two archivwe files
    E:\Oracle 11g setup\win64_11gR2_database_1of2\
    E:\Oracle 11g setup\win64_11gR2_database_2of2
    Now the doubt that I have is there are database folder in each of the two folder , so is it necessary to copy and paste database folder from second directory I,e *"E:\Oracle 11g setup\win64_11gR2_database_2of2"* into the first directory...for continuing with the installation ???????????
    Please respond

    Hkag wrote:
    Thanks Guys for your response..I have managed to install 11g on my system and runnig the queries succesfully now..
    What i did is :
    1] Created a new folder "oracle Install".
    2]ctrl+ selected both the zip files i had downloaded from Oracle site and then uncompressed them into "oracle Install".
    3] then ran the setup from Oracle Install...
    while doing this process also i got warning lime system dosent meets the requirements....but continued with the installation and it ran succesfully...
    what was different this time was previously when i had not done above 3 steps installation would fail saying some of the .dll files not found...but after this approach no file not found issues came...
    Lucky to have it installed ...
    If you consider it lucky to be running on an certified OS, where every issue you may run into will mean having to hack your own solution.
    When IBM upgraded their COBOL to COBOL-85 they warned that - due to very tight linkages between the compiler and the OS - if we remained with the older compiler "everything will continue to work as before, until such time as it doesn't".
    I'd say that's a very close analogy, and for exactly the same reasons. Tight linkage between the product and the OS. You hacked an installation, so things will work .... until such time as they don't.
    Would want to install a VM ware on my system and then Linux OS..then try installing Oracle on it too..

  • TNS Protocol error in 11g when creating a new database

    Hi,
    I have installed 11g R2 64 Bit on Solaris 10 64 Bit. The installation happened successfully. Now when I use DBCA to create a new database it says ORA-12560 TNS:Protocol Adapter Error. I am accessing the server console and performing all operations there itself, I can't understand this issue.
    I have also created a listener.ora and tnsnames.ora and its running successfully (but don't really know if it is needed since I have not even created the database). The sqlnet.log shows following
    =====================================================
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/export/home/oracle/product/11.1.0/db_1/bin/oracle)(ARGV0=oracleTSG11G)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')(DETACH=NO))(CONNECT_DATA=(CID=(PROGRAM=sqlplus)(HOST=sol11oracle-vm)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Solaris: Version 11.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for Solaris: Version 11.2.0.1.0 - Production
    Time: 17-DEC-2009 10:30:52
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Protocol adapter error
    =====================================================
    Some excerpts from the trace is:
    =====================================================
    2009-12-17 11:14:38.776040 : nsopen:opening transport...
    2009-12-17 11:14:38.776097 : ntpcon:entry
    2009-12-17 11:14:38.776140 : ntpcon:toc = 1
    2009-12-17 11:14:38.776196 : sntpcall:entry
    2009-12-17 11:14:38.776221 : sntpcall:not detaching from parent with additional fork
    2009-12-17 11:14:38.796184 : sntpcall:hdl[IR]=13, hdl[IW]=12
    2009-12-17 11:14:38.796429 : sntpcall:result string is NTP8 0
    2009-12-17 11:14:38.796527 : sntpcall:Can't read from pipe; err[1] = 8
    2009-12-17 11:14:38.796571 : sntpcall:exit
    2009-12-17 11:14:38.796674 : ntpcon:exit
    2009-12-17 11:14:38.796755 : nserror:entry
    2009-12-17 11:14:38.796776 : nserror:nsres: id=0, op=65, ns=12560, ns2=0; nt[0]=530, nt[1]=8, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    2009-12-17 11:14:38.796861 : nsopen:unable to open transport
    2009-12-17 11:14:38.796884 : nstoClearTimeout:entry
    =====================================================
    In /etc/host i have added server ip with host name.
    $ more /etc/host
    172.26.171.57 sol11oracle-vm
    The .profile of oracle user
    export TMP=/tmp
    export TMPDIR=$TMP
    export ORACLE_BASE=/export/home/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.1.0/db_1
    export ORACLE_SID=TSG11G
    export PATH=$PATH:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:$ORACLE_HOME/bin
    Please suggest.

    $ more tnsnames.ora
    # tnsnames.ora Network Configuration File: /export/home/oracle/product/11.1.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    TSG11G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.26.171.57)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TSG11G)
    $ tnsping tsg11g
    TNS Ping Utility for Solaris: Version 11.2.0.1.0 - Production on 17-DEC-2009 11:37:10
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /export/home/oracle/product/11.1.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.26.171.57)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = TSG11G)))
    OK (50 msec)

  • How to Install 11g Management Agent

    Hi
    I installed 11g EM Grid Control (11.1.0.1.0) on RHES 5U2 64bit server. Installation was successful. Now I wish to monitor my other database servers through this OEM. My servers are RHES 4U5 32bit so I downloaded 11g Agent Software for 32bit. runInstaller doesnt seem to work in GUI hence I had to modify the additional_agent.rsp file in the unzipped directory /../response and included details. When I run the installer with -silent option it fails after 5 minutes with Error: Connection timed out.
    Since I cannot access internet therefore I have set these values in the .rsp file
    SECURITY_UPDATES_VIA_MYORACLESUPPORT="false"
    DECLINE_SECURITY_UPDATES="true"
    Is there a workaround?
    Thank you all
    Edited by: user560883 on Jun 10, 2010 3:52 AM

    Hi Rob
    It worked while I was typing my response. Now I can see the target in OEM but when I try to set Target Credentials for the DB it fails.
    OEM->Home->Preferences->Preferred Credentials->Database Instance->Set Credentials-> Target Credentials
    I tried with two different user accounts but both are not accepted. I verified that the accounts are not locked.
    Also if I go to Database Instance Page and click on Configure, it doesnt show the property where I can set username and password (dbsnmp). Instead it is showing following error on top
    Error occurred while getting information for the specified target. Possible reasons include: the target doesn't exist; connection to the target failed
    Any clues?

  • Web Interface doesn't work after installing 11g

    A couple days ago I decided to install Oracle 11g (after already having 10g Express Edition), after successfully installing 11g, I tried to access 10g EE using http://127.0.0.1:8080/apex/apex, and it doesn't work anymore. I tried using a java program with Netbeans that connects to my 10g Database and there's connection with no problems and I can upload/download data with no problems, I just can't access the web interface.
    Thanks in advance.

    jalvarito wrote:
    A couple days ago I decided to install Oracle 11g (after already having 10g Express Edition), after successfully installing 11g, I tried to access 10g EE using http://127.0.0.1:8080/apex/apex, and it doesn't work anymore. I tried using a java program with Netbeans that connects to my 10g Database and there's connection with no problems and I can upload/download data with no problems, I just can't access the web interface.
    Thanks in advance.And the error message is . . . ????

Maybe you are looking for

  • What bluetooth speaker will work with the new IMAC 27"?

    Is Bose better than JamBox? Can someone recommend one? Is the speaker built into the new IMAC 27" good enough without external speaker?

  • Not to Update custom infotype

    Hi Expert, I have one custom FM which is used to update the custom infotype but my requirement is when it get fail it should not update the infotype but it is updating.Befor this FM we are performing operation i. e MASSN  07,08, . This requirement is

  • Defaulting the Document date to system date while GR cancelation via MIGO

    Hi All, While canceling a GR via MIGO transaction, i manually change the Document date to system date, but after posting still the document date is showing the original document date when is was posted. Is this is the standard behavior? I have a requ

  • $10 for answer: using Pattern - regular expressions and Scanner

    I'm trying to read input messages using Scanner. The messages are in format: word1 word2 number. the "number" is followed by "C null terminator" i.e. '\u0000' character. I tried this: Scanner input;           Pattern pat = Pattern.compile("(\\w+) (\\

  • Disater Recovery for exchange 2010 plan.

    Hi All, Happy New year 2014 .... we have running with exchange 2010 R1 with DAG enabled. we have below mentioned setup in our exchange server. Main site. Active directory server ( Primary DC, additional DC in our main site)  installed in Hyper V  hos