(urgent) Can't Start the database

Hi,
can anybody help me ?
i shutdown the database on Sun solaris from telnet. On the middle the internet connection wa down. And when i connect again and try to start the database there is a error
ORA-27146: post/wait initialization failed
i try to startup nomount and the message still come.
Anybody ever get this problem ?
please help me, because my company data was there.
Thanks

Once we have a problem after shutdown we are unable to startup the database on Sequent Numaq os Dynix/ptx 4.4
After shutdown the file sgadefSID.dbf should not be there in ORACLE_HOME\dbs directory.
But in our case this file was still there after shutdown we deleted this file and then using IPCRM command we deleted the process owned by oracle user .
to delete it need identifier number it can be find out by ipcs command.
null

Similar Messages

  • I can't start the database home page in windows xp

    I installed oracle in my windows xp pc but when i try to start the database home it opens an internet explorer windows with the address http://127.0.0.1:8080/apex and they cant find the page please, can somebody help me with tis problem.

    Okay, so what fixed this for me...
    Wasn't able to get to the fourms but was able to peice together what to do from doing google searches and reading the breif summery. Lucky for me I was able to try a few things and hit the sweet spot.
    Symptoms for me...
    Not able to use administration web page. http://127.0.0.1:8080/apex
    Noticed that the listener service was not listening on port 8080
    The services start but you are not able to get to the web page for administraton.
    Solution for me...
    Uninstall Oracle 10g Express Editon
    Re-install Oracle 10g Express Editon using the local administrator.
    That's it!
    I was installing the application using a domain account. Even though the domain account was in a domain group that was part of the local administrators group for the workstation the install wouldn't work completely.
    Message was edited by:
    user523004
    Message was edited by:
    user523004

  • Can't Start the database

    Environment: RedHat 6.2/ORCL 8.1.6
    I installed 8.1.6, and it appeared to go well. After the database creation, I was able to login from remote machines to my instance. I performed the post install dbora, and the system seemed ok.
    However, after restarting the machine I don't seem to be able to start the database. Issueing a command such as: dbstart returns the string: dbstart: command not found
    If I issue the command: /u01/oracle/data816/bin/dbstart &
    the computer returns: [1] 799
    This doesn't appear to do anything useful. Of course, now that I try to connect there is an error called "no listner"
    I'd appreciate any help.
    Lloyd
    null

    Here is the answer to your problem,
    If you open the dbstart script you will see a block of code that looks like this:
    if [ -f $ORACLE_HOME/bin/sqldba ] ; then
    VERSION=`$ORACLE_HOME/bin/sqldba command=exit | awk '
    /SQL\*DBA: (Release|Version)/ {split($3, V, ".") ;
    print V[1]}'`
    else
    if test -f $ORACLE_HOME/bin/svrmgrl; then
    VERSION=`$ORACLE_HOME/bin/svrmgrl command=exit | awk '
    /PL\/SQL (Release|Version)/ {substr($3,1,3) ;
    print substr($3,1,3)}'`
    else
    VERSION="8.2"
    fi
    fi
    the problem is in the second if statement. It looks for svrmgrl to spit out some text with "PL/SQL Release" or "PL/SQL Version" in it. Which it does not svrmgrl spits out Oracle8i Enterprise Edition Release so what you have to do is change it to look for Edition Release by checking the sub string.
    Below is the corrected code:
    if [ -f $ORACLE_HOME/bin/sqldba ] ; then
    VERSION=`$ORACLE_HOME/bin/sqldba command=exit | awk '
    /SQL\*DBA: (Release|Version)/ {split($3, V, ".") ;
    print V[1]}'`
    else
    if test -f $ORACLE_HOME/bin/svrmgrl; then
    VERSION=`$ORACLE_HOME/bin/svrmgrl command=exit | awk '
    /Edition Release/ {substr($5,1,3) ;
    print substr($5,1,3)}'`
    else
    VERSION="8.2"
    fi
    fi
    null

  • Urgent: can not startup the database in unix server

    hi...i am facing a treamendous problem...
    to shutdown the database(unix environmment), I have connected through putty and from there in the sysdba login, I have given the command "SHUTDOWN IMMEDIATE"
    but after that suddenly the power failure occurred and my local machine from which i was accessing the unix server, got shutdown..
    after the restart, when I am again accessing the putty and connected to the oracle11g server and from sysdba login, given the "STARTUP OPEN" command, then it is showing the error...
    SQL> startup open
    ORA-10997: another startup/shutdown operation of this instance inprogress
    ORA-09968: unable to lock file
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    Additional information: 29770
    please help...its very urgent..

    My advice is, as your request is 'urgent', you submit a Service Request at level 1 at My Oracle Support.
    This is a discussion forum and not a support forum, and it is manned by volunteers, not by Oracle Support Engineers.
    Thank you for your current and future cooperation not to submit 'Urgent' requests in a forum of volunteers.
    Sybrand Bakker
    Senior Oracle DBA

  • Help!Can not start the database by sqlplus!!!ORA-12514:

    OS:window xp
    oracle 10g
    sqlplus /nolog
    SQL*Plus: Release 10.1.0.2.0 - Production on 星期六 5月 20 15:08:26 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> connect sys/demo@demo as sysdba
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Message was edited by:
    [email protected]

    Yes!
    lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 20-5月 -2006 15:1
    2:44
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    no "demo" service,why?

  • Can not start the cluster database using srvctl

    Created a RAC database with CRS.
    When i start the cluster database with srvctl, it appears that the database is started (i made sure using srvctl status), but when i try to login to the database using sqlplus, i get a message 'connected to idle instance'. if i try to start the database from sqlplus, i get message 'requested INSTANCE_NUMBER is busy!.
    any thoughts why i can not connect to the database using sqlplus after i start the database using srvctl?
    I stop the database using srvctl and started using traditional sqlplus, it will start with out any problem.
    what am i missing?

    check ur oracle_sid,also try to connect as sqlplus sys/****@prod as sysdba
    may be this is due to improper setting of init.ora file.
    and post ur sqlplus output here.
    Thanks
    Kuljeet Pal Singh

  • I can not stop or start the Database logged with sidadm

    Hello !!
    I migrated ECC6 SAP / MaxDB 7.6.00.35 Windows 2003 Server to Windows 2008 Server. But now when I perform a login with sidadm, can not stop or start the database in dbmcli.
    Just with Administrator can stop or start the database.
    Error After  db_offline :
    Err -24994, ERR_RTE: Runtime enviroment error 1, could not create comm. Shared memory [5]
    sdbverify ok :
    SAP Utilities 7.6.00.35 64 bit in d:/sapdb/
    check files... ok
    check dependencies... ok
    package data is consistent
    DB Analyzer 7.6.00.35 64 bit in d:/sapdb/pr
    check files... ok
    check dependencies... ok
    package data is consistent
    db_enum
    OK
    P01     D:\sapdb\P01\db                         7.6.00.35       fast    running
    P01     D:\sapdb\P01\db                         7.6.00.35       quick   offline
    P01     D:\sapdb\P01\db                         7.6.00.35       slow    offline
    P01     D:\sapdb\P01\db                         7.6.00.35       test    offline
    Anyone have any ideas or know of any problem with windows 2008?
    tks

    Hello,
    -> Please check, if the solution of  SAP Note No. 688028 will help you with reported issue
    -> I also recommend to update the MAXDB, the version is quite old and there many fixes done in the new release patches of 7.6.
    Regards, Natalia Khlopina

  • How can i start oracle databases? i am using Oracle 8.1.6 for linux.

    when i run dbstart,it gives me following message:
    Database "ora4cweb" warm started.
    but when i use sqlplus,it says:
    ORA-01034: ORACLE not available
    i made a mistake ,i shutdown my linux before i shutdown oracle databases,how can i start oracle databases now?thanks in advance.

    try it without the scripts...
    login to linux as oracle
    start server manager
    svrmgrl
    connect internal
    startup
    select sysdate from dual;if that works
    exitcheck listener
    lsnrctl
    statif nothing running type
    start
    exitnull

  • Flash recovery area issue. I can not open the database??

    Hi all
    I am using oracle 11.2.0 .1.0 on windows
    when i tried to start the database I got the following error.
    ORA-03113: end-of-file on communication channel
    I clear out all information in Trace file. I cleared out all operating system level audit trails. then i deleted archivelog files using operating system level delete. still my database is not opening???
    I tried to start this using RMAN but got the same error. now i have deleted the files from flash recovery area how can i let oracle system to know that those are deleted and there is enough space. Rman does not execute crosschek commands at mount state of the database?
    Need solution.
    Regards
    MAlik

    malikdba wrote:
    the last option which ask to delete the files. i already have deleted the files at operating system level. now the issue is how to let the system that the space is free in flash recovery area? rman is not running crosscheck command at mount stage of the target database. What steps should i follow now?
    Thanks
    malik
    Are you saying you are getting an error while trying to crosscheck at mount?  Or you simply don't believe it will work?
    oracle:orcl$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Thu Jul 11 10:52:48 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area     839282688 bytes
    Fixed Size                     2231128 bytes
    Variable Size                503317672 bytes
    Database Buffers             331350016 bytes
    Redo Buffers                   2383872 bytes
    RMAN> crosscheck archivelog all;
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    specification does not match any archived log in the repository
    RMAN>
    A perfectly normal crosscheck at the mount stage

  • How to start the database manually?

    Hi,
    Recently I installed Oracle10g database in my laptop. I want to change the services from autostartup to manual. So that I can start the database whenver I want.
    After very first installation, I tried to do this exercise. Later I was not able to restart my database.
    Can anybody give me correct steps to do this exercise?
    Thanks,
    Viswa

    I'm surprised no-one has responded to this. Anyway, below are a bunch of shortcuts I use to start and stop my Oracle 10g. Note, I have to start the Listener AND Database for things to work. Note: you will have to check Control Panel - Services to find the Oracle.... and OracleService.... names as your's will be different.
    Start Listener:
    %windir%\System32\net.exe start OracleOraDb10g_home1TNSListener
    Start Database:
    %windir%\System32\net.exe start OracleServiceORADB10G
    Stop Listener:
    %windir%\System32\net.exe stop OracleOraDb10g_home1TNSListener
    Stop Database:
    %windir%\System32\net.exe stop OracleServiceORADB10G
    Hope this helps :)

  • Error wtith starting the database

    HI ALL
    I'm using oracle db 10g , i turned on database flashback then the database shutdown implicitly , next time i started the database
    i got the error ora-01033 .
    i checked the alert.log file & i found this lines :
    alter database open
    ORA-38760 signalled during: alter database open...
    Sun Feb 28 09:04:03 2010
    db_recovery_file_dest_size of 2048 MB is 45.02% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    can i solve this issue without turning off the flashback feature

    Hi,
    ORA-01033 has nothing to do with FRA. These are the normal messages you see in alert log after enabling this feature. Shutdown your database using abort option to solve the issue.
    Perform the following steps:
    1) shutdown abort
    2) startup
    3) shutdown immediate
    4) startup
    Asif Momen
    http://momendba.blogspot.com

  • The service name is invalid When starting the Database Control

    Dear Oracle Expert,
    I have installed Oracle database 11g on Windows Professional x64 Edition Version 2003 Service Pack 2..
    When I try to start the Database control after renaming the IP_address to the local machine name which is robert. It prompts back with an error.
    C:\>emctl status dbconsole
    Environment variable ORACLE_SID not defined. Please define it.
    C:\>set ORACLE_SID=ocp11g
    C:\>emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://192.168.1.67:1158/em/console/aboutApplication
    Oracle Enterprise Manager 11g is not running.
    C:\>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://192.168.1.67:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ...The service name is i
    nvalid.
    More help is available by typing NET HELPMSG 2185.
    C:\>hostname
    robert
    C:\>emctl status dbconsole
    OC4J Configuration issue. C:\app\Administrator\product\11.1.0\db_1/oc4j/j2ee/OC4
    J_DBConsole_192.168.1.67_ocp11g not found.
    C:\>set ORACLE_SID=ocp11g
    C:\>emctl status dbconsole
    OC4J Configuration issue. C:\app\Administrator\product\11.1.0\db_1/oc4j/j2ee/OC4
    J_DBConsole_192.168.1.67_ocp11g not found.
    C:\>emctl start dbconsole
    OC4J Configuration issue. C:\app\Administrator\product\11.1.0\db_1/oc4j/j2ee/OC4
    J_DBConsole_192.168.1.67_ocp11g not found.
    C:\>SET ORACLE_HOME= C:\app\Administrator\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBC
    onsole_robert_ocp11g
    C:\>set ORACLE_SID=ocp11g
    C:\>emctl status dbconsole
    OC4J Configuration issue. C:\app\Administrator\product\11.1.0\db_1/oc4j/j2ee/OC4
    J_DBConsole_192.168.1.67_ocp11g not found.
    C:\>emctl start dbconsole
    OC4J Configuration issue. C:\app\Administrator\product\11.1.0\db_1/oc4j/j2ee/OC4
    J_DBConsole_192.168.1.67_ocp11g not found.
    C:\>
    Thanks in advance.
    Rlee

    Hello Oracle experts,
    I have to managed to Configure the Database Control by configuring a Microsoft Network adapter on my laptop but
    right now I can't access it within the URL.
    Tests of the running Database control include:
    C:\Documents and Settings\Administrator>emctl status dbconsole
    Environment variable ORACLE_SID not defined. Please define it.
    C:\Documents and Settings\Administrator>SET ORACLE_SID=ocp11
    C:\Documents and Settings\Administrator>emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://robert:1158/em/console/aboutApplication
    Oracle Enterprise Manager 11g is running.
    Logs are generated in directory C:\app\Administrator\product\11.1.0\db_2/robert_
    ocp11/sysman/log
    C:\Documents and Settings\Administrator>
    When I try to access the database control, I am un able to.
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the robert:1158 home page, and then look for links to the information you want.
    Click the Back button to try another link.
    Click Search to look for information on the Internet.
    HTTP 404 - File not found
    Internet Explorer
    Is this something related to Internet Explorer.
    Kindly rescue me out.
    Regards,
    RLee

  • How can I start the BRTOOLS or BRGUI?

    Dear experts:
       I would like to ask you a question, that is how can I start the BRTOOLS or BRGUI?
       many thanks!
       Best Regards
    Edited by: feng Qiu on Jun 26, 2008 5:30 AM

    Hi fenq,
    Login as <sid>adm & run brtools after taht you fet the menu & many option
    BR*Tools main menu
    1 = Backup and database copy
    2 - Restore and recovery
    3 - Check and verification
    4 - Database statistics
    5 - Profiles and logs
    6 - Additional functions
    7 - Exit program
    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    BR662I Enter your choice:
    After that choose option & than enter.
    If you have any query than message me freely.
    Karan

  • Starting the database in standalone installation.

    hello all,
    In my office server I cannot access oracle tables via SQL * plus unless I start the database via the server manager utility, ie, svrmgrl> startup etc.
    However, in my stand alone home machine I have installed oracle 9i. The database, it seems is automatically started when the machine is booting. I have searched for the svrmgrl/svrmgr30/svrmgr80 utilities, but in vain.
    In this scenario, how can i manually start and shutdown the database in my stand alone installation.
    Can any body help me...?
    thanks in advance
    thomaskprakash

    Hi,
    which os and oracle version you are using ? i guess it's windows 2000 server anyway if my guess is right then start - setting - ctlpanel - adminstrative tools - service - open and right click and to the service choose properties and then choose manual in startup mode. you can also create a service for that ..
    first delete the service for your db
    oradim -delete -sid name of the service
    now create the service with the same name
    oradim -new -sid name of the service which you delte -startmode manual.
    thanks
    Alok.

  • Automatically start the database

    I could not automatically start the database recently. My OS is windows XP. I set all the OracleServiceSID to be automatic in the windows service and the ora_sid_autostart to be true in the registry. It automatically started before. I have not changed anything except that the network encryption was added recently. Can anybody give me a hint? Thank you very much for your help.
    Xiaoyun

    Thank you for your reply. I can still manually start the database. The only thing uncommon from the alert log is
    Thu Jul 10 16:36:58 2003
    Beginning crash recovery of 1 threads
    Thu Jul 10 16:36:58 2003
    Started first pass scan
    Thu Jul 10 16:36:58 2003
    Completed first pass scan
    3685 redo blocks read, 65 data blocks need recovery
    Thu Jul 10 16:36:58 2003
    Started recovery at
    Thread 1: logseq 302, block 145778, scn 0.0
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 302 Reading mem 0
    Mem# 0 errs 0: C:\ORACLE\ORADATA\SID\REDO01.LOG
    Thu Jul 10 16:36:59 2003
    Ended recovery at
    Thread 1: logseq 302, block 149463, scn 0.75826787
    65 data blocks read, 65 data blocks written, 3685 redo blocks read
    Crash recovery completed successfully
    Thu Jul 10 16:37:00 2003
    Do I have to do the recovery? Thank you for your help.

Maybe you are looking for

  • Music Library Glitch?

    Hi everyone, Newbie here, but I've been using macs for a few years now. I recently updated iTunes to 10.0.1 and now my music library no longer works, in fact all of my libraries are unresponsive. I can still access the iTunes Store and interestingly

  • N900 OVI map not available to be download..?

    Can I know where to download Nokia N900 OVI map..? Because I search allots of places but I still cannot get the map..Thks..

  • Reformat MacBook and restore a Backup

    what exactly do I have to do to reformat my MacBook and restore the Backup I have on my external hard drive? I want to revert to OS X only after installing Vista. will this bring back the EFI partition that was deleted?

  • How do I see the reminders due today

    On my old iPhone4 I could easily see organize my reminders by date - and thus easily see today's reminders. On the iPhone6 I dont know how to do that...? The reminders pop up on the lock-screen - but when activating the phone, the reminder disappears

  • Mavericks and Canon

    Ive just updated my OS to Mavericks and now mac wont speak to printer (4160). Printer says its connected to wireless. Any suggestions?