Oracle instances not starting

So,
We tried to bring our Oracle 10g RAC cluster back online on Monday and have been having issues getting the instances to come up. Here's what we've seen so far:
[oracle@db1-dev bin]$ ./crs_stat -t
Name Type Target State Host
ora....SM1.asm application ONLINE ONLINE db1-dev
ora....EV.lsnr application ONLINE ONLINE db1-dev
ora....dev.gsd application ONLINE ONLINE db1-dev
ora....dev.ons application ONLINE ONLINE db1-dev
ora....dev.vip application ONLINE ONLINE db1-dev
ora....SM2.asm application ONLINE ONLINE db2-dev
ora....EV.lsnr application ONLINE ONLINE db2-dev
ora....dev.gsd application ONLINE ONLINE db2-dev
ora....dev.ons application ONLINE ONLINE db2-dev
ora....dev.vip application ONLINE ONLINE db2-dev
ora.orcl.db application ONLINE OFFLINE
ora....l1.inst application ONLINE OFFLINE
ora....l2.inst application ONLINE OFFLINE
[oracle@db1-dev bin]$./crs_start ora.orcl.orcl1.inst
Attempting to start `ora.orcl.orcl1.inst` on member `db1-dev`
Start of `ora.orcl.orcl1.inst` on member `db1-dev` failed.
db2-dev : CRS-1018: Resource ora.db1-dev.vip (application) is already running on db1-dev
CRS-0215: Could no start resource 'ora.orcl.orcl1.inst'.
[oracle@db1-dev bin]$ ./srvctl start instance -d orcl -i orcl1
PRKP-1001 : Error starting instance orcl1 on node db1-dev
CRS-0215: Could not start resource 'ora.orcl.orcl1.inst'
[oracle@db1-dev bin]$ ./crsctl check crs
CSS appears healthy
CRS appears healthy
EVM appears healthy
[oracle@db1-dev bin]$
We have two nodes in our RAC cluster (db1-dev and db2-dev). Both nodes run on linux as well. I've also tried using the "srvctl" command to remove and add the instances as well as the database. That has not seemed to change our situation.
Any help would be greatly apprecited.
Thanks in advance.

So,
I attempted to use SQLPlus to start the instances and I received TNS listener errors:
[oracle@db1-dev bin]$ sqlplu /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Oct 12 09:16:20 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> CONNECT SYS as SYSDBA
Enter Password:
ERROR:
ORA-12154: TNS:could not resolve the connect identifier specified
This is bothersome. Especially since the "tnsnames.ora" file has not changed on this box (and it used to work). Ideas on how to fix this?
I also looked through your blog and discovered that we don't have the cap files for anything but the listeners... so, I created a file that looks like this:
NAME=ora.orcl.db
TYPE=application
ACTION_SCRIPT=/u01/app/oracle/product/crs/bin/racgwrap
PLACEMENT=balanced
CHECK_INTERVAL=600
FAILOVER_DELAY=0
FAILURE_INTERVAL=60
FAILURE_THRESHOLD=1
AUTO_START=1
ACTIVE_PLACEMENT=0
OPTIONAL_RESOURCES=
REQUIRED_RESOURCES=
RESTART_ATTEMPTS=1
SCRIPT_TIMEOUT=600
STOP_TIMEOUT=0
HOSTING_MEMBERS=
UPTIME_THRESHOLD=7d
USR_ORA_ALERT_NAME=
USR_ORA_CHECK_TIMEOUT=0
USR_ORA_CONNECT_STR=/ as sysdba
USR_ORA_DEBUG=0
USR_ORA_DISCONNECT=false
USR_ORA_FLAGS=
USR_ORA_IF=
USR_ORA_INST_NOT_SHUTDOWN=
USR_ORA_LANG=
USR_ORA_NETMASK=
USR_ORA_OPEN_MODE=
USR_ORA_OPI=false
USR_ORA_PFILE=
USR_ORA_PRECONNECT=none
USR_ORA_SRV=
USR_ORA_START_TIMEOUT=0
USR_ORA_STOP_MODE=immediate
USR_ORA_STOP_TIMEOUT=0
USR_ORA_VIP=
I then did the following to register it:
[oracle@db1-dev bin]$ ./crs_unregister ora.orcl.db
[oracle@db1-dev bin]$ ./crs_profile -validate ora.orcl.db
[oracle@db1-dev bin]$ ./crs_register ora.orcl.db
[oracle@db1-dev bin]$ ./crs_start ora.orcl.db
Attempting to start `ora.orcl.db` on member `db1-dev`
Start of `ora.orcl.db` on member `db1-dev` failed.
Attempting to start `ora.orcl.db` on member `db2-dev`
Start of `ora.orcl.db` on member `db2-dev` failed.
CRS-1006: No more members to consider
CRS-0215: Could not start resource 'ora.orcl.db'
Thanks again for the help.

