Cannot start the database as open, only mount

We are running Oracle 10 g release 1. We had a power outage on Sunday and since then we have a problem.

The database starts with the mount, but won't open.

Anyone have answers?

After running RECOVER database with the HELP of BACKUP CONTROLFILE until CANCEL then you must apply wheich newspapers online D:\ORACLE\PRODUCT\10.1.0.2\oradata\devoltp\(like D:\ORACLE\PRODUCT\10.1.0.2\oradata\devoltp\redo01.log actually v$ logfile). There can be more than an online journal so apply these and ALTER DATABASE OPEN RESETLOGS

Tags: Database

Similar Questions

  • Cannot start the database the R12 DR Oracle EBS of RAC 10 g R2 using SRVCTL

    Hello

    I've implemented Oracle 10g R2 RAC data DR Guard for main server Oracle 10 g R2 RAC for EBS R12 (12.0.4).
    I followed Note + ' Business Continuity for Oracle Applications Release 12 on Release 10 gr 2 - Single Instance Database and RAC [452056.1 ID]. +.
    After you configure DR DG, I added DR Database to the Configuration of the Cluster. But I'm not able to start the DR Database via SRVCTL. But able to start the DR Database through Sql * more. I have already mentioned Note: + troubleshooting when srvctl cannot start the RAC instance, but sqlplus can start [ID 844272.1] + and tried to solve the problem but without success.

    , I opened SR but still, the problem is not resolved. Are there steps I need to do that is not mentioned in Note 452056.1.

    Rgds,
    Thiru

    Have you reviewed these docs?

    CRS - 215 srvctl cannot start ASM, listener, %ORACLE_HOME%/bin/ resources RDBMS with error [740319.1 ID]
    Could not start the Instance with Srvctl, no Info in the newspapers of Imon [ID 741212.1]

    Thank you
    Hussein

  • Cannot start the database after reducing the size of the RAM

    Hi all

    I have a database of GR 11, 2 installed in virtual box VM. Initially, I got 3 GB of RAM for this machine (when the database has been installed).

    I then reduced it to 1 GB. Then I tried to start the database, but I got error below.

    MEMORY_TARGET not supported on this system


    Help, please.


    Thank you

    Mauricette.

    User618902-OC says:

    Is it not possible to reduce the size of the RAM and start the database with configuration on MEMORY_TARGET changes?

    What part of "MEMORY_TARGET not supported on this system" do you NOT understand?

  • Cannot start the database instance - cannot open the spfile

    Here's what I did, that lead to a problem starting my database instance. It is a database that I just load data, and I do not have a backup yet :-(

    I created a structure for a new database and data loaded from a different database, which has been a very long process of becasus of the amount of data.

    Today, I decided to create a model of this database by using the Configuration Wizard.

    Before you begin the management of models, I decided to remove an old database that was never created correctly. I used the Setup Wizard to remove this database and got an error that SPFILEROVM. There is no such thing as ORA. But the removal has completed, and I worry too much.

    Then, I started to create my GoodDatabase model. I stopped with the message again that the SPFILEROVM. ORA (from the old database) did not exist. But it is already stopped my GoodDatabase and I can't restart. I use OEM Database Control for restart, but I get the complaint about the SPFILEROVM once again. ORA of the old database. How can I solve this problem? The error of OEM is attached below. The database is under Windows Server 2003. I can connect in OEM to another database instance (orcle) but I do not have the OEM rack.

    Thanks in advance.


    SQL * more: release 10.2.0.3.0 - Production the Sea 2 08:42:15 Feb 2011

    SQL > SQL > connect to an idle instance.
    SQL > ORA-01078: failure in the treatment of system settings
    ORA-01565: error to identify the file ' F:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\SPFILEROVM. ORA'
    ORA-27041: could not open the file
    04002 - OSD: could not open the file
    S/O-error: (OS 2) the system cannot find the file specified.
    Disconnected

    1 find the log of alerts for this instance
    2. look for the section where the database is put into service. All default settings will be listed here. Copy the parameters by using Ctrl + c
    3. create a file F:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\initrovm.ora
    4. Paste the settings in this file
    5. start a dos commands prompt
    6 set oracle_sid = rovm
    7 sqlplus / as sysdba
    8. create spfile from pfile

    Your database must begin now.

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • Bad system setting, cannot start the database

    Hello, I have problem with start my database

    C:\Users\Raw>sqlplus "/ as sysdba"
    
    
    SQL*Plus: Release 11.2.0.1.0 Production on Thu May 28 15:23:34 2015
    
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    
    Connected to an idle instance.
    
    SQL> startup
    ORACLE instance started.
    
    
    Total System Global Area 1068937216 bytes
    Fixed Size                  2182592 bytes
    Variable Size             587203136 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5595136 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-30012: undo tablespace 'UNDOTS3' does not exist or of wrong type
    Process ID: 2716
    Session ID: 5 Serial number: 3
    
    SQL> startup mount
    ORACLE instance started.
    
    
    Total System Global Area 1068937216 bytes
    Fixed Size                  2182592 bytes
    Variable Size             587203136 bytes
    Database Buffers          473956352 bytes
    Redo Buffers                5595136 bytes
    Database mounted.
    SQL> show parameter undo
    
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    undo_management                      string      AUTO
    undo_retention                       integer     900
    undo_tablespace                      string      UNDOTS3
    SQL> select * from v$tablespace;
    
    
           TS# NAME                           INC BIG FLA ENC
    ---------- ------------------------------ --- --- --- ---
             0 SYSTEM                         YES NO  YES
             1 SYSAUX                         YES NO  YES
             2 UNDOTBS1                       YES NO  YES
             4 USERS                          YES NO  YES
             3 TEMP                           NO  NO  YES
             6 ARB_TABLESPACE                 YES NO  YES
             7 ARB2_TABLESPACE                YES NO  YES
             5 UNDOTBS2                       YES NO  YES
             8 TEMP2                          NO  NO  YES
             9 UNDOTBS3                       YES NO  YES
    
    
    10 rows selected.
    
    
    SQL> alter system set undo_tablespace=UNDOTBS3 scope=both;
    alter system set undo_tablespace=UNDOTBS3 scope=both
    *
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-01219: database not open: queries allowed on fixed tables/views only
    
    SQL> alter database open
      2  ;
    alter database open
    *
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-30012: undo tablespace 'UNDOTS3' does not exist or of wrong type
    Process ID: 1128
    Session ID: 5 Serial number: 3
    
    SQL>
    
    

    When I have a parameter not valid, the I often resolve when the database does not open is to simply create a pfile the spfile file:

    sqlplus

    Connect / as sysdba

    create pfile='/home/oracle/pfile.txt 'to spfile='/u01/app/oracle/product/12.1.0.2/dbs/spfileorcl.ora ';

    Then use a text editor to fix the value of the parameter. When done, save the changes. Then create spfile from pfile this and you should be able to start the instance.

    create spfile='/u01/app/oracle/product/12.1.0.2/dbs/spfileorcl.ora 'to pfile='/home/oracle/pfile.txt ';

    startup

    HTH,

    Brian

  • Cannot start the database

    I'm not able to restart the database.
    SQL > shutdown immediate
    ORA-01109: database is not open

    The database is dismounted.
    ORACLE instance stops.

    SQL > startup
    ORACLE instance started.

    Mounted database.
    ORA-16038: log sequence 1 # 1583 can be archived
    ORA-19809: limit exceeded for file recovery
    ORA-00312: thread 1 1 online journal: ' D:\ORCL\FILES\REDO01. JOURNAL"

    Even while your instance is in EDITING mode, run:
    view the log_archive_dest parameter
    Show parameter db_recovery_file_dest

    Go into these directories, find and delete the files from your *.arc

  • Cannot start the database because of the archivelogs

    We use Oracle 11 g R2.

    We put the archivelogs on June 1, 2011. The archivelogs took all the space available on the server, so we got the error:
    Status: Opened but not available
    Details: Archive is unable to archive a redo log because the output device is full or inaccessible. The instance is open.

    I backed up the archives and remove them from the flash_recovery_area.

    Still, the database does not start. I had to stop immediately, but I can't connect through OEM or sqlplus.

    SQLPLUS was told that shutdown is not yet complete.

    OEM say status is wound down, but when I do a startup, I get this

    SQL > connect to an idle instance.
    SQL > SQL > ORA-01012: not connected
    Disconnected


    Can anyone help? It is urgent. There are many applications that run on the database.

    Elsie says:
    We use Oracle 11 g R2.

    We put the archivelogs on June 1, 2011. The archivelogs took all the space available on the server, so we got the error:
    Status: Opened but not available
    Details: Archive is unable to archive a redo log because the output device is full or inaccessible. The instance is open.

    I backed up the archives and remove them from the flash_recovery_area.

    Still, the database does not start. I had to stop immediately, but I can't connect through OEM or sqlplus.

    SQLPLUS was told that shutdown is not yet complete.

    OEM say status is wound down, but when I do a startup, I get this

    SQL > connect to an idle instance.
    SQL > SQL > ORA-01012: not connected
    Disconnected

    Can anyone help? It is urgent. There are many applications that run on the database.

    If you have removed the archivelogs at the operating system level, this fact was not in the rman catalog in the control file.

    c:> rman target /
    rman> crosscheck archivelog all;
    rman> delete noprompt expired archivelog all;
    

    And now you have remove these logs if you don't back them up you are sunk. Take a full backup immediately.

    Then put in your backup rman script commands to the archivelogs backup and remove them after that that they are saved. The details are in the documents to tahiti.oracle.com

    BTW, this is a community of volunteers. If you have "urgent" that you will need to open a SR with oracle and deal with people who are paid to deal with "emergency".

  • Cannot start the instance with srvctl only sqlplus

    Hello

    I must be missing something very obvious here... I can't launch the instances on our 2 CCR node with srvctl (fine get all others managed by cluster service/listeners/etc), but if I use sqlplus + start, all right.

    Oracle Standard Edition 11.1.0.7 on Linux x 86-64
    Instances: bopa1 + bopa2
    Nodes: bls0114 + bls0115

    The error I get is:
    -----
    bls0115:ora. Bopa.bopa2.inst:
    bls0115:ora. Bopa.bopa2.inst:SQL * more: version 11.1.0.7.0 - Production on Sun Oct 21 16:12:59 2012
    bls0115:ora. Bopa.bopa2.inst:
    bls0115:ora. Bopa.bopa2.inst:Copyright (c) 1982, 2008, Oracle. All rights reserved.
    bls0115:ora. Bopa.bopa2.inst:
    bls0115:ora. Bopa.bopa2.inst: Enter-username: connect to an idle instance.
    bls0115:ora. Bopa.bopa2.inst:
    bls0115:ora. Bopa.bopa2.inst:SQL > ORA-00119: invalid specification for the system REMOTE_LISTENER parameter
    bls0115:ora. Bopa.bopa2.inst:ORA - 00132: error syntax or network name not resolved "LISTENERS_BOPA."
    bls0115:ora. Bopa.bopa2.inst:ORA - 01078: failure in the treatment of system settings
    bls0115:ora. Bopa.bopa2.inst:SQL > disconnected
    bls0115:ora. Bopa.bopa2.inst:
    CRS-0215: could not start resource 'ora.bopa.bopa2.inst '.
    -----
    Looking lsnrctl status, I don't see that LISTENER_host name on the nodes, has something to do with it?

    The cluster has been newly installed and works fine otherwise.

    Published by: traore on 25 October 2012 14:25

    Hello

    you have defined a REMOTE_LISTENER parameter in the database which can be solved with the TNSNAMES.ora uses the clusterware.

    Then 2 possibilities:

    (a.) your tnsnames.ora to the dbhome contains no entry of the LISTENERS_BOPA.
    (b) you use a tnsnames.ora different due to the use of the TNS_ADMIN variable. It's probably settled in the sqlplus environment, but not on the level of database/instance when clusterware tries to start.

    Set it with:
    setenv srvctl database d t ' "TNS_ADMIN =".

    or perhaps at the level of the instance (instance of setenv srvctl - but I'm not sure it exists.) Sorry no atm 11.1 cluster to check).

    Concerning
    Sebastian

  • CARS > cannot start the DEV database on the second node after clone of PROD

    2 node RAC

    Example 1: DEV11
    Example 2: DEV12

    Database version: 10.2.0.5.0
    OS: RHEL 5.5

    After clone database, we can only bring to the top of the database on node 1. After the start of the database in the instance DEV11, we cannot raise the database in the instance DEV12. After the start of the database in DEV12, we cannot raise the database pending DEV11.

    We receive an error ORA-00600 message.

    SQL > startup;
    ORACLE instance started.

    Total System Global Area 4429185024 bytes
    Bytes of size 2102032 fixed
    1191185648 variable size bytes
    Buffers data 3221225472 bytes
    Redo buffers 14671872 bytes
    ORA-00600: internal error code, arguments: [kccsbck_first], [2], [1523689643],
    [], [], [], [], []

    We went through the following Notes:

    ORA-600 [kccsbck_first] - what to check [157536.1 ID]

    Bug 2646914 : ORA-600 [KCCSBCK_FIRST], [2] IF ORACM & ORACLE has BEEN RESTARTED ON a NŒUD

    DIAGNOSTIC TEST:
    On the failed node, alert.log has a line which reads: "this instance was the first to climb." This is not true. The DB has been mounted on the other node.

    Rebound of the proceeding on the other node does not solve our problem.

    Ran also, what follows on both nodes, but that didn't help either.

    crsctl stop crs
    crsctl start crs

    Any advice would be appreciated... Thank you!

    See if the docs from metalink following can help you. Otherwise, please open SR with Oracle.

    1 ORA-600 [kccsbck_first] - what to check [157536.1 ID]
    2 commissioning (editing) of 2nd instance RAC fails with ORA-00600 [kccsbck_first] [395156.1 ID]

    Thank you
    http://swervedba.WordPress.com/

  • When I try to start lightroom 6 it opens only the first window, but nothing more. ligthroom closed several times, restarted the computer, update system, nothing. What can I do?, when I try to start lightroom 6 it opens only the first.

    When I try to start lightroom 6 it opens only the first window, but nothing more. ligthroom closed several times, restarted the computer, update system, nothing. What can I do?, when I try to start lightroom 6 it opens only the first.

    Hi silvers.

    Please make sure that your graphics card and Lightroom 6 are up-to-date. Latest version of Lightroom is 6.4.

    Please check the FAQ and troubleshooting of Adobe Lightroom GPU and disable the use of the GPU in Lightroom.

    What is your operating system?

    Kind regards

    Assani

  • Receive the error message cannot start the base engine, the application can not continue trying to work with Skype and Intervoip

    Original title: Intervoip and skpye does not work on my computer. When I open the PC screen, cannot start the base engine, the application can not continue. How I have this problem?

    My Intervoip and skpye does not work on my computer. When I opened the PC screens, failed to start the base engine, the application can not continue. How I have this problem?

    Base engine
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-hardware/core-engine/a18d491c-25e2-4473-A03B-1f3161c5131b

    Have you tried right clicking on the shortcut to the program or the .exe and select "Run As Administrator"?  Perform, even if your user name is an administrator.

    Try right click on the actual Setup.exe and choosing the option "Run As Administrator"?  Perform, even if your user name is an administrator.

    Two applications load mode safe mode with setting in network or a clean boot?

    Startup options (including safe mode)
    http://Windows.Microsoft.com/en-us/Windows7/advanced-startup-options-including-safe-mode

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

    If you test with another Windows user, have the same problem?

    Try running ChkDsk to check your drive for errors. Right click on your drive icon / properties / tools / error checking.  First try checking not be (read-only) to see if it reports any problems file or hard drive.  If this is the case, start by checking the two boxes, in no other rerun.

  • Problem of temporary file in the database takes a while to start the database

    Legends of dear,

    I am facing the warning next or problem with R12.0.6 64 bit and 10.2.0.3 databases in a linux environment

    Mar 20 18:24:23 Oct 2015

    *********************************************************************

    ATTENTION: The following temporary tablespaces do not contain any file.

    This condition can occur when a backup controlfile

    been restored.  It may be necessary to add files to these

    storage spaces.  This can be done using the SQL statement:

    ALTER TABLESPACE < nom_tablespace > ADD TEMPFILE

    Furthermore, if these temporary tablespaces are no longer

    necessary, then they can be recessed.

    Temporary tablespace is empty: TEMP3

    *********************************************************************

    When I questioned my database_properties

    Select * from database_properties where name like '% TEMP % ";

    temp.png

    Journal Alerts

    Mar 20 18:24:23 Oct 2015

    Completed: ALTER DATABASE OPEN

    Mar 20 18:24:25 Oct 2015

    Additional checkpoint up to RBA to RBA [0x68e.5c2b5.0] [0x68e.5c26c.0], current journal line

    Details of the Temp file

    /Oracle/prod/DB/apps_st/data/temp03.dbf1TMP4
    /Oracle/prod/DB/apps_st/data/temp04.dbf2TMP4

    Because of the warning above when I give 'start-up' in "sqlplus" or start the database using the addbctl.sh script there is a huge gap between the following

    SQL > startup;

    ORACLE instance started.

    Total System Global Area 2147483648 bytes

    Bytes of size 2074112 fixed

    872417792 variable size bytes

    1258291200 of database buffers bytes

    Redo buffers 14700544 bytes

    Mounted database.

    ..............

    ................

    ..............

    .............

    ...........

    .......... (LOCAL TIME - 10 to 15 minutes)

    ...............

    ...............

    .................

    ........

    Open database.

    Please suggest how to deal with this.

    Thank you

    Knockaert

    Hello

    It is a question of pure database. Not much relationship to the EBS.

    Anyway, as stated in the warning, you must add a temporary file in the tablespace TEMP3 or drop the tablespace if you do not need.

    Can you post the full alerts log part, which takes 10 to 15 minutes?

    Kind regards

    Bashar

  • Error: "Windows cannot start the windows firewall/internet connection sharing (ICS) service.

    On my Eee PC under XP Home edition tablet, I get the error "Windows cannot start the windows firewall/internet connection sharing (ICS) service" when I try to access my firewall. I also can't connect to my router Wireless Lan to go on the internet. This may be due to some viruses that have been deleted using Microsoft Security Essentials.But the problem persists. Could recharge SP2 solve this problem or am I condemned to reload the operating system?

    Hi jdmanel,

    NOTE: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following link. http://support.Microsoft.com/kb/322756

    Follow the steps in the article.

    You cannot start the Windows Firewall service in Windows XP SP2

    Troubleshooting settings of Windows Firewall in Windows XP Service Pack 2 for advanced users

    For reference:

    How to manually open ports in Internet Connection Firewall in Windows XP

  • Windows cannot find the program to open the exe file

    I did the windows repair option by restarting then pressed f8 to get to come repair options. I did it to try to remove a number of problems of virus on my laptop. It seems that it has solved the problem, but now when I try to access one of my desktop icon shortcuts it indicates that windows cannot find the program to open the exe file. She does it with every shortcut. I can access the location of the program and then select open with and it will be opened in this way, but there is not and I have to select each time. Another option that works is a right-click on the icon and selecting 'start' and who will run the program properly. Other than simply double-click the icons automatically no longer works since I did this repair.

    Windows Startup Repair fixed my problem, but now my desktop icons not properly opens with double-click

    Hello

    You can try to create a new user account and check. If it works in a new user account, then probably your user account have been damaged and would need a fix.

    Now search for the question.
    Follow the link provided below to fix the damaged user profile.
    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile
  • Cannot start the Simulator

    All of a sudden, Eclipse will not run the Simulator for me. I get the following message: any Simulator, I try to run:

    Cannot start the Simulator. Verify that the file exists. (java.lang.IllegalArgumentException: name of the executable integrated quote, divide the arguments)

    Even if I go to the directory where the Simulator is and run 9900.bat, the Simulator starts and works very well. And clicking on run in Eclipse valid successfully any changes to my program for the Simulator. Yet Eclipse always gives me the error message above.

    Anyone know why?

    Hi POS.

    Clean the Simulator.

    In Eclipse

    Open the project-> BlackBerry-> own Simulator.

    I hope that now you have the solution.

    Kind regards

    Umang.

    -------------------------------------------------------------------------------

    feel free to press the button like on the right side to thank the user who has helped you.

Maybe you are looking for

  • password on windows 7

    I can not rember my master password on my laptop running windows 7 so it won't let me in tools to make changes to saved passwords

  • Can't reinstall the operating system recovery disc

    Hello, I'm trying to reinstall the os from the recovery disk by pressing F12 and boot from the CD drive, but I get something like the following: From Windows 98Microsoft RAMDrive version 3.06 C: virtual diskNot found CD/DVD-ROM discs.some files are i

  • How to understand the reference trigger as a trigger to stop?

    Hello I tried to use an external signal how the trigger works / stop for analog data entry. I had looked for solutions and above all that they suggest to use a reference trigger. But I don't really understand how it is applied. For example, why it sh

  • Computer after battery replacement

    Hello Several weeks ago, I updated level of Windows Vista Ultimate, Windows 7 Ultimate. My computer worked fine with Windows 7 Ultimate upgrade, until a message screen said that I have a low battery. I had replaced the battery (CR2032) three years ag

  • PrintScreen of Windows 7 doesn't work does not correctly

    Not sure if it is in the correct category but... I downloaded Windows 7 Pro 64 - bit from my school DreamSpark account and installed on my computer, which is pretty old about 5-6 years.  There should not be anything wrong with the copy of Windows, it