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

Tags: Database

Similar Questions

  • Start & stop an instance RAC

    Hello

    I just created a 2 node 11 GR 2 database RAC, traditionally from databases not CARS I would just use sqlplus to start / stop the instance

    Q1. What is the recommended way to start / stop an instance in a RAC environment? Do you use a cluster to do command, or is sqlplus is acceptable?

    Q2. If you use sqlplus and more to stop an instance on a node, I presume that the cluster services is NOT as a failure and so don't try to restart the instance?

    Q3. similiarly what is the best way to start / stop a listener on a particular node?

    any help appreciated

    Jim

    Hello Jim,

    Q1. What is the problem with the status not reflected in the output of clusterware resource? Is it to do with the ability of Services to acknowledge a failure and restart the CLuster service?

    Response: The resource database is not parsed by SIR and if the database suddenly stops then none will try to restart the same.

    Q2. Regarding the automatic closing of a database in a CCR environment (as opposed to the manual method which I asked on-) if I simply turn off the cluster nodes of my will which in turn stops the Instances and close the database RAC itself (when the last Instance is closed)?

    For even if I turn on my knots, the first node start cluster, its instance and open the database?

    Answer: well, if you turn off your server then of course the database and stop anything else running on the server. When the server is under tension and if crs autostart is enabled then the clusterware stack will come with the server

    Q3. What is the difference between a Service and a resource of the cluster? Are the database, earphone etc services or resources? I'm just trying to understand why SVRCTL is used to manipulate the database and listener and not say CRSCTL?

    Answer: You can configure a service which is part of tree resources of database and the resource database is a parent for the same thing. Services are used to connect to the database. Database, (if added) services, asm, listener, scan etc are all the resources of the clusterware, which are monitored by the clusterware.

    You can refer to the Oracle documentation, which will give you more insight on these details

    http://docs.Oracle.com/CD/E11882_01/RAC.112/e16794/TOC.htm

    http://docs.Oracle.com/CD/E11882_01/RAC.112/e16795/TOC.htm

    Kind regards

    Vautrin - Oracle

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

  • Using Reporting SERVICES report server cannot open a connection to the report server database in SQL server 2008 R2 sp1

    Hello

    I'm running Reporting SERVICES Version 2007.0100.1600.022 ((SQL_PreRelease). 080709-1414 in Visual Studio 2008 with Microsoft SQL Server 2008 R2 Express Edition with Advanced Services (64-bit) on Windows NT 6.1 SP1.)
    Everything seems to work fine except that I can't deploy: "the report server cannot open a connection to the report server database."
    Connection test ReportServer as OK in the Configuration service report manager and Visual Studio. Run reports in Visual Studio against ReportServer and my other databases.  Deployment fails on a report of VM. Remote access is enabled in the firewall, pipes is enabled in configuration Manager SQL server, the permissions for all access in Windows.
    The error in the log file of report Service:
    Library! WindowsService_1! 12ac! 09/23/2012-21: 05:12: e ERROR: ServiceStartThread: Exception caught during the startup of service. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: the report server cannot open a connection to the report server database. A connection to the database is required for all applications and treatment. ---> System.Data.SqlClient.SqlException: a network-related or instance-specific error all by establishing a connection to SQL Server. The server is not found or inaccessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - error Search Server/Instance specified)
    Any ideas?
    Thank you.
    -Phil

    Just, I solved the problem I had.

    It turns out, there, there were two questions... first concealing the second.

    SQL Web browser has not been activated.  solution: in properties SQL server configuration manager, transformed the startup to automatic mode and activated the service.

    Microsoft Visual Studio project property targetdatasourcefolder had a server name that precedes the name of the folder. Removed the name of the server.  This works.

    Everything unfolds right now.

  • Cannot open 2 Virtual Machines at the same time to access the same database

    People,

    Hello.
    I'm installing RAC Oracle Database 11 g 2 system with 2 Virtual Machines (rac1 and rac2) on top 3 VMPlayer.

    The VM rac1 and rac2 when one of them is stopped.
    Their locations are F:\VM_RAC\rac1 and F:\VM_RAC\rac2.


    I opened rac1 rac2 is running. But this error message appears:

    Error: "cannot open F:\VM_RAC\sharerac\asm1.vmdk drive or one instant records, that depends. Reason: cannot lock the file. »


    While rac1 running, I opened rac2. But this error message appears:

    Error: "cannot open F:\VM_RAC\sharerac\asm1.vmdk drive or one instant records, that depends. Reason: cannot lock the file. »


    2 error messages are the same. This means that I can not open 2and rac1 rac2 VMs at the same time. When we run RAC system, must open 2 "machines" or machines to more than 2 at the same time, so that all machines can access the same database server.

    My question is:

    Can all folk tell me how have rac1 and rac2 run at the same time?

    Thank you.

    Unfortunately no, Oracle RAC requires that all nodes can visit the same set of shared disks. If your database resides within the DSO, each instance ASM (one per node) must also see the same set of disks to ASM diskgroup containing the data of the database files.

    Best regards
    Bryan Wood

  • cannot start microsoft office outlook. Cannot open the outlook window.

    I have Windows 7 and keep getting this message when trying to open my emial. "" annot start Microsoft Office Outlook. Cannot open the Outlook window.

    Hi chatimcc,

    Welcome to the HP forum.

    Open a command window. Type outlook.exe /resetnavpane and press the Enter key. Now try to open Outlook.

  • Cannot open any file, start the system restore or use my original XP pro CD

    original title: no CAN NOT OPEN ALL the FILES ON MY OS, I can't START the SYSTEM RESTORE, I can't EVEN USE MY XP PROFESSIONAL ORIGINAL CD... HELP PLEASE!

    I HAVE A DELL INSPIRON / B130 LAPTOP WITH XP PROFESSIONAL OPERATING SYSTEM.  I GOT HOME THE OTHER DAY TO FIND MY ROOMMATE ON MY LAPTOP, AFTER THE LECTURES OF THE PERSON TO KEEP YOUR HANDS OFF. I OPENS AND DISCOVERS WHAT HAS HAPPENED. THE PERSON DOWNLOAD FREE DOWNLOADERS VIDEO 4 X, AS WELL AS FILMS AND OTHER JUNK ON MY COMPUTER... ETC I WENT TOO ADD REMOVE PROGRAMS AND DELETED PROGRAMS THAT KEPT DUPLICATE ITSELF. I SHUT DOWN MY COMPUTER, TO THE REBOOT. NOW I GET THESE MESSAGES... "WINDOWS CANNOT OPEN THIS FILE", EXE, FILES,. INK AND WELL BASICALLY ALL THE FILES FILES. I CAN'T OPEN THE SYSTEM RESTORE, ENTER ADMINISTRATOR, I CAN'T EVEN USE MY WINDOWS XP PROFESSIONAL CD ORINGINAL, IT SAYS: ERROR. 3514 LINE, I DON'T KNOW WHAT ELSE TOO CAN YOU PLEASE HELP ME? Thank you

    Hi Colleen,

    Please take a look at the following suggestions for a possible solution:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-windows_programs/cannot-open-any-exe-files-cant-open-any-programs/85545ac1-3822-47AA-b664-e4209c62e9be

  • When trying to start the disk check procedure, I get the answer, "cannot open volume for direct access. How can I fix?

    I get the above answer everytime I turn on the computer. (This is with AutoCorrect blocks checked). If I leave blocks unchecked, it follows a procedure 3 pass without rebooting and does not produce a result.

    * original title - to try to start the procedure of checking disk I get the answer, "cannot open volume for direct access. How can I fix? I ran the GET Microsoft virus check tnd an own result.*

    The application-specific permission settings do not authorization for the application server COM with the CLSID
    {DCBCA92E-7DBE-4EDA-8B7B-3AAEA4DD412B}
    the user NT AUTHORITY\SYSTEM SID (S-1-5-18). This security permission can be modified using the Component Services administrative tool.

    In the opposite case

    http://blog.ray1.NET/2008/01/WinXP-SP3-DCOM-system-error-dcbca92e.html

    http://TechNet.Microsoft.com/en-us/network/bb545879

    http://www.blackviper.com/wiki/Network_Access_Protection_Agent

  • Cannot start Microsoft Outlook. Cannot open the Outlook window.

    I tried running Outlook.exe / resetnavpane because I see it worked for a ton of people - but I got the error message "cannot start Microsoft Office Outlook.  The command line argument is not valid.  Check the switch you are using.

    This is almost always due to:

    1. you have an older version of Outlook that does not have command line switch.  What version of Outlook you have?
    2. you have not put a space between "Outlook.exe" and "/ resetnavpane.

    Cannot start Microsoft Office Outlook. Cannot open the Outlook window.

    HAL
    --
    HAL Hostetler, TCE
    Engineer senior/UPDATED--MS MVP-Print/Imaging - WA7BGX
    www.kvoa.com - KVOA television, Tucson, AZ.
    Live Hot Licks - www.badnewsbluesband.com
  • Cannot open applications, error: "the application failed to start because its side-by-side configuration is incorrect...". »

    Original title: cannot open applications

    I am trying to open apps, and it says "the application failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe for more details. "I tried to download C++ from an existing thread already, but when I try to run it, I get the same message. I have a x 64 bit system.

    Hi Alex,

    I suggest to uninstall all versions of Microsoft Visual C++ Redistributable installed on your computer and then install the latest version.

    To uninstall refer to the articleUninstall or change a program".

    After uninstalling, download and install "Package redistributable Microsoft Visual C++-2010 (x 64)" from Microsoft Download center.

    http://www.Microsoft.com/en-US/Download/details.aspx?ID=14632

    Package redistributable Microsoft Visual C++ 2010 (x 64) SP1.

    http://www.Microsoft.com/en-US/Download/details.aspx?ID=13523

    Keep us updated on the status of the issue.

  • Cannot open the microsoft word starter 2010 on my emachine E642

    When I click on start word on my desktop, I get a message saying cannot open. Tried the suggested methods to solve the problem but nothing changes the result.

    I also cannot open o one of my documents word in my files.

    What methods?

    http://Office.Microsoft.com/en-us/Starter-Help/Update-repair-or-uninstall-Office-click-to-run-products-HA010382089.aspx

    Or

    http://h10025.www1.HP.com/ewfrf/wc/document?CC=UK&LC=en&DLC=en&docName=c02981221#N272

  • After the recovery cannot open database

    Source database version: 11.2.0.2 - where, we had done a backup

    Target database Version: 11.2.0.1 - where we are restored from the backup.

    Restoration and recovery completed successfully, when I tried to open the database with open reset logs I encountered the error below

    SQL > alter database open resetlogs;

    ALTER database open resetlogs

    *

    ERROR on line 1:

    ORA-01092: ORACLE instance is complete. Disconnection forced

    ORA-00704: bootstrap failure process

    ORA-39700: database must be opened with the UPGRADE option

    Process ID: 18089

    Session ID: serial number 43: 29

    I tried to upgrade to start and run the region and catproc scripts but no use.

    Can someone help me on this, and also, if I am downloading the binary 11202 and their installation on new home and can I try to start the database.

    or

    I have to completely restore and recover again, to provide as soon as possible, your thoughts!

    Thank you, Sai

    It seems to me that you would need to downgrade your DB to do this, since you move of 11.2.0.2 to 11.2.0.1.

    If possible, you should update your 11.2.0.1 11.2.0.2, re-attempt to restore server.

  • the installed Microsoft Word Starter 2010 English cannot open a word attachment more.

    I have a HP Pavilion g series with a Windows 7 premium home.

    My Microsoft Word Starter 2010 English cannot open an attachment 'word docs' more. The error displayed is"error sending a command to the program"or param name is missing. " can anyone help to restore it?

    Thank you

    Dinogemma

    It would be better for the search on the Microsoft Answers Site than here.

  • Downloaded Acrobat Reader - Widows 7 OS.  Adobe has taken over several of my desktop/start menu icons.   Adobe, I cannot open the original programs.

    Downloaded Acrobat Reader - Widows 7 OS.  Adobe has taken over several of my desktop/start menu icons.   Adobe, I cannot open the original programs.

    This can be useful: Application, file icons change in Acrobat/Reader icon

