Win 2003 Oracle 10.2.0.1 to 10.2.0.3 - Oracle will not start after upgrade

I have been running Oracle 10.2.0.1 on Windows Server 2003 and I ran the patch set to upgrade to 10.2.0.3. After running the patch I rebooted and now I cannot start Oracle. I get the following error running the startup command:
H:\>sqlplus / as sysdba
SQL*Plus: Release 10.2.0.3.0 - Production on Wed Aug 20 15:10:37 2008
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 209715200 bytes
Fixed Size 1289748 bytes
Variable Size 125829612 bytes
Database Buffers 79691776 bytes
Redo Buffers 2904064 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
I found the following message in clsc.log. I don't know if it applies or not:
Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
2008-08-20 14:52:29.043: [  OCROSD][1348]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
2008-08-20 14:52:29.043: [  OCRRAW][1348]proprinit: Could not open raw device
2008-08-20 14:52:29.043: [ default][1348]a_init:7!: Backend init unsuccessful : [33]
2008-08-20 14:52:29.043: [ CSSCLNT][1348]clsssinit: error(33 ) in OCR initialization
Any thoughts as to what is going on?
Thanks in advance.
Brian

I think that you may have hit on it. It looks like the DB was not upgraded.
I just ran the patch set package p5337014_10203_WINNT. I assumed that it upgraded both the binaries and DB (if needed). In the alert file I had the following:
ORA-39700: database must be opened with UPGRADE option
Why it couldn't just show that on the screen is beyond me. :)
I found the following steps and it seems to have worked. Thanks for your help!
1. start a new sqlplus session
2. fire the following command on sqlplus
STARTUP UPGRADE
3. The database now opens successfully after which catalog and cataproc
sql's can be fired.
4. Now shutdown and startup the database as the database was started
with UPGRADE option.
pupbld sql can be executed after step 4.

