ORA-19838: cannot use this control file to open the database

Dear all,

While making RMAN cloning, we are facing problem,

SQL > alter database open resetlogs;

ALTER database open resetlogs

*

ERROR on line 1:

ORA-19838: cannot use this control file to open the database

Concerning

Villi Kumar

Dear all,

While checking the database,

Control the name of the database file is PROD

In the instance, database name is TEST.

So we took the PROD and edited control file trace file based on the TEST environment.

Then run the script published in the TEST database trace file.

Now we can open the database by using below command

ALTER database open resetlogs;

Concerning

Villi Kumar

Tags: Database

Similar Questions

  • ORA-01157: cannot identify/lock data file 6

    I work for a school district and recently ran into problems with writing data in a database by using ASP.

    Background:
    We are currently running Oracle Database 11 g Release 11.1.0.6.0 - 64 bit Production With the Real Application Clusters on Linux systems option.

    We have a workable tablespace/database using our system of management of the school called "Genesis." There is no problem reading, writing or deletion of records through this site web-based application.

    Problem:
    I wrote a few ASP pages that read from the 'background' database tablespace that works reliable. The problem is that I created a new tablespace/user/database with two tables that I write for.

    If I run a test trying to add new records via my ASP page Let's say 5 times, it cannot work more than 3 of those times.

    The error I get is as follows:

    Error Automation Oracle '800a01b8 '.

    Data retrieval error, ORA-01157: cannot identify/lock data file 6 - see the file trace DBWR ORA-01110: data file 6: ' / u01/app/oracle/product/11.1.0/db_1/dbs/ORCL_GENESIS'

    / Parent_Portal/Confirmation.asp, line 40

    Looking at the knowledge base (Article NOTE: 268061.1) mentions that there are maybe not ebough available file descriptors. We increase the amount, the same results.

    Also, if it's important, it's the code that I use to write to the database:

    Set OraSession = CreateObject ("OracleInProcServer.XOraSession")
    Set OraDatabase = OraSession.OpenDatabase ("ORCL" _
    (' Username/password name', cint (0))

    Set OraDynaset = OraDatabase.CreateDynaset ("SELECT * FROM PARENT_PORTAL.") (The STUDENTS", cint (0))

    OraDynaset.AddNew
    OraDynaset.Fields ("Email"). Value = strEmail
    OraDynaSet.Fields ("STUDENTID"). Value = strStudentID
    OraDynaset.Update

    Set OraDynaset = OraDatabase.CreateDynaset ("SELECT * FROM PARENT_PORTAL.") (Accounts", cint (0))

    OraDynaset.AddNew
    OraDynaset.Fields ("Email"). Value = strEmail
    OraDynaset.Fields ("LASTNAME"). Value = strPLName
    OraDynaset.Fields ("FIRSTNAME"). Value = strPFName
    OraDynaSet.Fields ("PHONE"). Value = strPhone
    OraDynaset.Update

    Set OraSession = Nothing


    Any help on this would be greatly appreciated.

    Thank you
    Jason

    Query

    Select file_name in dba_data_files
    Union
    Select Member from v$ logfile
    Union
    Select name from v$ controlfile;

    to identify all the database controlfiles and redo online.

    A database is the database files.
    An instance is all the processes running on a node.
    To the CARS, you have 2 (or more) of the instances that are running on 2 nodes (or more) to access the same database simultaneously.
    A node can go down or die or be shot in the head, but the database continues to be available through the second instance on the other node. This is the reason for all of the CARS.

  • ORA-01552: cannot use tablespac system system rollback segment

    Hi all

    Environment: database Production: Source

    Database dev: target

    11203 Version database.

    Golden gate Version 11.1

    Scheme of the Golden Gate: GGATE

    Method of replication. DDL replication is ACTIVE

    In my production database my Undo tablespace is corrupted. I changed the management to cancel the manual setting and rebounded from the DB and open editing mode. Then I deleted the undo tablespace data file using in offline mode. Then I opened the database.

    SQL > alter database datafile ' / u01/app/oracle/oradata/db1/undotbs01.dbf' drop offline;

    Database altered.

    Issue.

    Now, if I try to let drop the tablespace UNDOTBS1 undo or to create the new database of the undo tablespace throws me error as below:

    SQL > drop tablespace undotbs1;

    Drop tablespace undotbs1

    *

    ERROR on line 1:

    ORA-00604: an error has occurred at the SQL level 1 recursive

    ORA-01552: cannot use system for non-system tablespace «GGATE» rollback segment

    ORA-06512: at the level of the line 993

    ORA-01552: cannot use system for non-system tablespace «GGATE» rollback segment

    Here is the status of rollback segment.

    SQL > select nom_segment, dba_rollback_segs State;

    NOM_SEGMENT STATUS

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

    ONLINE SYSTEM

    _SYSSMU10_2490256178$ IN OFFLINE MODE

    _SYSSMU9_3593450615$ IN OFFLINE MODE

    _SYSSMU8_1909280886$ IN OFFLINE MODE

    _SYSSMU7_1924883037$ IN OFFLINE MODE

    _SYSSMU6_2460248069$ IN OFFLINE MODE

    _SYSSMU5_3787622316$ IN OFFLINE MODE

    _SYSSMU4_1455318006$ IN OFFLINE MODE

    _SYSSMU3_2210742642$ IN OFFLINE MODE

    _SYSSMU2_4228238222$ IN OFFLINE MODE

    _SYSSMU1_3138885392$ IN OFFLINE MODE

    11 selected lines.

    SQL > show Cancel parameter

    VALUE OF TYPE NAME

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

    UNDO_MANAGEMENT string MANUAL

    UNDO_RETENTION integer 900

    undo_tablespace string UNDOTBS1

    Please anyone suggest me how to manage this problem.

    Kind regards

    Rohit

    Try this:

    Conn / as sysdba

    SQL > alter system set _system_trig_enabled = false;

    SQL > alter trigger sys.cdc_alter_ctable_before DISABLE.

    SQL > alter trigger sys.cdc_create_ctable_after DISABLE.

    SQL > alter trigger sys.cdc_create_ctable_before DISABLE.

    SQL > alter trigger sys.cdc_drop_ctable_before DISABLE.

    create undo tablespace, you could do now:

    SQL > create undo tablespace undotbs2 datafile 'XX/xX/XXX/XXX/undotbs2.dbf' size XM autoextend on;

    SQL > alter system set undo_tablespace = undotbs2 scope = both;

    allow them once again:

    SQL > alter trigger sys.cdc_alter_ctable_before ENABLE;

    SQL > alter trigger sys.cdc_create_ctable_after ENABLE;

    SQL > alter trigger sys.cdc_create_ctable_before ENABLE;

    SQL > alter trigger sys.cdc_drop_ctable_before ENABLE;

    SQL > alter system set _system_trig_enabled = TRUE;

    Restart the system.

  • ORA-01157: cannot identify/lock data file 6 - see DBWR trace file

    Dear all,

    I use a machine to the BSG that is 64-bit, I installed the oracle 119 in that. First, he was installed at u01 volume root but the size was enough for me, so I changed the volume and new volume as u01. now when I try to start the database his past does not

    Here is the error

    SQL > startup

    ORACLE instance started.

    Total System Global Area 3206836224 bytes

    Bytes of size 2217632 fixed

    1744832864 variable size bytes

    1442840576 of database buffers bytes

    Redo buffers 16945152 bytes

    Mounted database.

    ORA-01157: cannot identify/lock data file 6 - see DBWR trace file

    ORA-01110: data file 6: ' / u01/app/oracle/product/11.2.0/db_1/dbs/tbs_data.dat'

    and u01/app/oracle/product/11.2.0/db_1/dbs/tbs_data.dat that this file is not present it may I know how to recover from this.

    Can someone help me please.

    Thank you

    Gallot

    Dear all,

    It was because the size of the data file. so I increased the size of the database and has solved this problem

  • ORA-01157: cannot identify/lock data file [HELP! PLEASE!]

    I'm under Oracle 11 GR 2. When I tried from Oracle sqlplus, I got the following errors:
    ORA-01110: data file 8: '/dev/raw/raw8'
    ORA-01157: cannot identify/lock data file 8 - see DBWR trace file
    I used "the judgment" to stop the Oracle. I'm sure that there are 2 sessions to approve the changes to the database while I closed the Oracle. Is there anyone know how to fix this?

    Many thanks for any help!

    Hmm...

    change 315220074 September at 12/10/2011 14:34:12 necessary

    but your newspapers online redo is 2011-10-12 16:31:54 from only.
    So, there are some transactions in the stream of roll forward relative to this data file between 14:34:12 and 16:31:54.

    Hemant K Collette

  • RMAN-04014: failed to start: ORA-16019: cannot use LOG_ARCHIVE_DEST_1

    Hello

    I am facing a problem during the cloning of production TEST environment.

    Please see the below given error:

    ' RMAN-04014: failed to start: ORA-16019: cannot use LOG_ARCHIVE_DEST_1 with LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST.

    And I used the following script to retrieve.

    ==========================================================================================

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

    VI initTEST.ora

    * .db_name = 'TEST '.

    * .db_unique_name = 'TEST '.

    SQL > startup nomount

    =============================

    Auxiliary RMAN.

    run

    {

    allocate auxiliary CHANNEL c1 device type disk;

    allocate auxiliary CHANNEL c2 device type disk;

    allocate auxiliary CHANNEL c3 device type disk;

    allocate auxiliary CHANNEL c4 device type disk;

    the value of newname for tempfile 1 to ' / testdata/R12/TEST/datafile/temp01.dbf';

    the value of newname for tempfile 2 to ' / testdata/R12/TEST/datafile/temp02.dbf';

    the value of newname for tempfile 3 to ' / testdata/R12/TEST/datafile/temp03.dbf';

    the value of newname for tempfile 4 to ' / testdata/R12/TEST/datafile/temp04.dbf';

    the value of newname for tempfile 5 to ' / testdata/R12/TEST/datafile/temp05.dbf';

    data duplicated in the 'TEST' backup location ' / backup/PROD_BKP_01_Nov_15 / '.

    SPFILE

    Define db_name = 'TEST '.

    Set db_unique_name = 'TEST '.

    Set cluster_database = "false".

    Set use_large_pages = 'false '.

    Set remote_listener = "

    Set local_listener = "

    Set listener_networks = "

    Set control_files='/testdata/R12/TEST/controlfile_TEST.ctl"

    Set diagnostic_dest ='/ oracle/app /'

    Set log_archive_dest = "/ testdata/R12/archive.

    Set audit_file_dest='/oracle/app/product/11.1.0/db_1/rdbms/audit/"

    Db_file_name_convert '+ DATA_P/PROD/DATAFILE', set ' / testdata/R12/TEST/datafile.

    Set log_file_name_convert '+ DATA_P/PROD/ONLINELOG', ' / testdata/R12/TEST/datafile ', '+ RECO_P/PROD/ONLINELOG', ' / testdata/R12/TEST/datafile;

    switch tempfile;

    }

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

    Then please suggest a solution?

    With thanks and greetings

    Ngoyi

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

    This is what Oracle says:

    ORA-16019: can't use string with LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST

    Cause: One of the following events caused a mismatch:

    (1) setting LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST was in use when the LOG_ARCHIVE_DEST_n specified (n = 1.. 31) or parameter DB_RECOVERY_FILE_DEST occurred during extraction of initialization parameters.

    (2) LOG_ARCHIVE_DUPLEX_DEST or LOG_ARCHIVE_DEST parameter was used when an attempt is made to use an ALTER SYSTEM or ALTER SESSION command to set a value for the specified parameter LOG_ARCHIVE_DEST_n or DB_RECOVERY_FILE_DEST.

    (3) a command ALTER SYSTEM ARCHIVE LOG START FOR was in effect when the specified parameter LOG_ARCHIVE_DEST_n met during extraction of initialization parameters.

    (4) an ALTER SYSTEM ARCHIVE LOG START FOR order was in effect when an attempt is made to a command ALTER SYSTEM or ALTER SESSION allows you to set a value for the specified parameter LOG_ARCHIVE_DEST_n.

    Action: Eliminate all inconsistent parameter definitions.

  • Cannot open the database: error, ora-03113 end of file communication

    Hi guys,.

    I am facing a problem with my database

    Oracle Linux Tikanga 5 machine
    database: 10.2.0.1
    Error: ora-03113

    I tried to move a log file while inserting data...

    I restored and tried to get back what she recovers with message media recover full but doesnot allow to open the database
    gives the same error: error: ora-03113 end of file communication

    Watch alert_log
    ____________

    ALTER database recover if necessary
    beginning
    Start of recovery Media
    ORA - 264 marked during: alter database recover if necessary
    beginning
    ...
    Fri Jan 9 16:20:18 2013
    2048 MB db_recovery_file_dest_size is 40,79% used. It is a
    user-specified limit on the amount of space that will be used by the present
    for the files related to the recovery of databases and does not reflect the amount of
    space available in the underlying file system or ASM diskgroup.
    Fri Jan 9 16:22:02 2013
    change the list of file restore of database data clear
    Fri Jan 9 16:22:02 2013
    Completed: change the clear list of restore of database data file
    Fri Jan 9 16:22:02 2013
    Edit the list of file restore of database data
    1, 2, 3, 4, 5
    Completed: change the list of file restore of database data
    1, 2, 3, 4, 5
    Fri Jan 9 16:22:02 2013
    ALTER database recover if necessary
    beginning
    Start of recovery Media
    ORA - 264 marked during: alter database recover if necessary
    beginning
    ...
    Fri Jan 9 16:22:07 2013
    change the database open
    Fri Jan 9 16:22:07 2013
    LGWR: FROM PROCESS ARCH
    Arc0 started with pid = 16, OS id = 2049
    Fri Jan 9 16:22:07 2013
    Arc0: Started archiving
    Arc1: Started archiving
    LGWR: FROM PROCESS ARCH COMPLETE
    Arc1 started with pid = 17, OS id = 2051
    Fri Jan 9 16:22:07 2013
    Fix half open fully the valve of the thread 1
    Fri Jan 9 16:22:07 2013
    Errors in the /d1/app/oracle/oradata/orcl/bdump/orcl_lgwr_1966.trc file:
    [ORA-00600: internal error code, arguments: [3712], [1], [1], [0], [445262], [0], [445261],]
    Fri Jan 9 16:22:08 2013
    Errors in the /d1/app/oracle/oradata/orcl/bdump/orcl_lgwr_1966.trc file:
    [ORA-00600: internal error code, arguments: [3712], [1], [1], [0], [445262], [0], [445261],]
    LGWR: termination litigation because of the 470 error
    Instance terminated by LGWR, pid = 1966

    can you please on the same...
    Thank you

    ORA-00600: internal error code, arguments: [3712].

    ORA-00600 is error internal oracle, you need to check metalink support for this.

  • ORA-01552: cannot use rollback for non-system tablespace system segment

    I'm getting following error, according to a previous thread under request.

    ORA-01552: cannot use rollback for non-system tablespace system segment
    select SEGMENT_NAME, TABLESPACE_NAME, INITIAL_EXTENT,STATUS
    from dba_rollback_segs SEGMENT_NAME                   TABLESPACE_NAME                INITIAL_EXTENT         STATUS           ------------------------------ ------------------------------ ---------------------- ---------------- SYSTEM                         SYSTEM                         114688                 ONLINE           _SYSSMU1$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU2$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU3$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU4$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU5$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU6$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU7$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU8$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU9$                      UNDO_TS                        131072                 OFFLINE          _SYSSMU10$                     UNDO_TS                        131072                 OFFLINE          _SYSSMU11$                     UNDO_TS                        131072                 OFFLINE          _SYSSMU12$                     UNDO_TS                        131072                 OFFLINE          _SYSSMU13$                     UNDO_TS                        131072                 OFFLINE          _SYSSMU14$                     UNDO_TS                        131072                 OFFLINE          15 rows selected
    How can I get them online, I can get them online does this error?

    Maybe you should also mention that you make no effort to look for the error in the documentation online or anywhere else.
    You get this when your database uses rollback segments, and you have spaces of multiple tables.
    To be able to create spaces of multiple tables, you must first create a rollback segment in the system tablespace.

    That's why you get the error.
    The resolution is clear.

    Unfortunately, 99.9 percent of all the people posting here refused to make any effort to resolve errors.

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

  • Click to activate and use this control

    Whenever I go to a website and scroll on flash animation, a small box appears around the film. If you hold the mouse pointer here for a second he says "click to activate and use this control". It seems to be a security feature. Niether one of my computers did this a week ago and now all of a sudden they do both. Does anyone know why it does this and how to make it stop? Thank you!

    Mike

    I found an answer on the Macromedia forums. If you follow the instructions exactly it will work fine. The link to the whole subject is Forum of Macromedia/Adobe. Here's a quote from the first post.

    [quote]
    Microsoft has started to deploy an update that changes the way IE treats the ActiveX controls:
    http://msdn.Microsoft.com/ieupdate/

    MS offer some workaround solutions, all of them involved changing the way the object tag is written to the page, but here's a much easier solution that I came with:

    Create a javascript file called, say. Ieupdate.js containing the 4 lines of code at the end of this post.

    Then, at the bottom of the page that contains the Flash (Shockwave, Quicktime etc) add a reference to this file:

    And that's all!

    It works simply by replacing the contents of the object by itself. This external rewriting the tag is only sufficient for IE accept that your code requires no activation of the user. The outerHTML function works only under IE, but that IE is the only browser concerned which is OK.

    You could test for IE using your favorite method (document.all, etc.), and instead of add at the bottom of the page you can add the code to a window.onload function, depending on what works best for your site.

    If users have JavaScript disabled then your site will work as before.

    Hope that some people find it useful.

    Useful links:
    Adobe: Active Content Developer Center
    MS: Activation of ActiveX controls

    Berthe

    ==========================
    Join the Code

    theObjects = document.getElementsByTagName ("object");
    for (var i = 0; i)< theobjects.length;="" i++)="">
    theObjects .outerHTML = theObjects.outerHTML;
    }
    [/ quote]

  • ORA-22992: cannot use LOB Locators selected from the remote tables...

    Oracle 10.2.1.0.4
    Solaris 10

    We try to access a table in another database via a db_link.

    The table we are trying to access has a LOB.

    We get the following error: ora-22992: cannot use LOB Locators selected from the remote tables.

    Is there a way to get around this? We need the data in the BLOB field.

    Thank you.

    See on metalink:

    ORA-22992 has a workaround solution in 10 gr 2
    DOC - ID: 436707.1

    Werner

  • I downloaded the new version and it says: you cannot use this application with this version of Mac os how can I download the older version?

    I downloaded the new version and it says: you cannot use this application with this version of Mac os how can I download the older version? My os is 10.4.11

    You can read this article: Firefox no longer works with Mac OS X 10.4 or PowerPC processors to read about the EOL for Mac 10.4 support and what the best options going forward.

  • Would it not correct to say that the PCI-6110 can be set to 'redeclenchables' but the PXI-6115 module cannot use this property?

    Would it not correct to say that the PCI-6110 can be set to 'redeclenchables' but the PXI-6115 module cannot use this property?  If Yes, where is it documented the series cards can do trigger?  For example, is it possible to configure the trigger on the PXI-6124?

    Hi Joel_Neptune,

    The PCI-6110 and other materials as the PXI-6115 S series and SMU-6124 do not natively support NOR-DAQmx analog input alarm. However, you can use one of the generalist counters/timers of the Council to generate a reenclenchees pulse train, then use this as the sample clock pulse train. This transportation example shows how:

    LabVIEW\examples\DAQmx\Synchronization\Multi-Function.llb\Multi-Function-Ctr Retrigg Pulse Train generation for the Clock.vi sample

    In addition, the new material of the simultaneous sampling X series are supported trigger analog input without using a separate task of counters/timers.

    Brad

  • Galaxy S4, HP 8600, error: cannot use this photo option

    Hello.  I have a problem with mobile printing to my HP 8600 N911g of my Samsung Galaxy S4 v4.2.2 Android running.

    According to the HP documentation this combination of devices should be able to use the built-in HP android printing solution, which basically means that I wouldn't install anything to print.  When I try to print from the browser on the phone, I choose the option 'print '.  I am able to locate and select the printer on my network.  I see the preview of the web page on the phone.  I click on the "print" button and get a message in the top of the screen saying "starts to print.  Then I get an error pop up at the bottom that says: "print error: cannot use this print option.

    I turned the market things.  The phone and the printer are on the same wifi network.  The printer I have installation ePrint as well as wifi direct (although I do not know what counts).  I tried to disable bluetooth.

    Clues?  Would appreciate some help here.

    PS - I also tried to download the HP ePrint app on the android market and had success with either... but I'm sure that I shouldn't do that, right?

    Thank you.

    I got a success...
    I tried to change the printer by 'search' again, then clicked on my printer and then it worked...

  • I bought Adobe Acrobat Pro 9.  I used it on my computer for years with no problems.  Today he gave me the following message: "license for this product has stopped working.  You cannot use this product at this time.  You need to fix the

    I bought Adobe Acrobat Pro 9.  I used it on my computer for years with no problems.  Today he gave me the following message: "license for this product has stopped working.  You cannot use this product at this time.  You must repair the problem by uninstalling and then reinstalling this product or contact your COMPUTER administrator or Adobe customer support for assistance. (0)"I then uninstalled and reinstalled using the license key of my package, and I just get the same message.  I contacted customer service and they told me that they are unable to support me and directed me to the forum.  Please help as soon as POSSIBLE.

    Error: "License has stopped working". Windows

  • I get the rror message. "Error adobe license for this product has stopped working. You cannot use this product at this time. You must repair the problem by uninstalling and then reinstalling this product or contact your administrative COMPUTING

    I get this error message. "Error adobe license for this product has stopped working. You cannot use this product at this time. You must repair the problem by uninstalling and then reinstalling this product or contact your COMPUTER administrator or Adobe customer support for assistance. (148: 3) "How can I fix it? When I reinstalled the software, I get a message that I have an invalid serial number.

    Hi John,.

    Could you please the version of Acrobat you are using, and also work on the operating system?

    To check the serial number of your product, you may return the following document.

    Quickly find your serial number

    If you are using windows you can see the following link for more information on the solution to the existing problem.

    https://helpx.Adobe.com/Creative-Suite/KB/error-licensing-stopped-Windows.html

    If you wish to contact Adobe support team, please visit the following link.

    http://helpx.Adobe.com/x-productkb/global/Service1.html

    Please click the blue button "Still need help" to connect with Adobe executives.

    Let us know how it goes. In case you need more assistance write us back.

    We would be happy to help you.

    Concerning

    Sukrit diallo

Maybe you are looking for

  • F11 does not not as a shortcut to get the fullscreen in Firefox 4

    Although I can activate the mode full screen via the menu display, hit F11 does not work in Firefox 4 for me. I always used to be able to use as a keyboard shortcut in previous versions of Firefox.

  • DM4-2165dx: upgrade my processor dm4-2165dx

    I don't know how to disassemble my laptop where I can access to the motherboard. But I don't know what to look for when I buy a processor that is compatible with the Council itself.

  • Continuous surface Tablet bitlocker cycle

    tablet surface tried to install updates but restarted correctly. bitlocker screen came and I followed the instructions. He began a cycle of "repair" and then took back me to the screen of bitlocker. This has happened 3 times. I tried to recharge usin

  • Computer is slow, 39, ongoing process

    Original title: Windows XP Home Edition 2002 Service Pack 3 I 39 processes running in Windows Task Manager, and essential activity is files .exe, in fact, 37 of the 39 process are .exe files, the other 2 are system and the system idle process. Why ar

  • Guard DEP shut down my program and I paid for this program

    Guard DEP shut down my program and I paid for this program and if you can't solve the problem I will send you the invoice