Maybe you are looking for

  • Satellite L755-1HW - colors look unnatural on screen

    I recently bought Toshiba Satellite L755 and I am generally happy with it. It is an improvement in my Toshiba Satellite L300. However, I have a problem with the way it displays colors. At first glance, everything looks ok, but some colors still don't

  • Re: Satelite L850-13R - HDMI does not work

    I have been using my HDMI cable to connect laptop and TV very rare. It was very good. Yesterday, I used and it worked, then I shot again today and it no longer works. What could I do to make it work again?

  • III - issue of serial port Advanced Port Replicator.

    Hi, I have a few apps that do not work with usb to serial adapters. I need to know if the serial port on an advanced port replicator will not work unless the serial port was "integrated" to the computer, as they used to be in older laptops. Are the d

  • Satellite C660 - 1 DG-drivers of Windows Server 2012

    I started Windows Server 2012 (for development purposes). Now... where can I find the drivers? * display driver *-lets start with the display driver (for the Intel Graphics Media Accelerator HD) when I look for the display driver in the support forum

  • Available to shrink drive space is limited to 180 MB! Help, please

    I want to create partition of my drive "C:\". "hard drive to install windows 8, so that when I went to shrink the drive to allocate the remaining space to a new partition, it shows only 180 MB of retractable space available! even though that my car h