Similar Messages

  • Win XP on Satellite M30X will not start after accu went flat

    XP on M30X will not start any more after accu went flat! Safe mode , latest working .... nothing works!
    The recovery CD offers 3 options1: new installation, 2 toshiba recovery utility ( expert mode) und 9 exit.
    How do i get to the recovery console of XP or how do i use 2 to restore the system without loosing any files.
    Thanks for any hints.
    This is a nite mare .....
    wolf
    have a nice day

    Thank you all for your help!
    I bought a new hard drive and reinstalled everything.
    I got a smart drive USB casing for the corrupted hard drive and connected it to the laptop.
    First it couldn't read any thing on it and it wouldn't run a scandisk. So i run a scandisk on 'my computer' which included the connected smart drive.
    Took a long time ... went to bed after 2 hours and when i got up and restarted the laptop, the smart drive was accessible and i could transfer all my files etc.
    I don't know what it did over night, but it worked.
    I reinstalled the old hard drive to retrieve some program data and it runs on windows again and everything was nearly like before, just the system restore wouldn't run and after a scan disk etc it still won't run.
    great.
    have a nice day
    wolf

  • Oracle 10g not starting after upgarde

    Hi,
       Oracle not starting after upgrade and this service not starting automatically . This is error giving in the event viewer
    Description:
    The OracleDEV102iSQL*Plus service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    Cheers
    Murali

    Hi,
    I cannot explain what went wrong.
    The error indicate that the upgrade is not finished or an error happened during the upgrade.
    Please, review the alert log and the upgrade logs.
    There are some possibilities:                                                                               
    - First one is to finish the upgrade to Oracle 10.2 manually. Please,  check the Metalink notes:                                                                               
    Note 316889.1 - Complete checklist for manual upgrades to 10gR2   
        Note:420146.1 - What is the Best Way to Upgrade to 10g?                                                                               
    - Second option is to restore the database to a point before the  upgrade. In this case, you have to use the Oracle 9.2 software as  well and need to restart the upgrade from the beginning.

  • Oracle 10G Non-Network install - OEM will not start when on the LAN.

    Greetings,
    Got through a non-networked 10G Enterprise installation OK; I chose to create the orcl schema, connected to it through various utilities, added new tablespace, and all was well. I also checked my Host Name by pinging it in DOS, it showed me the IP address of the MS loopback adapter which is what I was expecting.
    Once I connected the same machine to the LAN (and internet) and re-booted, for some reason the Host Name was now assigned the dynamic IP address of the LAN and not LAN2 (which is the loopback adapter that is assigned a static local IP address). It did this even though I had already added an entry in the /etc/hosts file that explicitly assigns a static IP address to the Host Name (as recommended in the Oracle 10G pre-installation instructions). I also could not get the OEM to launch a webpage, run and connect to the orcl database after the re-boot; I am wondering if this is related to the IP address assigned to Host Name changing; maybe the Oracle agent can no longer resolve the URL for some reason?
    In the end I find that the only way to insure I can have a working Oracle environment and be on an active network at the same time, is to bring up the Oracle environment on a standalone system first, and once Oracle is running connect the system to the network. Is there no way to automate this process?
    The format of the hosts file entry recommended by the Oracle 10G pre-installation instructions is as follows:
    ===========================================================
    IP_address hostname.domainname hostname
    where:
    IP_address is the non-routable IP address you entered for the loopback adapter.
    hostname is the name of the computer.
    domainname is the name of the domain.
    For example:
    10.10.10.10 mycomputer.mydomain.com mycomputer
    ==========================================================
    In my case since I am not part of a Windows domain (but am part of a Windows Workgroup), I added an entry in the /etc/host file that looks like the following:
    # Copyright (c) 1993-1999 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host
    127.0.0.1 localhost
    192.168.110.250 IBM-6AB1330E158
    ==> Note that I did not add the domain name to the entry I created since I am not part of a domain, I also used the format I found in the etc/hosts file which is:
    IP_address hostname.domainname
    - not -
    IP_address hostname.domainname hostname
    Which is the format recommended in the Oracle 10G pre-installation instructions; this does leave me wondering which format is correct...
    Thanks in Advance for any help,
    ADG13

    I have not. I am hoping someone (maybe even from Oracle support) will step up and officially tell us we are either right or wrong in the way we are approaching this. From the research I have done on the internet it sounds like this should work, you should be able to have Oracle starting and running fine whether you boot connected to the LAN or not, assuming you have created the MS loopback adapter, assigned it a static IP, and changed the hostname entry in etc/hosts file as part of the 10G WinXP recommended pre-installation instructions.
    And yet I find I have to start Oracle when I am not connected to the LAN or the services will not start correctly. If this is a "feature" then hopefully someone will tell us and maybe give us a workaround or give us an idea if this will be addressed in a future release. Having said that and in fairness to the Oracle product; being a developer I have other products installed on my machine that have special networking setup needs also, and in my case this could be exasperating or even possibly causing this Oracle problem I am having. To be specific I have software for 2 different VPNs installed so I can tunnel into 2 private networks. One of these VPNs require me to make use of a DNS Suffix (as shown below) which might be contributing to my problems, not sure. I also have VMWare installed which uses it own network adapters when it is running, so you can see how things could get a little hairy... at any rate, there is my 2 cents worth (or is that 5 cents? : )
    fwiw,
    ADG13
    C:\Documents and Settings\Administrator>ipconfig/all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : IBM-6AB1330E158
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : ibm.com
    Ethernet adapter Local Area Connection 2:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft Loopback Adapter
    Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.110.250
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . : ibm.com
    Description . . . . . . . . . . . . . : Intel(R) PRO/1000 MT Mobile Connection
    Physical Address. . . . . . . . . : 00-11-25-13-96-AF
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 192.168.1.102
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.1
    DNS Servers . . . . . . . . . . . : 65.24.7.3
    Lease Obtained. . . . . . . . . . : Wednesday, January 11, 2006 3:40:08 AM
    Lease Expires . . . . . . . . . . : Thursday, January 12, 2006 3:40:08 AM
    Ethernet adapter AGN Virtual Network Adapter:
    Connection-specific DNS Suffix . : ibm.com
    Description . . . . . . . . . . . : AGN Virtual Network Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-01
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 9.49.217.159
    Subnet Mask . . . . . . . . . . . : 255.255.255.255
    Default Gateway . . . . . . . . . :
    DHCP Server . . . . . . . . . . . : 9.49.217.159
    DNS Servers . . . . . . . . . . . : 9.0.2.1
    9.0.3.1
    Lease Obtained. . . . . . . . . . : Wednesday, January 11, 2006 8:06:20 AM
    Lease Expires . . . . . . . . . . : Monday, January 18, 2038 10:14:07 PM

  • Oracle 10g XE installation problem on Ubuntu Linux, Oracle will not start

    Hi,
    After installing the pakages the error is when I call sqlplus and login as SYS :-
    oracleXE: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
    ERROR:
    ORA-12547: TNS:lost contact
    What I have done:-
    My system is 64 bit AMD.
    I installed .deb package on Ubuntu 9.04 server. I installed the following packages.
    1.     ibc6-i386
    2.     libaio_0.3.104-1_i386.deb
    3.     bc
    4.     oracle-xe-universal_10.2.0.1-1.1_i386.deb.
    The Oracle processes do not start after running /etc/init.d/oracle-xe start.
    I can tnsping from the local machine.
    dpkg -l |grep libaio gives the following:
    ii libaio1 0.3.107-3ubuntu1 Linux kernel AIO access library - shared lib

    I have been running XE on 9.04 (32bit on my laptop - 64bit on my workstation) and both works fine. I had no problem installing. I followed the directions in documents I found on Ubuntu forums and also google. The document I used to install on 64bit was from http://littlebrain.org
    I remember using
    dpkg -i --force-architecture libaio1_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio-dev_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio1-dbg_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture oracle-xe_10.2.0.1-1.0_i386.deb
    and then I used the ./oracle-xe configure as root, the installation was ok - and I have even updated the APEX version to 3.2.1 on the XE installation running on my 64bit Ubuntu 9.04
    hope this proves useful
    R/ Zafer

  • My itunes will not start in Win XP. I get an error that says MSVCR80.dll can't be found. I am scared if I just reinstall iTunes that I will lose all my music and apps that are in the old itunes. What can I do.

    My iTunes will not start in Win XP. I am getting an error that says MSVCR80.dll can't be found. I am concerned that if I just do a reinstall
    of  iTunes it will overwrite or delete all the music and apps I have on the current app that won't start. When I boot the PC I get the following:
    APSDaemon.exe - unable to locate. MSVCR80.dll not found. Reinstalling application may fix this problem. How can I get iTunes started without losing
    all my music and apps? Thanks

    It won't unless a problem occurs. Back them up, uninstall iTunes and all related components, and reinstall them.
    (100013)

  • Oracle web tier install+config: opmn does not start after install

    Centos 5 box.
    After a silent install of web tier 11.1.1.2 opmn will not start. The installation was "complete" but I found some errors in the various log files.
    When I try to start a process (for example) using opmn this error occurs in the log file:
    [2011-03-31T16:31:49][opmn][TRACE:1][][OPMN]Failed to open wallet (file:/apps/oracle/orahttpserver/as_1/instances/instance2/config/OPMN/opmn/wallet) [default password] (28759)
    Command line says unexpected error, code 512 or something to that effect. The given wallet directory is empty.
    Checking back through the install & configure logs:
    java.lang.NoClassDefFoundError: oracle/security/crypto/core/PublicKey
            at oracle.as.config.utl.FileUtil.createSelfSignedOracleWallet(FileUtil.java:697)
            at oracle.as.config.utl.FileUtil.generateWallet(FileUtil.java:631)
            at oracle.as.config.utl.FileUtil.generateWallet(FileUtil.java:667)
            at oracle.as.config.utl.FileUtil.generateWallet(FileUtil.java:558)
            at oracle.as.config.impl.OpmnProvisioner.generateWallet(OpmnProvisioner.java:70)
            at oracle.as.config.impl.OpmnProvisioner.createOpmnConfiguration(OpmnProvisioner.java:366)
            at oracle.as.config.impl.OracleASInstanceImpl.createOpmnConfiguration(OracleASInstanceImpl.java:586)
            at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:107)
            at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createASInstanceWrapper(CreateASInstance.java:137)
            at oracle.as.install.webtiercd.webtierconfig.util.CreateASInstance.createStandaloneASInstance(CreateASInstance.java:83)
            at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureInstanceStandalone(WebtierConfigurationAction.java:590)
            at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureStandalone(WebtierConfigurationAction.java:441)
            at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.doExecute(WebtierConfigurationAction.java:174)
            at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
            at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
            at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
            at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
            at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
            at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
            at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
            at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
            at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: oracle.security.crypto.core.PublicKey
            at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
            ... 22 more
    The configuration of  completed successfully.
    Checking a screen shot of someone else's configure output theirs continues beyond
    "Bootstrapping OPMN configuration files..."
    and correctly generates the instance etc.
    I have tried a reinstall, and also tried a generate a new instance using the silent config tool. Same errors each time.
    Log also states;
    Oracle Instance Home
                            Instance Home Size: 0 MB (or 40mb)
                            Available: 0 MB
    . This varies between installs and configs but available is always 0. There is Gb's of space available in the directory and the user has write permissions.
    Can anyone tell me why it is failing to correctly generate the wallet?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Solved. Oracle_home and Instance home must be subdirectories of MIDDLEWARE_HOME. MIDDLEWARE HOME and command to not install updates must be added to response file. Helpful to install and configure separately.

  • Oracle 11g database instance will not start

    I have an oracle 11g instance running on 64bit windows server 2008. The instance will not start:
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 4526317568 bytes
    Fixed Size 2262648 bytes
    Variable Size 2566916488 bytes
    Database Buffers 1946157056 bytes
    Redo Buffers 10981376 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 6496
    Session ID: 107 Serial number: 3
    After that, the oracle service for the instance stops.
    It will startup with nomount and I can mount it with no issue, but as soon as I try: alter database open; it fails.
    I ran a validate in rman, and no error were found.
    How do I troubleshoot this?

    Ok, thanks to all for pointers on finding the alert log. Found it. here's the relevant section, I believe:
    ARCH: Error 19809 Creating archive log file to 'D:\ORADATA\FASTRECOVERY\....\ARCHIVELOG\2012_11_07\O1_MF_1_2456_%U_.ARC'
    Errors in file C:\APP\diag\rdbms\....\trace\ukgb01_ora_3308.trc:
    ORA-16038: log 2 sequence# 2456 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: 'F:\ORADATA\REDO\....\REDO02.LOG'
    USER (ospid: 3308): terminating the instance due to error 16038
    ARC0: STARTING ARCH PROCESSES
    System state dump requested by (instance=1, osid=3308), summary=[abnormal instance termination].
    System State dumped to trace file C:\APP\diag\rdbms\.....\trace\xxxxx_diag_504.trc
    Dumping diagnostic data in directory=[cdmp_20121107205514], requested by (instance=1, osid=3308), summary=[abnormal instance termination].
    Instance terminated by USER, pid = 3308
    Wed Nov 07 21:13:40 2012
    Adjusting the default value of parameter parallel_max_servers
    from 640 to 185 due to the value of parameter processes (200)
    Starting ORACLE instance (normal)
    I'm new to all this. What do I do in rman to clear this up?

  • Elements 5 will not start from the windows old file after upgrading from vista to win 7

    Elements 5 will not start from windows.old after upgrading from vista to win 7

    Ideally there should not be any impact of OS change, but officially PSE5 is not supported on Win7.
    What exactly happens ? Can you see the processes running in Task-manager?

  • About a tablespoon of wine spilled on my keyboard and my macbook will not start now.  What do I do? I ned it for school.

    About a tablespoon of wine spilled on my keyboard and my macbook will not start now.  What do I do? I ned it for school.  Thank you for any suggestions.

    Turn off power, and allow your computer to dry completely.

  • Win 8.1 will not load after update from 8.0

    I have a M6-K010dx with win 8. Was fine for 2 years untill updated win 8.1. Now can not access nor recover or re-install win 8. Was purchased at Best Buy but was not given any software or keys. No keys on bottom. When trying to re-install system it says partistion is not there for use. I have tried to call Best Buy and they say I must buy new software and recovery disks. I have tried to boot from USB but will not do it. Have changed in bios for boot order. I do not have a USB DVD but cnan probably get one. If I DL ISO I will not have key to use.
    It would appear that as the screen flashes on and off that it may be a video driver problem but have no way of fixing if it is. Do not think I should have to buy new software as I paid for it at purchase and not sure if I did I could install from USB. Because of the lack of rercover partition not there I would think I was sold a defective system.
    Any help appreciated.

    Hi @guaranteed , 
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your Windows 8.1 not loading correctly after an update. Windows 8.1 is just an update and would not remove your partition.
    You can reinstall Windows 8 with any Windows 8 disk as long as it is the same version as yours. Windows 8 Home or Windows 8 Professional. It will install and update with no issues.
    You might want to look at this document on some different options.
    Hope this helps.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Oracle Service does not start after installation of Domain role

    Hi all,
    here is my setting:
    Windows Server 2008 R2 64bit
    ORACLE ONE 11g
    I installed the database and it was working fine until I installed the domain controller role on this server.
    Finally I needed to uninstall this role again and restarted the server several times during this process.
    Now I can not access the database anymore. Listener starts, then stops.
    database service stops with Windows Service Error "Could not start in a timely fashion..." (but quite immediately after starting)
    Checking the database installation, I could not find the ORACLE HOME path in the env variables anymore, also not a trace of other ORACLE paths there.
    This database is REALLY important to me, so if you have an idea how to restore the original state, I would be glad.
    And NO , I haven´t made a backup, since it was more or less 1 day between db setup and domain role setup...
    Thanks in advance...
    Meden
    Edited by: user10859969 on 13.01.2012 14:29

    And No, you shouldn't have installed Oracle on a Domain Controller in the first place, as the activity of a Domain Controller will impair the database performance heavily.
    So the best solution is CTRL-ALT-DEL and start all over again.
    If the database is that important for you, why didn't you install it on a real OS, and why for heaven's sake did you promote the database server to a domain controller?
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle ODB Console will not start - Oracle 11.1g

    PC info: Windows XP
    Oracle new install: 11.1 g
    Listener is running. I can log-in to SQLPLUS from DOS as sysdba and run commands. But I can not start the Oracle Enterprise Manager session. I get the error " Can't establish connection to xx.xxx.xx.xxx:1158 "
    When I try to start the service in windows ORACLE DB CONSOLE ORCL, I get the following error:
    ================================================================================
    Windows could not start the ORACLE DB CONSOLE ORCL on local computer. For more review the system even log. If this is a non-Microsoft service, contact the service vendor, and refer to the service-specific error code 2.
    ======================================================================================
    Please advice.
    I am seeing this error in log client folder:
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2012-04-11 08:03:28.968: [  OCROSD][1884]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    2012-04-11 08:03:29.015: [  OCRRAW][1884]proprinit: Could not open raw device
    2012-04-11 08:03:29.015: [ default][1884]a_init:7!: Backend init unsuccessful : [33]
    2012-04-11 08:03:31.437: [ CSSCLNT][1884]clsssinit: error(32 PROC-32: Cluster Ready Services on the local node is not running Messaging error [9]) in OCR initialization
    Thanks.
    Edited by: 789308 on Apr 11, 2012 6:32 AM
    emomos log last entries ( note they are old from January, I am not seeing new error logs):
    ==========================================================================================
    2012-01-18 16:54:32,765 [shutdownHookThread] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2012-01-18 16:54:53,984 [shutdownHookThread] ERROR em.notification unregisterOMS.1417 - Error unregistering: Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:390)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:519)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:167)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:816)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:325)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:235)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:157)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:94)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1702)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:575)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:435)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:432)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:203)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:179)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:359)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getSystemConnection(ConnectionService.java:1304)
         at oracle.sysman.emdrep.notification.NotificationMgr.unregisterOMS(NotificationMgr.java:1408)
         at oracle.sysman.emdrep.notification.NotificationMgr.destroy(NotificationMgr.java:1867)
         at oracle.sysman.emSDK.svc.ServiceUtil.cleanupServices(ServiceUtil.java:212)
         at oracle.sysman.eml.app.ContextInitializer.contextDestroyed(ContextInitializer.java:878)
         at com.evermind.server.http.HttpApplication.destroyContextListeners(HttpApplication.java:5651)
         at com.evermind.server.http.HttpApplication.destroy(HttpApplication.java:5618)
         at com.evermind.server.http.HttpSite.destroy(HttpSite.java:865)
         at com.evermind.server.http.HttpServer.destroy(HttpServer.java:549)
         at com.evermind.server.ApplicationServer.destroy(ApplicationServer.java:1937)
         at com.evermind.server.ApplicationServerShutdownHandler.run(ApplicationServerShutdownHandler.java:94)
         at java.lang.Thread.run(Thread.java:595)
    =================================================================================================
    Edited by: 789308 on Apr 11, 2012 7:13 AM
    When I run this command: C:\>emctl status dbconsole
    I get : ENVIRONMENT VARIABLE ORACLE_SID NOT DEFINED. PLEASE DEFINE IT.
    Edited by: 789308 on Apr 11, 2012 7:22 AM
    Edited by: 789308 on Apr 11, 2012 7:41 AM
    This is what I did:
    SQL> emctl status dbconsole
    SP2-0734: unknown command beginning "emctl stat..." - rest of line ignored.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Pr
    oduction
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\Documents and Settings\AIM>emctl status dbconsole
    Environment variable ORACLE_SID not defined. Please define it.
    C:\Documents and Settings\AIM>set oracle_sid=orcl
    C:\Documents and Settings\AIM>emctl stop dbconsole
    OC4J Configuration issue. C:\app\AIM\product\11.1.0\db_1/oc4j/j2ee/OC4J_DBConsol
    e_10.101.15.141_orcl not found.
    C:\Documents and Settings\AIM>emctl start dbconsole
    OC4J Configuration issue. C:\app\AIM\product\11.1.0\db_1/oc4j/j2ee/OC4J_DBConsol
    e_10.101.15.141_orcl not found.
    Edited by: 789308 on Apr 11, 2012 7:42 AM
    Edited by: 789308 on Apr 11, 2012 10:31 AM

    I get : ENVIRONMENT VARIABLE ORACLE_SID NOT DEFINED. PLEASE DEFINE IT.so then
    SET ORACLE_SID=FOOBAR

  • FORM NOT RESPONDING AFTER UPGRADING TO ORACLE 10GR2 DATABASE

    Hi All
    We are upgrading from Oracle 9i (single AIX Server) to Oracle 10gR2 on HACMP of 2 AIX 5.3 Server.
    Our application is in Forms 9.0.4 deployed into iAS 10.1.2.0.2.
    There is a custom Login Form that checks for UserID and Password and validate
    to Authentication Table.
    This form works fine in Oracle 9i but doesn't work in Oracle 10g (After
    Upgrading).
    On the Login Form, this happen :
    After user enter UserID the forms query the DB and display UserName succesfully,
    but after enter Password and press OK, it does not responding,
    takes forever to complete..
    Additional information :
    Before :          After :
    Oracle 9i          Oracle 10gR2
    SIngle AIX Server     Two AIX Server in HACMP
    Charset : AL16UTF16     WE8ISO....
    Given the information above, What could possibly cause this problem ?
    Thank you for your help,
    xtanto.

    xtanto,
    not sure what causes the problem, but my suggestion is to check the password query.
    To give you another hint: Your way of authenticating users is not hack safe. As you describe that providing a user ID will show the name first before I have to provide the password, it allows me to fish for valid user accounts. The recommended way of using login screens is to have the user enetring userid and password in teh same screen and use both information to authenticate the user in a single query.
    Frank

  • Tomcat (3.2.8) service will not start in Windows 2003 Server

    We just upgraded one of our servers to Windows 2003 Server. I did change the port in server.xml from 8080 to 8060. When I try to start the tomcat service it fails with an error message:
    Could not start the Tomcat service on Local Computer.
    Error 1067: The process terminated unexpectedly.
    I can however start it with the startup.bat file in tomcat_home\bin
    Can anyone help.. was running fine under windows 2000 server

    Corection Tomcat version is 3.2.4

Maybe you are looking for

  • Forms 9i release date ?

    hi: i want to know when it will be release forms 9i to OTN and production... thankx, ricardo

  • ITunes Store search still broken

    There have been previous posts on this topic, but I just wanted to raise it again. The search function on iTunes is really buggy, and doesn't inspire confidence: As an example (on the Australian Store) - search for Danger (The Bomb) Shows up fine, ri

  • SMB sharing in Yosemite Server

    Before I upgrade to Yosemite Server (from 3.2.2) I was wondering what are people's experiences with SMB file sharing in Yosemite Server, I see some changes had been made, is it working anywhere near reliably yet - in terms of file sharing between Mac

  • Urgent expalantion about surrogate keys

    Hi, i had a big doubts about primary keys and surrogate keys, i don't know anything about surrogate keys. need information on above.. Regards, sh

  • Brwoser does not refresh for each server event if delta handling is on

    I wrote a simple stateful BSP page. When I turn on delta handling(to remove flickering) on the page, page is refreshed only for every other server event. This page contains two table views and I use table view iterator for one of them. How can I forc