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.

Tags: Database

Similar Questions

  • RMAN-04014: failed to start: ORA-00600 during the duplicate database

    Hello

    Oracle version: 11.2.0.2

    OS: linux rhel 5

    I do duplicate database of active database
    rman target sys/*******@pindb AUXILIARY sys/*****@test
    
    Recovery Manager: Release 11.2.0.2.0 - Production on Mon Nov 26 19:56:41 2012
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: pindb (DBID=4116200880)
    connected to auxiliary database: TEST (not mounted)
    
    RMAN> run {
    allocate channel C1 type disk;
    allocate auxiliary channel DUP type disk;
    DUPLICATE TARGET DATABASE  TO 'TEST' FROM ACTIVE DATABASE  DB_FILE_NAME_CONVERT '/oradata/pindb','/oradata/test';
    }2> 3> 4> 5>
    
    using target database control file instead of recovery catalog
    allocated channel: C1
    channel C1: SID=699 device type=DISK
    
    allocated channel: DUP
    channel DUP: SID=5 device type=DISK
    
    Starting Duplicate Db at 26-NOV-12
    
    contents of Memory Script:
    {
       sql clone "create spfile from memory";
    }
    executing Memory Script
    
    sql statement: create spfile from memory
    
    contents of Memory Script:
    {
       shutdown clone immediate;
       startup clone nomount;
    }
    executing Memory Script
    
    Oracle instance shut down
    
    connected to auxiliary database (not started)
    released channel: C1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 11/26/2012 19:57:07
    RMAN-06403: could not obtain a fully authorized session
    RMAN-04006: error from auxiliary database: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-04014: startup failed: ORA-00600: internal error code, arguments: [kck_rls_check must use (11,0,0,0,0) or lower], [kdt.c], [9576], [11.2.0.2.0], [], [], [], [], [], [], [], []
    RMAN-04017: startup error description: ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    Please can someone offer

    Thank you

    Hello;

    In my view, that it is a bug that has to do with the compatibility of the compression.

    I think that work around is:

    alter system  set "_compression_compatibility"="11.2.0";
    

    Let me confirm with a document number of MOS

    Subsequently Cannot find the doc of MOS - this has some details:

    http://www.acehints.com/2011/11/fix-RMAN-duplicate-database-failed-ora.html

    http://bryangrenn.blogspot.com/2011/12/ora-600-kckrlscheck-must-use-110000-or.html

    Best regards

    mseberg

    Published by: mseberg on November 26, 2012 16:07

  • 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

  • ORA-12032: cannot use column rowid

    Hello
    8.1.7 I have the following error:
    ORA-12032: cannot use the rowid column of materialized view log on 'chain '. "' string '.
    The solution is:
    Action: A full refresh is necessary before the next quick update. Add columns ROWID in the materialized view log, if necessary.


    How can I do a complete refresh before the next fast refresh or ROWID columns add? How do I know whether the ROWID columns add?
    Thank you.

    PS:
    my script is:
    ................
    ..............
    START WITH TO_DATE (July 6, 2010 17:57:48 "," dd-mon-yyyy hh24:mi:ss')
    NEXT SYSDATE + 1/24

    user522961 wrote:
    Hello
    8.1.7 I have the following error:
    ORA-12032: cannot use the rowid column of materialized view log on 'chain '. "' string '.
    The solution is:
    Action: A full refresh is necessary before the next quick update. Add columns ROWID in the materialized view log, if necessary.

    How can I do a complete refresh before the next fast refresh or ROWID columns add? How do I know whether the ROWID columns add?
    Thank you.

    run up

    EXECUTE DBMS_MVIEW.REFRESH('MV_NAME','C');
    
  • 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-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

  • ORA-01552: cannot use no tablespace system rollback segment

    Hello

    When I try to create a table, I got the following error message.

    ORA-01552: cannot use tablespace no system "USER" system rollback segment

    Select nom_segment, nom_tablespace, initial_extent, status
    of dba_rollback_segs;

    NOM_SEGMENT NOM_TABLESPACE INITIAL_EXTENT STATUS
    ------------------------------ ------------------------------ ---------------------- ----------------
    114688 ONLINE SYSTEM
    _SYSSMU1$ UNDOTBS1 131072 OFFLINE
    _SYSSMU2$ UNDOTBS1 131072 OFFLINE
    _SYSSMU3$ UNDOTBS1 131072 OFFLINE
    _SYSSMU4$ UNDOTBS1 131072 OFFLINE
    _SYSSMU5$ UNDOTBS1 131072 OFFLINE
    _SYSSMU6$ UNDOTBS1 131072 OFFLINE
    _SYSSMU7$ UNDOTBS1 131072 OFFLINE
    _SYSSMU8$ UNDOTBS1 131072 OFFLINE
    _SYSSMU9$ UNDOTBS1 131072 OFFLINE
    _SYSSMU10$ UNDOTBS1 131072 OFFLINE

    11 selected lines

    One advises will be useful, thanks

    Make sure that the return parameters in your database instance.

    SEE THE PARAMETER UNDO

    You should have UNDO_MANAGEMENT = "AUTO" and UNDO_TABLESPACE = 'UNDOTBS1.

    Hemant K Collette

  • 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

  • ORA-22992 cannot use LOB Locators selected remote tables

    Hello.
    I have a problem.
    When I want to create a table select o sing a table a dblink, and the remote table has a clob field returns the error.
    I'll fix it, using dblink. Is there a way to fix? export/tax free.

    Thank you.

    PD: 10 gr 2.

    Hello
    Insert of canoe read you a remote via dblink database table when that table has a clob or blob column.

    If you must use inport / export option.

    Use the Data Pump functionality in 10g. Then, you can export and import only your table without major issues.

    Thank you

    * If the answer is correct please mark.

  • Using DB_RECOVERY_FILE_DEST and LOG_ARCHIVE_DEST - error ORA-16019

    Hello

    My database is currently configured to write files archivelog on two sites: / u01/app/oracle/archivelogs (which is the log_archive_dest parameter and is ranked number 1) and USE_DB_RECOVERY_FILE_DEST (10), which is
    under/u01/app/oracle/flash_recovery_area. I want to spend the two locations for separate discs.

    When I attempt to move or the other, I get the following errors:


    SQL > ALTER SYSTEM SET DB_RECOVERY_FILE_DEST = ' / u03/fra/MYDB/flash_recovery_area "SCOPE = BOTH;
    ALTER SYSTEM SET DB_RECOVERY_FILE_DEST = ' / u03/fra/MYDB/flash_recovery_area "SCOPE = BOTH
    *
    ERROR on line 1:
    ORA-02097: the parameter cannot be changed because specified value is not valid
    ORA-16019: cannot use db_recovery_file_dest with LOG_ARCHIVE_DEST or LOG_ARCHIVE_DUPLEX_DEST

    SQL > alter system set log_archive_dest = "/ u02/archive/MYDB";
    ALTER system set log_archive_dest = "/ u02/archive/MYDB '.
    *
    ERROR on line 1:
    ORA-02097: the parameter cannot be changed because specified value is not valid
    ORA-16018: cannot use LOG_ARCHIVE_DEST with LOG_ARCHIVE_DEST_n or DB_RECOVERY_FILE_DEST


    Any ideas?

    Thanks for any help.

    cool, finally you got. Thanks for pasting of output.

    Barry K.

  • "Getting Started" VM said "ORA-01471: cannot create a synonym.

    People,

    I downloaded the VM with demo integration OGG + ODI for 12.1.3, as well as the PDF "Getting Started with Oracle Data Integrator 12 c". Try step 10.3.2 on pg 92: "Initial running load staged Mapping", but it throws the error message:

    ODI-1228: task Create synonym on target-LKM Oracle for Oracle (DBLINK) - fails when connecting the TRG_ODIDEMO target.

    Caused by: java.sql.SQLException: ORA-01471: cannot create a synonym with the same name as the object

    He told the truth, I tried the code in sqlplus with the same error:

    SQL > conn odi_staging/oracle;

    Connected.

    SQL > create synonym ODI_STAGING. C$ _0OGG_CUSTOMER1 for ODI_STAGING. C$_0OGG_CUSTOMER1@ORCL;

    ERROR on line 1:

    ORA-01471: cannot create a synonym with the same name as the object

    Initially, the definition of database server did not have the Instance = orcl inside, I added and got the same error with and without "orcl". Why is this happening? Another odd piece that may be associated with: I tried this mapping even earlier, and it got stuck on the front line, trying to create a view, but was insufficient privs for ODI_STAGING select the ogg_customer table. So I just did "grant dba to odi_staging;" and that was not enough! Tried stop/start ODI, then the DB without change. Hmmm, s/n role not enough? I've also had "grant select any table of odi_staging;", then this line worked.

    Back to the current problem: I can get the other procs to run, as the Clean Up target tables works very well, and the demo Client works very well.

    (1) anyone has experience this problem of synonym?

    (2) no matter who else get it to work?

    -Thanks, Steve F.

    I got the fix in the product manager. There are two very similar LKMs:

    • LKM Oracle for Oracle (DBLINK) (must be imported)
    • LKM Oracle for Oracle shoot (DB Link). GLOBAL (integrated)

    Of course, they look the same to me except that the second works and one doesn't. In all honesty, the book on pg 89 says 'Pull' in the name. Chalk it up to user error. Detective Conan.

  • ORA-19504: cannot create file when using rman

    Hello
    on 10g bR2 on windows machine my rman backup failed on a drive mapped with following error message:
    ORA-19504: cannot create file when using rman

    What do you suggest me?

    I heard that RMAN cannot write to the mapped file system. Is this true? Some people proposed:

    OracleService must be run by OS user with permissions

    But what oracle service? Target or RMAN catalog database database?

    Thank you.

    You must change your environment, on metalink:

    How to configure RMAN to write about readers shared on Windows NT/2000
    DOC - ID: Note: 145843.1

    Werner

  • What is causing the error event ' BCM42RLY service failed to start due to the following error: the system cannot find the file specified "Event Id 7000

    What is causing the error event ' BCM42RLY service failed to start due to the following error: the system cannot find the file specified "Event Id 7000

    Hello

    1. Since when are you facing this problem?

    2. What is the number of brand and model of the computer?

    3. have you made changes on the computer recently?

    BCM42RLY is a Broadcom network card driver. I suggest that you uninstall and reinstall the drivers and check if it helps.
    Uninstall or reinstall a device: http://technet.microsoft.com/en-us/library/cc725782.aspx

    Hope the information is useful.

  • I get an error saying "the BCM42RLY service failed to start due to the following error: the system cannot find the file specified. '.

    Log name: System
    Source: Service Control Manager
    Date: 17/07/2011-21:12:53
    Event ID: 7000
    Task category: no
    Level: error
    Keywords: Classic
    User: n/a
    Computer: ivan-PC
    Description:
    The BCM42RLY service failed to start due to the following error:
    The system cannot find the specified file.
    The event XML:
     
       
        7000
        0
        2
        0
        0
        0 x 80000000000000
       
        203523
       
       
        System
        Ivan-PC
       
     
     
        BCM42RLY
        %%d Ko
     
    original title: can someone please help...

    Hello

    1. you are using a Dell computer?
    2. What is the model number of your computer?
    3. don't you make changes to your computer before the problem?

    BCM42RLY is a broadcom driver. I suggest that you uninstall and reinstall the drivers.

  • Can not connect - when entering a password message "the service user profile service has no logon. Failed to load profile \User' cannot access start menu to apply the options.

    Can not connect - when entering a password message "the service user profile service has no logon. Failed to load profile \User' cannot access start menu to apply the options.

    Hello

    1st thing to try is the system in safe mode restore to before the problem

    http://www.windowsvistauserguide.com/system_restore.htm

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode option with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.

    If that does not solve it read more

    read the tutorial below

    http://www.Vistax64.com/tutorials/130095-user-profile-service-failed-logon-user-profile-cannot-loaded.html

    When you log on a Windows Vista-based or a Windows 7 computer by using a temporary profile, you receive the following error message:

    The user profile Service has not logon. User profile cannot be loaded.

    http://support.Microsoft.com/kb/947215#letmefixit

    Your user profile was not loaded correctly! You have been logged on with a temporary profile.

    http://support.Microsoft.com/kb/947242

    If you tried to log on to Windows and received an error message telling you that your user profile is damaged, you can try to fix it. You will need to create a new profile and then copy the files from the existing to the new profile. You must have at least three user accounts on the computer to perform these operations, including the new account that you created.

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

Maybe you are looking for

  • Two Apple TV with HomeKit

    I was interested by the HomeKit implementation for home automation other products continue to be released. I currently have 2 Gen3 AppleTV. My question is, having two apple TV to expand bluetooth for some devices? My apple TV are on opposite sides of

  • types backwards

    Often when I need to type in a box, my MacBook Pro types in direction opposite. For example, my name, Miller, will appear as relliM. It drives me crazy! I went to the language and I do not have a language like Arabic listed. Another aspect of this pr

  • synchronization with Gmail and Google calendar will not turn off

    Hi all I have several daily reminders to appear on my PC but I don't want that they pop up on my phone and don't I want notifications by e-mail on my phone, so I unchecked both in the Google sync account on my phone, but they still continue... actual

  • I can't get my headphones to work

    I can't get my headphones to work

  • restore a backup problems

    Hello I did a backup with windows xp on my computer. After that I scored a high grade to windows 8. I understant that windows 8 cannot restore a backup in windows xp, but I tried to restore archive from another computer with XP and give me a message