Similar Messages

  • Oracle instance not start

    hi all friends,
    i have a problem regarding oracle instance
    i have created one database called prtr and create another for recovery manager called rman not rman database open correctly but old database is not open properly, give me some solution for this and also for recovery manager.
    SQL> connect internal/oracle@prtr;
    Connected.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01113: file 3 needs media recovery
    ORA-01110: data file 3: 'E:\ORACLE\ORADATA\PRTR\USERS01.DBF'
    null

    need to ALTER DATABASE DATAFILE 'path.../damaged_datafile.dbf' OFFLINE ;
    run {
    allocate channel ch1 type disk;
    restore tablespace tablespace name;
    recover tablespace tablespace name;
    null

  • Oracle instance not starts

    Hi,
    I have problem that when i restart the server oracle instance doesn't start. it gives an error ORA: 01034 and ORA:27101. I have to logon as 'system/manage as sysdba' then manaually start the instance by giving 'startup' command. How to come up this problem. The OS is Windows 2003 server and the database is oracle 10g. Please help me.........
    Thanks in Advance.
    Regards
    Abu Asfar

    Abu Asfar wrote:
    Hi,
    I have problem that when i restart the server oracle instance doesn't start. it gives an error ORA: 01034 and ORA:27101. I have to logon as 'system/manage as sysdba' then manaually start the instance by giving 'startup' command. How to come up this problem. The OS is Windows 2003 server and the database is oracle 10g. Please help me.........
    Thanks in Advance.
    Regards
    Abu Asfar
    ORA-01034 & ORA-27101
    This link is useful for you...
    Regards
    S.Azar
    DBA
    "Question is Unquestionable" Ratan Tata

  • Oracle does not start

    Hi,
    I have installed oracle 11g r1 on centos. When the pc is connected to network, then I have no problem to spart oracle, else the oracle does not starts.
    What can I do to start oracle with or without internet connection.
    On windows I used a loopback adapter. Is here any method?
    Thank you

    Hello,
    ORA-12157: TNS:internal network communication errorThis Note of My Oracle Support may give you some solution:
    Local Connections Are Not Working ORA-12157 "TNS:internal network communication error" [ID 399342.1]Is the Loopback Interface well configured ?
    http://www.informit.com/articles/article.aspx?p=25845
    From the below documentation:
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32002/pre_install.htm#BABFHCJG
    "+When you run the ping command on the computer itself, the ping command should return the IP address of the computer.+"
    Hope this help.
    Best regards,
    Jean-Valentin

  • Instance not started with oracle 9i and solaris 9

    Hi!
    I installed oracle 9i for solaris 9 and when the database creates the system halt at 50% (créated and start oracle instance).
    Sorry, my english is bad
    thx
    laurent

    I suggest you use install_prep.sh to check if your server environment is fine to start oracle.
    See note 189256.1 on metalink and download file at http://metalink.oracle.com/cgi-bin/cr/getfile_cr.cgi?283805

  • SAP Oracle instance not able to start

    Dear Experts,
    Successfully, Upgrade the Oracle patch Version 10.2.0.4.0 from oracle Version 10.2.0.1.0 on SCM4.1 with windows 2003 server. After upgrade the patch, I tried to start oracle instance but I got an error
    Please see the erroru2026
    SQL> Connected to an idle instance.
    SQL>
    SQL> ORA-27102: out of memory
    OSD-00029: additional error information
    O/S-Error: (OS 8) Not enough storage is available to process this command.
    SQL> Disconnected
    BR0280I BRSPACE time stamp: 2010-02-18 12.27.14
    BR0279E Return code from 'E:\oracle\CIT\102\BIN\sqlplus': 0
    BR0302E SQLPLUS call for database instance CIT failed
    BR0306E Start and open of database instance CIT failed
    BR0669I Cannot continue due to previous warnings or errors - you can go back to
    repeat the last action
    BR0280I BRSPACE time stamp: 2010-02-18 12.27.14
    BR0671I Enter 'b[ack]' to go back, 's[top]' to abort:
    Regards,
    MMS

    Hi Manoj,
    As per your advice, I increased SGA size 3GB (sga_max_size = 3GB)
    After that I tried to activate the oracle but I am facing error:
    BR0280I BRSPACE time stamp: 2010-02-18 15.15.28
    BR0304I Starting and opening database instance CIT ...
    BR0278E Command output of 'E:\oracle\CIT\102\BIN\sqlplus':
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Feb 18 15:15:28 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    SQL> Connected to an idle instance.
    SQL>
    SQL> ORA-27100: shared memory realm already exists
    SQL> Disconnected
    BR0280I BRSPACE time stamp: 2010-02-18 15.15.29
    BR0279E Return code from 'E:\oracle\CIT\102\BIN\sqlplus': 0
    BR0302E SQLPLUS call for database instance CIT failed
    BR0306E Start and open of database instance CIT failed
    BR0669I Cannot continue due to previous warnings or errors - you can go back to
    repeat the last action
    BR0280I BRSPACE time stamp: 2010-02-18 15.15.29
    BR0671I Enter 'b[ack]' to go back, 's[top]' to abort:
    Regards,
    MMS

  • Oracle does not start automatically ORA-01031: insufficient privileges

    Hi,
    OS WS2008R2.
    ORACLE 11gR2.
    Oracle Instance does not start with oracle services but if i stop and restart the services it comes up clean.
    Moreover if i change service ownership to Domain\Administrator it again works well.
    Checked registery and all ok. No error in alert.log. Only clue found in Oradim.log.
    ORADIM.LOG....
    C:\Oracle\Ora11g\bin\oradim.exe -startup -sid ptdb -usrpwd * -log oradim.log -nocheck 0
    Thu Nov 15 15:16:15 2012
    ORA-01031: insufficient privileges
    Please help
    Thanks

    1- startup type- Auto
    2- Group to user- ORA_DBA
    3 - you can check log on tab in the service properties and set the username and password who responsible about this services
    As i already stated 3 works. but i want it to work under Local System and not under any user.
    Thanks

  • Oracle XE not starting up

    Hi Community,
    I have installed Oracle XE on top of RH FC4 running on my VM. When I start XE I get the following error:
    [root@vm ~]# /etc/init.d/oracle-xe start
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    [root@vm ~]#
    I tried capturing the errors which are '/bin/su: /bin/bash: Permission denied', I checked the permissions which are okay. The oracle-xe script fails at line "$SU -s /bin/bash $ORACLE_OWNER -c "$SQLPLUS -s /nolog @$ORACLE_HOME/config/scripts/startdb.sql" > /dev/null 2>&1".
    Has anybody encountered this problem?
    Cheers
    Nitin

    Here are the complete logs of the fresh installation which I carried out......
    [root@vm ~]# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
    Preparing... ########################################### [100%]
    1:oracle-xe-univ ########################################### [100%]
    Executing Post-install steps...
    You must run '/etc/init.d/oracle-xe configure' as the root user to
    configure the database.
    [root@vm ~]# /etc/init.d/oracle-xe configure
    Oracle Database 10g Express Edition Configuration
    This will configure on-boot properties of Oracle Database 10g Express
    Edition. The following questions will determine whether the database should
    be starting upon system boot, the ports it will use, and the passwords that
    will be used for database accounts. Press <Enter> to accept the defaults.
    Ctrl-C will abort.
    Specify the HTTP port that will be used for Oracle Application Express [8080]:
    Specify a port that will be used for the database listener [1521]:
    Specify a password to be used for database accounts. Note that the same
    password will be used for SYS and SYSTEM. Oracle recommends the use of
    different passwords for each database account. This can be done after
    initial configuration:
    Confirm the password:
    Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:
    Starting Oracle Net Listener...Done
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    To access the Database Home Page go to "http://127.0.0.1:8080/apex"
    [root@vm ~]# /etc/init.d/oracle-xe start
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    [root@vm ~]# /etc/init.d/oracle-xe stop
    Shutting down Oracle Database 10g Express Edition Instance.
    Stopping Oracle Net Listener.
    [root@vm ~]# /etc/init.d/oracle-xe start
    Starting Oracle Net Listener.
    Starting Oracle Database 10g Express Edition Instance.
    Failed to start Oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr and Oracle Express Database using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus.
    Again I had to copy init.ora to initXE.ora and change the shared memory size to 62198988 bytes.
    SQL> shutdown immediate;
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 96468992 bytes
    Fixed Size 1257356 bytes
    Variable Size 88080500 bytes
    Database Buffers 4194304 bytes
    Redo Buffers 2936832 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    SQL>
    -bash-3.00$ pwd
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs
    -bash-3.00$ ls -lrt
    total 48
    -r-xr-xr-x 1 oracle dba 8385 Jan 30 2006 init.ora
    -r-xr-xr-x 1 oracle dba 8386 Feb 26 11:17 initXE.ora
    -rw-rw---- 1 oracle dba 1544 Feb 26 11:17 hc_XE.dat
    -rw-rw---- 1 oracle dba 24 Feb 26 11:18 lkDEFAULT
    -bash-3.00$
    -bash-3.00$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 26-FEB-2008 11:20:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Log messages written to /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    TNS-12555: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00525: Insufficient privilege for operation
    Linux Error: 1: Operation not permitted
    Listener failed to start. See the error message(s) above...
    -bash-3.00$
    -bash-3.00$ more listener.ora
    # listener.ora Network Configuration File:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = vm)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    -bash-3.00$

  • Oracle Essbase not starting up

    Hi,
    We are having issues with oracle essbase server in our oracle Hyperion planning system. The ./opmncl startall process gives below error. checked OPMN log and it says, JVM initialization and singleserver signon are succesfull. However, i see errors in the leasemanager_essbase log. Not sure what this log contains. thanks for help
    ./opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    ================================================================================
    opmn id=bmaps-ess01:6712
    0 of 1 processes started.
    ias-instance id=EPM_ess01
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    EssbaseCluster-1/EssbaseAgent/AGENT/
    Error
    --> Process (index=0,uid=0,pid=0)
    Service fail over start failure
    Log:
    none
    --> Process (index=1,uid=2078161822,pid=22635)
    failed to start a managed process after the maximum retry limit
    Log:
    /hyperion/Oracle/Middleware/user_projects/ess01/diagnostics/logs/OPMN/opmn/c onsole~EssbaseCluster-1~EssbaseAgent~AGENT~1.log
    [hyperionadmin@BMAPS-ESS01 bin]$ ./opmnctl status
    Processes in Instance: EPM_ess01
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    EssbaseCluster-1 | EssbaseAgent | N/A | Down
    The lease manager log
    [2012-10-05T11:23:56.517-15:23] [ESSBASE0] [LM-41] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:768294784] Odbc Driver [DataDirect 6.0 Oracle Wire Protocol]
    [2012-10-05T11:23:56.517-15:23] [ESSBASE0] [LM-40] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:768294784] Host [bmaps-db01.ocfo.dc.gov] and port [1521]
    [2012-10-05T11:23:56.517-15:23] [ESSBASE0] [LM-42] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:768294784] Service Name [BMAPSSNP.OCFO.DC.GOV]
    [2012-10-05T11:23:56.517-15:23] [ESSBASE0] [LM-44] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:768294784] User [HSS]
    [2012-10-05T11:23:57.126-15:23] [ESSBASE0] [LM-9] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:23:57.128-15:23] [ESSBASE0] [LM-9] [ERROR] [32][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:23:59.133-15:23] [ESSBASE0] [LM-9] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:23:59.134-15:23] [ESSBASE0] [LM-9] [ERROR] [32][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:24:01.140-15:24] [ESSBASE0] [LM-9] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:24:01.141-15:24] [ESSBASE0] [LM-9] [ERROR] [32][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:24:03.146-15:24] [ESSBASE0] [LM-9] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:24:03.147-15:24] [ESSBASE0] [LM-9] [ERROR] [32][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:24:05.152-15:24] [ESSBASE0] [LM-9] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:24:05.153-15:24] [ESSBASE0] [LM-9] [ERROR] [32][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:24:07.158-15:24] [ESSBASE0] [LM-9] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:24:07.160-15:24] [ESSBASE0] [LM-9] [ERROR] [32][] [ecid:1349450636674,0] [tid:1087072576] Attempt to connect to database failed with error [[DataDirect][ODBC Oracle Wire Protocol driver]Connection refused. Verify Host Name and Port Number.].
    [2012-10-05T11:24:07.160-15:24] [ESSBASE0] [LM-1] [ERROR] [32][] [ecid:1349450636674,0] [tid:1087072576] Failed to acquire the lease after [6] consecutive attempts.
    [2012-10-05T11:24:07.160-15:24] [ESSBASE0] [LM-16] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:1087072576] Lease is being surrendered.
    [2012-10-05T11:24:07.160-15:24] [ESSBASE0] [LM-11] [NOTIFICATION] [16][] [ecid:1349450636674,0] [tid:1087072576] Preparing to shutdown abort.
    [2012-10-05T11:24:09.161-15:24] [ESSBASE0] [LM-12] [ERROR] [32][] [ecid:1349450636674,0] [tid:1087072576] Terminating the process.

    Hi,
    Is your Database started properly?
    Since it seems that EPM components are not able to communicate with the Database.
    You can use the following steps to start Database [if Oracle]-
    1. START TNSLISTNER FIRST      --- cd <bin folder for the Oracle Database> AND THEN ./lsnrctl start
    2. START EMCTL Database        --- cd <bin folder for the Oracle Database> AND THEN ./emctl start dbconsole
    8. START DATABASE              --- cd <bin folder for the Oracle Database> AND THEN ./sqlplus
    9. Log on to                --- https://<IP address for Database server>:1158/em and click on startup and provide the necessary detailsFollow the steps to start the database if database not starting properly
    Thanks,
    HyperEPM

  • 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.

  • Oracle crash - not starting

    We have a Windows Server 2008 R2 Enterprise x64 Oracle 10.2.0.3 Adempiere - ERP
    We had a power breakdown at 03.00 AM.
    At 07.30 AM we started the server
    At 08.00 our colleagues observed that the ERP is not functioning
    We started Adempiere
    ERP was not able to connect to Oracle DB
    We entered EM Console and we checked the DB status
    The listener was functional - up and running
    DB was shotdown in progress
    We tried to abort shot down via SQL Plus using command : shutdown abort
    Nothing happen
    We tried shutdown - no result
    We tried shutdown immediate - no result
    Then we made Windows Shutdown from start menu
    After restart of the server we checked in Windows Services.MSC the Oracle running services
    Oracle JoobscheduleORCL was disabled, the rest were running. We set this one on automatic
    The listener was functional - up and running
    DB was shotdown in progress
    We tried to abort shot down via SQL Plus using command : shutdown abort
    Nothing happen
    We tried shutdown - no result
    We tried shutdown immediate - no result
    We tried to restart the Oracle Services with no result
    We searched on the forum.oracle.com and we found out that the problem could be that the undotablespace is corrupted.
    We tried to fix the table
    We used the following command line :
    alter database datafile 'xxxxx\undotbs01.dbf' offline drop;
    http://www.dbas-oracle.com/2011/06/recovery-from-undo-tablespace-block.html
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:5669213349582
    The current situation is :
    SQL> startup ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> shutdown immediate ORA-24324: service handle not initialized ORA-24323: value not allowed ORA-01092: ORACLE instance terminated. Disconnection forced
    SQL> startup ORA-01031: insufficient privileges
    Please help !

    open Command Window & do exactly as below
    sqlplus
    / as sysdba
    shutdown abort
    startup
    COPY commands & results then PASTE all back here

  • Oracle is not starting (ORA-27102: out of memory)

    Hi All,
    We have installed successfuly SAP Netweaver EHP1(SR1) (ABAP and Java)  with  SUNOS & Oracle10 on the same server.
    After installation we have stopped the java instance and tried to start but the database is not starting and it is showing the error
    SQL> startup
    ORA-27102: out of memory
    SVR4 Error: 22: Invalid argument
    Then we have added project in /etc/project
    NWJ:500:SAP System NWJ:nwjadm,oranwj::process.max-sem-nsems=(priv,2048,deny);project.max-sem-ids=(priv,1024,deny);project.max-shm-ids=(priv,256,deny);project.max-shm-memory=(priv,18446744073709551615,deny)
    but it doesn't resolve the issue.
    Even we have stopped the Abap instance including database but no use.
    Can any one provide the soluion ASAP.
    Regards,
    Venu

    Hello,
    I've hit this ORA-27102 several times when installing on Solaris 10. The problem was that SAPINST (which runs as root) runs its child processes under the root project, even though they have user ID ora<sid> or <sid>adm. Because the root project often has shared memory limited to 2 GB, Oracle fails with ORA-27102 if it needs more than 2 GB.
    I'm not quite sure that the above problem corrseponds with yours though. Is SAPINST finished and are you logged in as ora<sid> or <sid>adm and running SQLPLUS manually? If so, make sure that you are indeed running in the correct project. Commands that can help:
    id -p
    ps -e -o pid,comm,project | grep sqlplus
    Regards,
    Mark

  • Oracle Database not starting ORA-01034: ORACLE not available and ORA-27101

    Dear Sir,
    today i have restarted the database server (11gR2) after that database service is not starting, the error message is
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0

    [oracle@bladb ~]$ export $ORACLE_HOME
    -bash: export: `/oracle/product/11.2.0/dbhome_1': not a valid identifier
    [oracle@bladb ~]$ sqlplus sys/manager as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 3 17:46:28 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    [oracle@bladb ~]$ tail -20 /oracle/product/11.2.0/dbhome_1/startup.log
    SQL> Connected to an idle instance.
    SQL> ORA-00845: MEMORY_TARGET not supported on this system
    SQL> Disconnected
    /oracle/product/11.2.0/dbhome_1/bin/dbstart: Database instance "bladb" warm started.
    /oracle/product/11.2.0/dbhome_1/bin/dbstart: Starting up database "bladb"
    Fri May 3 17:40:24 IST 2013
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 3 17:40:24 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORA-00845: MEMORY_TARGET not supported on this system
    SQL> Disconnected
    /oracle/product/11.2.0/dbhome_1/bin/dbstart: Database instance "bladb" warm started.

  • Multiple instances not starting using Windows services

    Hi,
    We have two Oracle instacnes installed in same oracle home. They are not starting using windows 2000 service manager.
    I have to go to svrmgrl and set the ORACLE_SID environment variable to startup each instance. How can I make them start through windows Services instead of manually doing it.
    Is installing multiple instances in same home a good idea?
    These multiple instances are not part of paralell server.
    Regards,
    Wasim.

    Hi,
    I have checked the registry keys and everything looks ok.
    ORACLE_instance_AUTOSTART is true
    ORACLE_instance_PFILE is correct
    ORACLE_instance_SHUTDOWN is true
    ORACLE_instance_SHUTDOWNTYPE is i
    Above values are right for both instances. I even have recreated the services using ORADIM. I can start both instances by going to command prompt set ORACLE_SID and start the instance using SVRMGRL. But they'll not autostart when the machine is rebooted.
    Regards,
    Wasim.

  • 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

Maybe you are looking for

  • OutlookSyncClient error/crash with iTunes 7.5.0.20 and iPhone 1.1.2

    Anytime I try to sync my iPhone with Outlook Contacts or Calendar I get a popup window that says: "OutlookSyncClient has encountered a problem and needs to close. We are sorry for the inconvenience." Then it has 3 buttons: Debug, Send Error Report, D

  • Sales order document flow error

    we do credit memo for one sales order, in the sales order document flow, the credit memo accounting document's status is not cleared. how can we changed it to be cleared?

  • Brighten Sticky Notes in Acrobat X?

    Sorry if this has already been posted, but I couldn't find it. I have Acrobat 9 on my desktop, and Acrobat X on a shared server, and use sticky notes to help mark sections of documents. These sticky notes are color-coded. Sticky notes in Acrobat 9 ar

  • RAM Specs

    I want to add another 1GB of RAM to my MacBook Pro 2.16 Core Duo. I got this laptop with 1GB of RAM and I was wondering if anyone knew if it was one 1GB card or two 512GB cards. Second, I looked at the specs for the new card that I would have to buy.

  • Every three secs. a pop-up window prompts me to Select a Wireless Network. I hit cancel and it does it again.

    Every three seconds a pop-up window prompts me to Select a Wireless Network. I select the network then a window tells me it's unable to connect to the network although it is connected. I hit cancel and it goes away for three seconds and returnees con