duplicated in database: ends with error: rman-06136 ora-01110

OS: Linux REDHAT 5
DB: 11.2.0.3

Source DB backed up using rman full backup incremental level 1 twice and scp all backupsets to auxiliary hosts.

I try to reproduce as follows:
Run {}
data duplicated in TST
UNTIL TIME ' TO_DATE (NOVEMBER 12, 2012 ',' ' HH24:MI:SS JJ/MM/AAAA).
location of backup "/ stage/TST.
NOFILENAMECHECK;
}

Everything worked out to restore all the, and then he proceeded to recover with following error message:

Oracle error:
ORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error
ORA-01194: file 1 needs a recovery more match
ORA-01110: data file 1: '+ DAT/tst/datafile/system.279.799358399 '.

Then he kept to the end with the following errors;
ORACLE auxiliary database error: ORA-19751: could not create the file change tracking
ORA-19750: change the trace file: "+ DAT/prds/changetracking/ctf.906.799250971".
ORA-17502: ksfdcre:4 cannot create the +DAT/prds/changetracking/ctf.906.799250971 file
ORA-15046: ASM '+ DAT/prds/changetracking/ctf.906.799250971' file name is not unique creation as a file

Ignore the error, retry command after only two copies ends

content of Script memory:
{
ALTER clone database open resetlogs;
}
execution of Script memory

RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failure of Db in dual at 14/11/2012 22:26:18
RMAN-05501: abandonment of duplicate target database
RMAN-03015: an error has occurred in the script stored memory Script
RMAN-06136: the auxiliary database ORACLE error: ORA-01194: file 1 needs a recovery more match
ORA-01110: data file 1: '+ DAT/tst/datafile/system.279.799358399 '.

RMAN >

Should I proceed from here?

Thank you.

Yes

Here is my document to support:

During replication of the database, Rman error ora-1547, ora-1152, ora-1110 during recovery [274118.1 ID]

Best regards

mseberg

Tags: Database

Similar Questions

  • Purge the concurrent request and/or Manager Data - take long & end with error completed

    Purge the concurrent request and/or Manager Data - take long & end with error completed.

    What ever the age values 30,70,1000

    ****

    Select count (*) in the FND_CONCURRENT_PROCESSES;

    COUNT (*)

    -----

    32149

    ****

    Select count (*) from the FND_CONCURRENT_REQUESTS;

    COUNT (*)

    -----

    585499

    ****

    Request of min | Application of Max date | Date

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

    SEPT. 13.-10 10 OCTOBER 13

    My problem is now solved

    the cause of the problem was:

    After the clone for the new Production Server FND_CONCURRENT_PROCESSES & FND_CONCURRENT_REQUESTS table 'old' lines were still talking to the node that is no longer available in the new production to LOGFILE_NAME and OUTFILE_NAME columns.

    And after the removal of these lines, executes the request was very quick and works as it should work now.

    Thanks for all the help I get here and with the SR team too

  • Import Journal GL ending with error: ORA-01653

    Hi all

    Today, in our production of the GL Journal, import program instance ends in error with the below error message

    Error in: gllcje
    Function return status: 0
    Function Err Message: Ins_prep of execution using the insbindda descriptor
    Number of service warning:-1
    *****************************************************
    sqlcaid: sqlabc: 0 sqlcode:-1653 sqlerrml: 70
    sqlerrmc:
    ORA-01653: unable to extend table GL.GL_JE_LINES to 4096 in tablespace
    sqlerrp: sqlerrd: 0 21151 0 0 0 538976288
    SQLWARN: sqltext:
    SHRD0044: Process end the database session and leave the...

    I checked GL_TBL and GL_IDX tablespaces, we have more than 30 GB of free space in this table space.

    Please advice on why it gives this error even if we have a free space in the tablespace.

    Thank you and best regards,
    Rakesh

    Rakesh,

    Have you tried to change the table storage?

    Note: 180588.1 - ORA-01653 problems: UNABLE to EXTEND TABLE %S.%S %S IN %S TABLESPACE
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=180588.1

    Kind regards
    Hussein

  • RMAN-06136: & ORA-04031: unable to allocate for SHARED_POOL

    When I run my recovery of tablespace point in time recovery, I get:
    RMAN-06136: the auxiliary database ORACLE error: ORA-04031: unable to allocate 1056 bytes of shared memory

    On my system target, here is the info for pools:
    SQL> select pool, sum(bytes)/1024/1024 Mbytes from v$sgastat group by pool;
    
    POOL             MBYTES
    ------------ ----------
                  918.84494
    java pool            16
    streams pool         16
    shared pool  1024.00521
    large pool           16
    
    SQL> select * from v$sgainfo;
    
    NAME                                  BYTES RES
    -------------------------------- ---------- ---
    Fixed SGA Size                      2131168 No
    Redo Buffers                        5046272 No
    Buffer Cache Size                 956301312 Yes
    Shared Pool Size                 1073741824 Yes
    Large Pool Size                    16777216 Yes
    Java Pool Size                     16777216 Yes
    Streams Pool Size                  16777216 Yes
    Shared IO Pool Size                       0 Yes
    Granule Size                       16777216 No
    Maximum SGA Size                 2137886720 No
    Startup overhead in Shared Pool   184549376 No
    
    NAME                                  BYTES RES
    -------------------------------- ---------- ---
    Free SGA Memory Available          50331648
    
    12 rows selected.
    You can see below that this as my DB to THE puts as well. Here is my info from my catalog
    SQL> select pool, sum(bytes)/1024/1024 Mbytes from v$sgastat group by pool;
    
    POOL             MBYTES
    ------------ ----------
                 176.632385
    java pool             4
    shared pool   260.00457
    large pool            4
    
    SQL> select * from v$sgainfo;
    
    NAME                                  BYTES RES
    -------------------------------- ---------- ---
    Fixed SGA Size                      2133568 No
    Redo Buffers                        6918144 No
    Buffer Cache Size                 176160768 Yes
    Shared Pool Size                  272629760 Yes
    Large Pool Size                     4194304 Yes
    Java Pool Size                      4194304 Yes
    Streams Pool Size                         0 Yes
    Shared IO Pool Size                       0 Yes
    Granule Size                        4194304 No
    Maximum SGA Size                  784998400 No
    Startup overhead in Shared Pool    67108864 No
    
    NAME                                  BYTES RES
    -------------------------------- ---------- ---
    Free SGA Memory Available         318767104
    
    12 rows selected.
    My profile on the DB is therefore:
    Version - 11.1.0.7
    Type - CARS, 2 nodes Cluster
    Server - Win2003, SP4, 3 GHz, 4 GB RAM, 64-bit

    Initially the target was fixed at 3 GB of a SGA_MAX_SIZE but I dropped it up to 2048 M.

    I guess that the DB to the where the error happens as the export will fail from there. Now, when I went from the size of the target, I would have guessed that the shared_pool would have increased on the DB but it didn't. How can I get my db to get more space for the shared pool and actually complete my recovery.
    Recovery Manager: Release 11.1.0.7.0 - Production on Wed Mar 24 14:12:49 2010
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    RMAN> connect target dbaraman@edbtest2
    
    target database Password:
    connected to target database: EDBTEST (DBID=3958911274)
    
    RMAN> connect catalog rman@rmancat
    
    recovery catalog database Password:
    connected to recovery catalog database
    
    RMAN> run{
    2> set newname for datafile 1 to "+DATA";
    3> set newname for datafile 2 to "+DATA";
    4> set newname for datafile 3 to "+DATA";
    5> set newname for datafile 4 to "+DATA";
    6> RECOVER TABLESPACE RAMANS
    7> until time "to_date('23-MAR-2010 13:36:00','DD-MON-YYYY HH24:MI:SS')"
    8> AUXILIARY DESTINATION 'C:\EDBTEST2_backup\oradata\auxdest';
    9> }
    
    executing command: SET NEWNAME
    starting full resync of recovery catalog
    full resync complete
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    Starting recover at 24-MAR-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=495 instance=edbtest2 device type=DISK
    
    Creating automatic instance, with SID='srmk'
    
    initialization parameters used for automatic instance:
    db_name=EDBTEST
    compatible=11.1.0.0.0
    db_block_size=8192
    db_files=200
    db_unique_name=tspitr_EDBTEST_srmk
    large_pool_size=1M
    shared_pool_size=110M
    processes=50
    #No auxiliary parameter file used
    db_create_file_dest=C:\EDBTEST2_backup\oradata\auxdest
    control_files=C:\EDBTEST2_backup\oradata\auxdest/cntrl_tspitr_EDBTEST_srmk.f
    
    
    starting up automatic instance EDBTEST
    
    Oracle instance started
    
    Total System Global Area     204632064 bytes
    
    Fixed Size                     2127912 bytes
    Variable Size                146802648 bytes
    Database Buffers              50331648 bytes
    Redo Buffers                   5369856 bytes
    Automatic instance created
    
    contents of Memory Script:
    {
    # set the until clause
    set until  time "to_date('23-MAR-2010 13:36:00','DD-MON-YYYY HH24:MI:SS')";
    # restore the controlfile
    restore clone controlfile;
    # mount the controlfile
    sql clone 'alter database mount clone database';
    # archive current online log for tspitr to a resent until time
    sql 'alter system archive log current';
    # avoid unnecessary autobackups for structural changes during TSPITR
    sql 'begin dbms_backup_restore.AutoBackupFlag(FALSE); end;';
    # resync catalog after controlfile restore
    resync catalog;
    }
    executing Memory Script
    
    executing command: SET until clause
    
    Starting restore at 24-MAR-10
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=39 device type=DISK
    
    channel ORA_AUX_DISK_1: starting datafile backup set restore
    channel ORA_AUX_DISK_1: restoring control file
    channel ORA_AUX_DISK_1: reading from backup piece +FLASH/edbtest/autobackup/2010_03_23/s_714403881.525.714403883
    channel ORA_AUX_DISK_1: piece handle=+FLASH/edbtest/autobackup/2010_03_23/s_714403881.525.714403883 tag=TAG20100323T133121
    channel ORA_AUX_DISK_1: restored backup piece 1
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:07
    output file name=C:\EDBTEST2_BACKUP\ORADATA\AUXDEST\CNTRL_TSPITR_EDBTEST_SRMK.F
    Finished restore at 24-MAR-10
    
    sql statement: alter database mount clone database
    
    sql statement: alter system archive log current
    
    sql statement: begin dbms_backup_restore.AutoBackupFlag(FALSE); end;
    
    starting full resync of recovery catalog
    full resync complete
    
    contents of Memory Script:
    {
    # generated tablespace point-in-time recovery script
    # set the until clause
    set until  time "to_date('23-MAR-2010 13:36:00','DD-MON-YYYY HH24:MI:SS')";
    # set a destination filename for restore
    set newname for datafile  1 to
     "+DATA";
    # set a destination filename for restore
    set newname for datafile  3 to
     "+DATA";
    # set a destination filename for restore
    set newname for datafile  4 to
     "+DATA";
    # set a destination filename for restore
    set newname for datafile  2 to
     "+DATA";
    # set an omf destination tempfile
    set newname for clone tempfile  1 to new;
    # set a destination filename for restore
    set newname for datafile  21 to
     "+DATA/edbtest/datafile/ramans.285.714403881";
    # rename all tempfiles
    switch clone tempfile all;
    # restore the tablespaces in the recovery set plus the auxiliary tablespaces
    restore clone datafile  1, 3, 4, 2, 21;
    switch clone datafile all;
    #online the datafiles restored or flipped
    sql clone "alter database datafile  1 online";
    #online the datafiles restored or flipped
    sql clone "alter database datafile  3 online";
    #online the datafiles restored or flipped
    sql clone "alter database datafile  4 online";
    #online the datafiles restored or flipped
    sql clone "alter database datafile  2 online";
    #online the datafiles restored or flipped
    sql clone "alter database datafile  21 online";
    # make the controlfile point at the restored datafiles, then recover them
    recover clone database tablespace  "RAMANS", "SYSTEM", "UNDOTBS1", "UNDOTBS2", "SYSAUX" delete archivelog;
    alter clone database open resetlogs;
    }
    executing Memory Script
    
    executing command: SET until clause
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    executing command: SET NEWNAME
    
    renamed tempfile 1 to C:\EDBTEST2_BACKUP\ORADATA\AUXDEST\TSPITR_EDBTEST_SRMK\DATAFILE\O1_MF_TEMP_%U_.TMP in control file
    
    Starting restore at 24-MAR-10
    using channel ORA_AUX_DISK_1
    
    creating datafile file number=21 name=+DATA/edbtest/datafile/ramans.285.714403881
    channel ORA_AUX_DISK_1: starting datafile backup set restore
    channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_AUX_DISK_1: restoring datafile 00001 to +DATA
    channel ORA_AUX_DISK_1: restoring datafile 00003 to +DATA
    channel ORA_AUX_DISK_1: restoring datafile 00004 to +DATA
    channel ORA_AUX_DISK_1: restoring datafile 00002 to +DATA
    channel ORA_AUX_DISK_1: reading from backup piece +FLASH/edbtest/backupset/2010_03_23/nnndn0_tag20100323t120356_0.502.714398639
    channel ORA_AUX_DISK_1: piece handle=+FLASH/edbtest/backupset/2010_03_23/nnndn0_tag20100323t120356_0.502.714398639 tag=TAG20100323T120356
    channel ORA_AUX_DISK_1: restored backup piece 1
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:09:15
    Finished restore at 24-MAR-10
    
    datafile 1 switched to datafile copy
    input datafile copy RECID=5 STAMP=714493490 file name=+DATA/tspitr_edbtest_srmk/datafile/system.283.714492973
    datafile 2 switched to datafile copy
    input datafile copy RECID=6 STAMP=714493490 file name=+DATA/tspitr_edbtest_srmk/datafile/sysaux.289.714492949
    datafile 3 switched to datafile copy
    input datafile copy RECID=7 STAMP=714493490 file name=+DATA/tspitr_edbtest_srmk/datafile/undotbs1.287.714492935
    datafile 4 switched to datafile copy
    input datafile copy RECID=8 STAMP=714493491 file name=+DATA/tspitr_edbtest_srmk/datafile/undotbs2.288.714492943
    
    sql statement: alter database datafile  1 online
    
    sql statement: alter database datafile  3 online
    
    sql statement: alter database datafile  4 online
    
    sql statement: alter database datafile  2 online
    
    sql statement: alter database datafile  21 online
    
    Starting recover at 24-MAR-10
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting incremental datafile backup set restore
    channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
    destination for restore of datafile 00001: +DATA/tspitr_edbtest_srmk/datafile/system.283.714492973
    destination for restore of datafile 00003: +DATA/tspitr_edbtest_srmk/datafile/undotbs1.287.714492935
    destination for restore of datafile 00004: +DATA/tspitr_edbtest_srmk/datafile/undotbs2.288.714492943
    destination for restore of datafile 00002: +DATA/tspitr_edbtest_srmk/datafile/sysaux.289.714492949
    channel ORA_AUX_DISK_1: reading from backup piece +FLASH/edbtest/backupset/2010_03_23/nnndn1_tag20100323t124021_0.514.714400821
    channel ORA_AUX_DISK_1: piece handle=+FLASH/edbtest/backupset/2010_03_23/nnndn1_tag20100323t124021_0.514.714400821 tag=TAG20100323T124021
    channel ORA_AUX_DISK_1: restored backup piece 1
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:01
    
    starting media recovery
    
    archived log for thread 1 with sequence 316 is already on disk as file +FLASH/edbtest/archivelog/2010_03_23/thread_1_seq_316.734.714405211
    archived log for thread 2 with sequence 207 is already on disk as file +FLASH/edbtest/archivelog/2010_03_23/thread_2_seq_207.733.714405211
    archived log file name=+FLASH/edbtest/archivelog/2010_03_23/thread_2_seq_207.733.714405211 thread=2 sequence=207
    archived log file name=+FLASH/edbtest/archivelog/2010_03_23/thread_1_seq_316.734.714405211 thread=1 sequence=316
    media recovery complete, elapsed time: 00:00:02
    Finished recover at 24-MAR-10
    
    database opened
    
    contents of Memory Script:
    {
    # export the tablespaces in the recovery set
    host 'exp userid =
    '********'
     point_in_time_recover=y tablespaces= RAMANS file=
    tspitr_a.dmp';
    # shutdown clone before import
    shutdown clone immediate
    # import the tablespaces in the recovery set
    host 'imp userid =
    '********'
     point_in_time_recover=y file=tspitr_a.dmp';
    # online/offline the tablespace imported
    sql "alter tablespace RAMANS online";
    sql "alter tablespace  RAMANS offline";
    # enable autobackups in case user does open resetlogs from RMAN after TSPITR
    sql 'begin dbms_backup_restore.AutoBackupFlag(TRUE); end;';
    # resync catalog after tspitr finished
    resync catalog;
    }
    executing Memory Script
    
    
    Export: Release 11.1.0.7.0 - Production on Wed Mar 24 14:25:51 2010
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    
    EXP-00056: ORACLE error 604 encountered
    ORA-00604: error occurred at recursive SQL level 3
    ORA-04031: unable to allocate 88 bytes of shared memory ("shared pool","select /*+ rule */ bucket_cn...","sql area","opn: qkexrInitOpn")
    EXP-00000: Export terminated unsuccessfully
    host command complete
    
    
    Removing automatic instance
    shutting down automatic instance
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 03/24/2010 14:26:09
    RMAN-06136: ORACLE error from auxiliary database: ORA-04031: unable to allocate 544 bytes of shared memory ("shared pool","DBMS_BACKUP_RESTORE","PL/SQL DIANA","
    PAR.C:parapt:Page")
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-04031: unable to allocate 1056 bytes of shared memory ("shared pool","DBMS_BACKUP_RESTORE","PL/SQL DIANA",
    "PAR.C:parapt:Page")
    
    RMAN>

    There is always a problem with error ORA-04031 in 32 bit OS. However, it comes to Database 11G, then I would say to let oracle manage the pool rather doing this bu yourself. I would suggect to remove all manually allocation pool and 1 single value memory_target parameter and restart the database. Oracle MSA will take care of the rest.

  • Why doesn't AVG uninstall ends with error code0xC0070643

    I installed microsoft security databases and have tried to uninstall AVG free 2011 but although I went to add or remove programs to do at the end of the removal of avg, it came with an error 0xC0070643 and has not been removed, now that it is more difficult to please is able to help someone

    Hello

    To remove the try AVG 2011 removal tool the first two link 32-bit and 64 bit depending on what you use the platform? After running, restart and see what happens...

    http://www.Avg.com.au/download/tools/

    Concerning

    GT4U

  • Create the database fails with error ORA-01505: Error adding log files

    Hi all

    hope someone can help out me, I'm creating a database by using a SQL script, the content of the script is:
    create the testora database
    the user sys identified by oracle
    the user identified by oracle's system
    LogFile Group 1 ('/ u01/app/oracle/oradata/testora/redo01a.log ',' / u02/app/oracle/oradata/testora/redo01b.log') blocksize 512 re-use, 100 m in size.
    Group 2 ('/ u01/app/oracle/oradata/testora/redo02a.log ',' / u02/app/oracle/oradata/testora/redo02b.log') blocksize 512 re-use, 100 m in size.
    Group 3 ('/ u01/app/oracle/oradata/testora/redo03a.log ',' / u02/app/oracle/oradata/testora/redo03b.log') blocksize 512 re-use, 100 m in size.
    maxLogFiles 5
    maxlogmembers 5
    MAXDATAFILES 100
    US7ASCII character set
    AL16UTF16 national character set
    Local extended management
    DataFile ' / u01/app/oracle/oradata/testora/system01.dbf' re-use of 400 m size
    SYSAUX datafile ' / u01/app/oracle/oradata/testora/sysaux01.dbf' re-use of 400 m size
    default tablespace users
    DataFile ' / u02/app/oracle/oradata/testora/users01.dbf' size 500 m reuse autoextend on maxsize unlimited
    default temporary tablespace tempts1
    tempfile ' / u01/app/oracle/oradata/testora/temp01.dbf' size 20 m reuse autoextend on maxsize 4g
    Undo tablespace undotbs1
    DataFile ' / u01/app/oracle/oradata/testora/undotbs01.dbf' size 200 m reuse autoextend on maxsize unlimited
    ;

    It fails in the creation of the database with the following result:

    SQL > @/home/oracle/Oracle_Scripts/testora_db_script.sql
    create the testora database
    *
    ERROR on line 1:
    ORA-01092: ORACLE instance is complete. Disconnection forced
    ORA-01501: CREATE DATABASE failed
    ORA-01505: Error adding log files
    ORA-01184: logfile group 1 already exists
    Process ID: 3486
    ID of the session: 1 serial number: 3

    This is the documentation: http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_5004.htm#i2142335
    >
    If only the DB_RECOVERY_FILE_DEST initialization parameter is specified, Oracle database then creates a log file member to this place.

  • Adobe Application Manager ends with error Code A12E1

    After you download the new MAO since the cc Web site and running it, I get the following error:

    Adobe Application Manager.jpg
    The last lines of the log file look like this:
    Fri may 11 10:01 2012[INFO] OPM - Build Version - 6.0.309.0
    Fri may 11 10:01 2012[INFO] OPM - logging verbosity level Set of 4
    Fri may 11 10:01 2012[INFO] OPM - version of schema and version compatibility of the schema are identical or superior to the current

    Fri may 11 10:01 2012[INFO] OPM - no record found for input fields
    Fri may 11 10:01 2012[INFO] OPM - OPM refrence published successfully
    Fri may 11 10:01:25 2012[INFO] Installer - Version Build - 6.1.76.0
    Fri may 11 10:01:25 2012[INFO] Installation - operation forestry verbosity level Set to 4
    Fri may 11 10:01:25 2012[INFO] Installation - TimeLog: beginning of bootstrapper
    Fri may 11 10:01:25 2012[INFO] Installation - launch path set to/Volumes/ASU
    Fri may 11 10:01:25 2012[INFO] Installation - found 7 packages in install manifest
    Fri may 11 10:01:55 2012[FATAL] Native-Utils - error cannot close all Workflows deployment no...
    Fri may 11 10:01:55 2012[FATAL] Setup error - closing notification workflows. Failed to install.
    Fri may 11 10:01:55 2012[INFO] Installation - = leave the installer with the Code:-3 =.

    Killed all AAM * process, I still get the same error. Also downloaded several times... same effect.

    Please try the steps below.

    (1) rename the folder OOBE to OOBE OLD from MAC HD/Library/Application Support/Adobe

    (2) download and install the update of http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774 MAA

    (3) then try to launch MAA.

  • Websites that I could access before you upgrade to Windows 7 on my desktop is ending with error indicating that the site is not accessible. I also use Windows 7 on my laptop and can access these Web sites here.

    Internet explore 8

    How your problem is related to Windows Update (compared to the Windows upgrade)?

    See...

    How to troubleshoot network connectivity problems in Internet Explorer
    [ignore the reference to IE7 or Vista in the section will APPLY to]
    http://support.Microsoft.com/kb/936211

    See also http://support.microsoft.com/kb/967896

    Specific Forum on Internet Explorer: http://social.answers.microsoft.com/Forums/en-US/InternetExplorer/threads

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • RMAN duplicate: ORA-00283, ORA-0060internal error code, arguments: [kcvhvdf

    This is related to this thread: Re: duplicated to database: ends with error: rman-06136 ora-01110

    I supported the newspaper of archive and continues:

    RMAN > overview of the database to recover
    2 >.

    To go back to November 16, 12
    using channel ORA_DISK_1
    using channel ORA_DISK_1

    Archive logs generated after that YVERT 0 not found in the repository
    Start of recovery Media SNA is 0
    Recovery must be beyond SNA 91215577536 to clear the hazy data file
    Finished recover at 16 November 12

    RMAN > run {}
    2 > set up what SNA 91215577536.
    3 > restore database;
    4 > sql ' alter database open resetlogs;
    {5 >};

    executing command: SET until clause

    To go back to November 16, 12
    using channel ORA_DISK_1

    starting media recovery
    media recovery failed
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at 11/16/2012 19:45:40
    ORA-00283: cool cancelled due to errors
    RMAN-11003: failure in parsing / execution of the SQL statement: alter database reco worm if necessary
    forward this 91215577536 change using backup controlfile
    ORA-00283: cool cancelled due to errors
    [ORA-00600: internal error code, arguments: [kcvhvdf_1], [], [], [], [], [], [], [], [], [], []]

    In the alerts log, the ora-00600 even raised.

    How to get around this problem?

    Thank you

    Hello;

    I agree with you. And while I have nothing to correct your error, this document is worth seeing:

    http://gavinsoorma.com/2012/04/RMAN-duplicate-database-RAC-to-RAC/

    If nothing else its useful to add to any collection of notes, you can have.

    Best regards

    mseberg

  • Apps of level autocofing supplementing with errors, how to fix?

    Hello
    We have only one node EBS R12.0.6. Since the last 2 months whenever I try to level apps "autocong", it ends with errors and AS services are not restart. Copy the .env file and restart services AS due. How to fix?

    SR created in support of oracle, but so far no action plan?

    Any help!

    Concerning
    Fatiha

    Hello

    Since when this error is coming... have you applied the fixes? view the log of automatic configuration file.

    This has already been suggested/requested above.

    Kind regards
    Hussein

  • Unable to send emails, but cannot receive them (error message said 554 5.7.1 rejected database end user not allowed to relay)

    There are three computers in the opffice, 2 have windows 7 and the other is XP. Both with windows 7 suddenly will not send emails on windows live mail. all three are on the same network. I contacted Norton to see if that was the problem and they came to the conclusion that it wasn't Norton but the ISP or Windows Server problem. It receives very well but when you send a message, it will then an error message appears (554 5.7.1 rejected database end user not allowed to relay).

    There is no new software or hardware installed!

    [Copy of this message , made in the right forum]

    Noel

  • Try to clone RAC database with RMAN database RAC but becomes lower than ORA-01503

    I'm trying to clone a RAC database of RMAN target database is also CARS, so for every thing wen fine but getting "ORA-01503.

    Please find below, please help me solve this problem.

    connect sys/p0ck3t@pcard1 target;

    auxiliary connection;

    Connect the rmancat/rmanamex@rmandb catalog;

    Run {}

    SQL "alter session set optimizer_mode = RULE ';"

    until ' to_date (' may 1, 2015 06:30 ',' Lun ' DD YYYY HH24:MI:SS);

    allocate auxiliary channel t1 type disk;

    allocate auxiliary channel t2 type disk;

    allocate auxiliary channel t3 type disk;

    the value of newname for datafile 4 to "+ DATA/pcardtst/datafile/users.304.723229675";

    the value of newname for datafile 3 to "+ DATA/pcardtst/datafile/sysaux.395.723228961";

    the value of newname for datafile 2 to "+ DATA/pcardtst/datafile/undotbs1_1.dbf";

    the value of newname for datafile 1 to "+ DATA/pcardtst/datafile/system.328.723229027";

    the value of newname for datafile 5 to "+ DATA/pcardtst/datafile/undotbs2.409.723228957";

    the value of newname for datafile 6 to "+ DATA/pcardtst/datafile/pwrcrd_usr01.dbf";

    the value of newname for datafile 7 to "+ DATA/pcardtst/datafile/pwrcrd_undotbs01.dbf";

    the value of newname for datafile 8 to "+ DATA/pcardtst/datafile/pwrcrd_undotbs02.dbf";

    the value of newname for datafile 9 to "+ DATA/pcardtst/datafile/pwrcrd_data_par01.dbf";

    the value of newname for datafile 10 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_par01.dbf";

    the value of newname for datafile 11 in "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part01_01.dbf";

    the value of newname for datafile 12 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part01_02.dbf";

    the value of newname for datafile 13 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part01_03.dbf";

    the value of newname for datafile 14 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part01_04.dbf";

    the value of newname for datafile 15 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_bo_part01_01.dbf";

    the value of newname for datafile 16 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_bo_part01_02.dbf";

    the value of newname for datafile 17 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part02_01.dbf";

    the value of newname for datafile 18 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part02_02.dbf";

    the value of newname for datafile 19 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part02_03.dbf";

    the value of newname for datafile 20 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part02_04.dbf";

    the value of newname for datafile 21 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_bo_part02_01.dbf";

    the value of newname for datafile 22 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_bo_part02_02.dbf";

    the value of newname for datafile 23 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part03_01.dbf";

    the value of newname for datafile 24 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part03_02.dbf";

    the value of newname for datafile 25 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part03_03.dbf";

    the value of newname for datafile 26 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_bo_part03_01.dbf";

    the value of newname for datafile 27 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_bo_part03_02.dbf";

    the value of newname for datafile 28 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part04_01.dbf";

    the value of newname for datafile 29 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part04_02.dbf";

    the value of newname for datafile 30 to "+ DATA/pcardtst/datafile/pwrcrd_data_bo_part04_03.dbf";

    the value of newname for datafile 31 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_bo_part04_01.dbf";

    the value of newname for datafile 32 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_bo_part04_02.dbf";

    the value of newname for datafile 33 to '+ DATA/pcardtst/datafile/pwrcrd_data_fe_part01_01.dbf;

    the value of newname for datafile 34 at "+ DATA/pcardtst/datafile/pwrcrd_data_fe_part01_02.dbf";

    the value of newname for datafile 35 to "+ DATA/pcardtst/datafile/pwrcrd_data_fe_part01_03.dbf";

    the value of newname for datafile 36 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_fe_part01_01.dbf";

    the value of newname for datafile 37 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_fe_part01_02.dbf";

    the value of newname for datafile 38 at "+ DATA/pcardtst/datafile/pwrcrd_data_fe_part02_01.dbf";

    the value of newname for datafile 39 to "+ DATA/pcardtst/datafile/pwrcrd_data_fe_part02_02.dbf";

    the value of newname for datafile 40 to "+ DATA/pcardtst/datafile/pwrcrd_data_fe_part02_03.dbf";

    the value of newname for datafile 41 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_fe_part02_01.dbf";

    the value of newname for datafile 42 at "+ DATA/pcardtst/datafile/pwrcrd_ndx_fe_part02_02.dbf";

    the value of newname for datafile 43 at "+ DATA/pcardtst/datafile/pwrcrd_data_fe_part03_01.dbf";

    the value of newname for datafile 44 to "+ DATA/pcardtst/datafile/pwrcrd_data_fe_part03_02.dbf";

    the value of newname for datafile 45 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_fe_part03_01.dbf";

    the value of newname for datafile 46 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_fe_part03_02.dbf";

    the value of newname for datafile 47 to "+ DATA/pcardtst/datafile/pwrcrd_data_fe_part04_01.dbf";

    the value of newname for datafile 48 to "+ DATA/pcardtst/datafile/pwrcrd_data_fe_part04_02.dbf";

    the value of newname for datafile 49 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_fe_part04_01.dbf";

    the value of newname for datafile 50 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_fe_part04_02.dbf";

    the value of newname for datafile 51 to "+ DATA/pcardtst/datafile/pwrcrd_data_batch01.dbf";

    the value of newname for datafile 52 at "+ DATA/pcardtst/datafile/pwrcrd_data_batch02.dbf";

    the value of newname for datafile 53 to '+ DATA/pcardtst/datafile/pwrcrd_data_batch03.dbf;

    the value of newname for datafile 54 to "+ DATA/pcardtst/datafile/pwrcrd_data_batch04.dbf";

    the value of newname for datafile 55 to "+ DATA/pcardtst/datafile/pwrcrd_data_batch05.dbf";

    the value of newname for datafile 56 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_batch01.dbf";

    the value of newname for datafile 57 to "+ DATA/pcardtst/datafile/pwrcrd_ndx_batch02.dbf";

    the value of newname for datafile 58 at "+ DATA/pcardtst/datafile/pwrcrd_ndx_batch03.dbf";

    the value of newname for datafile 59 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part01_01.dbf";

    the value of newname for datafile 60 to "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part01_01.dbf";

    the value of newname for datafile 61 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part02_01.dbf";

    the value of newname for datafile 62 at "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part02_01.dbf";

    the value of newname for datafile 63 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part03_01.dbf";

    the value of newname for datafile 64 at "+ DATA/pcardtst/datafile/pwrcrd_data_index_part03_01.dbf";

    the value of newname for datafile 65 at "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part04_01.dbf";

    the value of newname for datafile 66 to "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part04_01.dbf";

    the value of newname for datafile 67 to '+ DATA/pcardtst/datafile/pwrcrd_data_hist_part05_01.dbf;

    the value of newname for datafile 68 to "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part05_01.dbf";

    the value of newname for datafile 69 at "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part06_01.dbf";

    the value of newname for datafile 70 to "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part06_01.dbf";

    the value of newname for datafile 71 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part07_01.dbf";

    the value of newname for datafile 72 at "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part07_01.dbf";

    the value of newname for datafile 73 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part08_01.dbf";

    the value of newname for datafile 74 at "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part08_01.dbf";

    the value of newname for datafile 75 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part09_01.dbf";

    the value of newname for datafile 76 to '+ DATA/pcardtst/datafile/pwrcrd_index_hist_part09_01.dbf;

    the value of newname for datafile 77 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part10_01.dbf";

    the value of newname for datafile 78 to "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part10_01.dbf";

    the value of newname for datafile 79 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part11_01.dbf";

    the value of newname for datafile 80 to "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part11_01.dbf";

    the value of newname for datafile 81 to '+ DATA/pcardtst/datafile/pwrcrd_data_hist_part12_01.dbf;

    the value of newname for datafile 82 to "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part12_01.dbf";

    the value of newname for datafile 83 at "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part13_01.dbf";

    the value of newname for datafile 84 to "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part13_01.dbf";

    the value of newname for datafile 85 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part14_01.dbf";

    the value of newname for datafile 86 to '+ DATA/pcardtst/datafile/pwrcrd_index_hist_part14_01.dbf;

    the value of newname for datafile 87 to "+ DATA/pcardtst/datafile/powercard_users.375.723228963";

    the value of newname for datafile 88 to "+ DATA/pcardtst/datafile/powercard_users.396.723228959";

    the value of newname for datafile 89 to "+ DATA/pcardtst/datafile/powercard_users.399.723228959";

    the value of newname for datafile 90 to "+ DATA/pcardtst/datafile/powercard_users.393.723228961";

    the value of newname for datafile 91 to '+ DATA/pcardtst/datafile/mig_pc_delivery.309.723228955;

    the value of newname for datafile 92 to "+ DATA/pcardtst/datafile/powercard_index_par.403.723228961";

    the value of newname for datafile 93 to "+ DATA/pcardtst/datafile/powercard_users.381.723228963";

    the value of newname for datafile 94 to "+ DATA/pcardtst/datafile/powercard_index_hist_part01.275.723229411";

    the value of newname for datafile 95 at "+ DATA/pcardtst/datafile/powercard_data_fe_part01.364.723229607";

    the value of newname for datafile 96 to "+ DATA/pcardtst/datafile/powercard_data_hist_part05.380.723228963";

    the value of newname for datafile 97 to '+ DATA/pcardtst/datafile/powercard_data_hist_part10.310.723228959;

    the value of newname for datafile 98 in "+ DATA/pcardtst/datafile/powercard_data_hist_part14.268.723229465";

    the value of newname for datafile 99 to "+ DATA/pcardtst/datafile/powercard_index_hist_part08.367.723229607";

    the value of newname for datafile 100 to "+ DATA/pcardtst/datafile/powercard_index_hist_part09.385.723229087";

    the value of newname for datafile 101 to "+ DATA/pcardtst/datafile/powercard_index_hist_part11.286.723229559";

    the value of newname for datafile 102 to "+ DATA/pcardtst/datafile/powercard_index_hist_part13.355.723229615";

    the value of newname for datafile 103 to "+ DATA/pcardtst/datafile/powercard_data_batch.330.723228961";

    the value of newname for datafile 104 to "+ DATA/pcardtst/datafile/powercard_data_hist_part13.335.723229485";

    the value of newname for datafile 105 to "+ DATA/pcardtst/datafile/powercard_index_bo_part03.285.723229567";

    the value of newname for datafile 106 to "+ DATA/pcardtst/datafile/powercard_index_bo_part01.351.723229617";

    the value of newname for datafile 107 to "+ DATA/pcardtst/datafile/powercard_index_fe_part04.261.723229627";

    the value of newname for datafile 108 to "+ DATA/pcardtst/datafile/powercard_index_hist_part02.264.723229465";

    the value of newname for datafile 109 to "+ DATA/pcardtst/datafile/powercard_data_bo_part01.284.723229573";

    the value of newname for datafile 110 to "+ DATA/pcardtst/datafile/powercard_data_hist_part01.406.723229497";

    the value of newname for datafile 111 to "+ DATA/pcardtst/datafile/powercard_data_hist_part07.291.723229557";

    the value of newname for datafile 112 to "+ DATA/pcardtst/datafile/powercard_data_hist_part08.371.723229615";

    the value of newname for datafile 113 to "+ DATA/pcardtst/datafile/powercard_data_hist_part09.346.723228973";

    the value of newname for datafile 114 to "+ DATA/pcardtst/datafile/powercard_data_hist_part12.401.723229447";

    the value of newname for datafile 115 to "+ DATA/pcardtst/datafile/powercard_index_fe_part02.262.723229625";

    the value of newname for datafile 116 to "+ DATA/pcardtst/datafile/powercard_data_fe_part04.374.723229627";

    the value of newname for datafile 117 to "+ DATA/pcardtst/datafile/powercard_data_bo_part03.276.723229585";

    the value of newname for datafile 118 to "+ DATA/pcardtst/datafile/powercard_data_bo_part04.350.723229633";

    the value of newname for datafile 119 to "+ DATA/pcardtst/datafile/powercard_index_bo_part04.317.723229633";

    the value of newname for datafile 120 to "+ DATA/pcardtst/datafile/powercard_data_hist_part03.400.723229511";

    the value of newname for datafile 121 in '+ DATA/pcardtst/datafile/powercard_index_hist_part12.369.723229605;

    the value of newname for datafile 122 to "+ DATA/pcardtst/datafile/powercard_index_hist_part05.373.723229641";

    the value of newname for datafile 123 to "+ DATA/pcardtst/datafile/powercard_data_par.319.723229635";

    the value of newname for datafile 124 to "+ DATA/pcardtst/datafile/powercard_users.402.723228957";

    the value of newname for datafile 125 to "+ DATA/pcardtst/datafile/powercard_index_batch.356.723229609";

    the value of newname for datafile 126 to "+ DATA/pcardtst/datafile/powercard_index_bo_part02.256.723229647";

    the value of newname for datafile 127 to "+ DATA/pcardtst/datafile/powercard_index_hist_part07.320.723229641";

    the value of newname for datafile 128 to "+ DATA/pcardtst/datafile/powercard_index_hist_part04.258.723229615";

    the value of newname for datafile 129 to "+ DATA/pcardtst/datafile/powercard_data_bo_part02.366.723229651";

    the value of newname for datafile 130 to "+ DATA/pcardtst/datafile/powercard_data_hist_part06.348.723228965";

    the value of newname for datafile 131 to "+ DATA/pcardtst/datafile/powercard_data_hist_part02.307.723229525";

    the value of newname for datafile 132 to "+ DATA/pcardtst/datafile/powercard_index_fe_part01.370.723229647";

    the value of newname for datafile 133 to "+ DATA/pcardtst/datafile/powercard_index_fe_part03.352.723229619";

    the value of newname for datafile 134 to "+ DATA/pcardtst/datafile/powercard_index_hist_part06.266.723229659";

    the value of newname for datafile 135 to "+ DATA/pcardtst/datafile/powercard_index_hist_part10.329.723229027";

    the value of newname for datafile 136 to "+ DATA/pcardtst/datafile/powercard_index_hist_part03.337.723229651";

    the value of newname for datafile 137 to "+ DATA/pcardtst/datafile/powercard_index_hist_part14.263.723229627";

    the value of newname for datafile 138 to "+ DATA/pcardtst/datafile/stpmw_data01.dbf";

    the value of newname for datafile 139 to "+ DATA/pcardtst/datafile/undotbs1_2.dbf";

    the value of newname for datafile 140 to "+ DATA/pcardtst/datafile/undotbs1_3.dbf";

    the value of newname for datafile 141 to "+ DATA/pcardtst/datafile/undotbs1_4.dbf";

    the value of newname for datafile 142 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part05_03.dbf";

    the value of newname for datafile 143 to "+ DATA/pcardtst/datafile/powercard_data_hist_part05.426.851242407";

    the value of newname for datafile 144 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part11_02.dbf";

    the value of newname for datafile 145 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part12_02.dbf";

    the value of newname for datafile 146 to "+ DATA/pcardtst/datafile/pwrcrd_data_hist_part05_04.dbf";

    the value of newname for datafile 147 in "+ DATA/pcardtst/datafile/pwrcrd_index_hist_part05_02.dbf";

    the value of newname for tempfile 1 to "+ DATA/pcardtst/tempfile/temp1.dbf";

    the value of newname for tempfile 2 to "+ DATA/pcardtst/tempfile/temp2.dbf";

    the value of newname for tempfile 3 to "+ DATA/pcardtst/tempfile/temp3.dbf";

    the value of newname for tempfile 4 to "+ DATA/pcardtst/tempfile/pwrcard_temp01.dbf";

    the value of newname for tempfile 5 to "+ DATA/pcardtst/tempfile/pwrcard_temp02.dbf";

    the value of newname for tempfile 6 to "+ DATA/pcardtst/tempfile/pwrcard_temp03.dbf";

    the value of newname for tempfile 7 to "+ DATA/pcardtst/tempfile/pwrcard_temp04.dbf";

    duplicate target database in the pcardtst log file

    GROUP 10 ('+ DATA/pcardtst/onlinelog/group_10_01') size 512 M,

    GROUP 10 ('+ DATA/pcardtst/onlinelog/group_10_02') size 512 M,

    GROUP 11 ('+ DATA/pcardtst/onlinelog/group_11_01') size 512 M,

    GROUP 11 ('+ DATA/pcardtst/onlinelog/group_11_02') size 512 M,

    GROUP 12 ('+ DATA/pcardtst/onlinelog/group_12_01') size 512 M,

    GROUP 12 ('+ DATA/pcardtst/onlinelog/group_12_02') size 512 M,

    GROUP 13 ('+ DATA/pcardtst/onlinelog/group_13_01') size 512 M,

    GROUP 13 ('+ DATA/pcardtst/onlinelog/group_13_02') size 512 M,

    GROUP 14 ('+ DATA/pcardtst/onlinelog/group_14_01') size 512 M,

    GROUP 14 ('+ DATA/pcardtst/onlinelog/group_14_02') size 512 M,

    GROUP 7 ('+ DATA/pcardtst/onlinelog/group_7_01') size 512 M,

    GROUP 7 ('+ DATA/pcardtst/onlinelog/group_7_02') size 512 M,

    GROUP 8 ('+ DATA/pcardtst/onlinelog/group_8_01') size 512 M,

    GROUP 8 ('+ DATA/pcardtst/onlinelog/group_8_02') size 512 M,

    GROUP 9 ('+ DATA/pcardtst/onlinelog/group_9_01') size 512 M,

    GROUP 9 ('+ DATA/pcardtst/onlinelog/group_9_02') size 512 M;

    output channel t1;

    output channel t2;

    output channel t3;

    }

    But gettting error below

    DATA FILE

    "+ DATA/pcardtst/datafile/system.635.878984933".

    CHARACTER SET WE8ISO8859P1

    output channel: t1

    output channel: t2

    output channel: t3

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of Db in dual at 06/05/2015 14:26:01

    RMAN-06136: the auxiliary database ORACLE error: ORA-01503: CREATE CONTROLFILE failed

    ORA-01167: two files are the same file/group number or the same file

    ORA-01517: Member of journal: '+ DATA/pcardtst/onlinelog/group_10_02.

    ORA-01517: Member of journal: '+ DATA/pcardtst/onlinelog/group_10_01.

    Complete recovery manager.

    Kind regards.

    Younus

    Hi Eric,.

    Let's not your syntax for log files. Check out the docs:

    http://docs.Oracle.com/CD/B28359_01/backup.111/b28270/rcmdupdb.htm#BRADV89956

    You need only name the Group once followed a list separated by commas of the logfile members.

    Concerning

    Thomas

  • I am having trouble updating to Adobe Acrobat XI worm. 11.0.15 I receive saying Error 1311 source file is missing ending with Data1.cab

    I am having trouble updating to Adobe Acrobat XI worm. 11.0.15 I receive saying Error 1311 source file is missing ending with Data1.cab

    Hi lawrencew78647297,

    Please try the steps to follow and let us know:

    1. launch Acrobat, click on the Help menu > repair installation (be sure that everything is closed).

    -Restart the computer and then try to update again.

    -If the automatic update did not help again.

    2 download the patch to update manually and try to install it: Adobe - Acrobat: for Windows

    3 If the steps above did not help either

    Download the new installer. : Download Pro or Standard versions of Acrobat DC, XI or X

    XI of Acrobat using the uninstall cleanup tool: Download Adobe Reader and Acrobat tool - Adobe Labs

    Reinstall and try to update again.

    Kind regards

    Tariq Dar.

  • RMAN backup error; already saved 1 time, backup finished with errors

    Hi DBAs,

    I get error below after each backup to the production DB (Oracle 10.2.0.5)

    skip the log file archive + DATA_FRA/zeus/archivelog/2014_06_23/thread_1_seq_25321.3279.850962321; already saved 1 time

    skip the log file archive + DATA_FRA/zeus/archivelog/2014_06_23/thread_1_seq_25322.3265.850962439; already saved 1 time

    skip the log file archive + DATA_FRA/zeus/archivelog/2014_06_23/thread_1_seq_25323.3194.850963433; already saved 1 time

    skip the log file archive + DATA_FRA/zeus/archivelog/2014_06_23/thread_1_seq_25324.3206.850963501; already saved 1 time

    ...

    ..

    ..

    .

    Complete recovery manager.

    List of backup completed successfully

    = Thu Jun 26 07:38:33 IST completed 2014 list backups - complete set =.

    = Finished Thu Jun 26 07:38:33 IST 2014 =.

    Backup completed with errors

    A way to avoid this error daily and a way to remove the already saved up to archive newspapers 1 time?

    Kind regards

    Ritu

    This is not an error but an informational message.  The error comes from RMAN or one of your scripts?

    Are there other RMAN - or ORA-errors in your log file?

    Check your backup optimization, which can be turned on in which case it will not backup the archivelog again.

    You can use one of the two commands to remove the archivelogs that have been backed up.

    backup archivelog all not backed up delete input;
    delete archivelog all backed up 1 times to device type sbt;
    
  • A script for the e-mail notifications to all detectors of vCenter device 54 default works as expected, however it ends with an error.

    Hello

    We test the automatic configuration of alerts by email of all the alarms of 54 by default since version 5.0 of the device of vCenter.

    Since this is something that we intend to do on all the installations/upgrades, it can be a time-consuming task having to manually set each alarm set on each vCenter so I indicated to an article in the blog of VMpros which appears to address a similar task and who suggests using PowerCLI script to take care of this:

    http://blog.vmpros.nl/2011/07/04/VMware-change-alarm-actions-with-PowerCLI/

    I fixed the script from its original version because it shouldn't change certain actions of alarm to send alarm notifications at a different e-mail once a week. Instead, we will propose a one-time activity.

    After configuring vCenter server connection information and change the e-mail addresses, I have successfully tested the custom script to add notifications by e-mail to a test alarm (named "Test alarm") to a simple action, that I had created earlier (turn on/off a virtual computer in our laboratory). The added script notifications by e-mail to our alarm test as expected without error.

    Before you change the script to add e-mail notifications to all 54 defect detectors as needed, I decided to test the custom script against one of the predefined alarms (named 'Host the status of material power'). While the script added notifications by e-mail to the alarm 'Material receiving power status' as expected, he finished with errors.

    I just want to make sure that our custom script contains no script errors before using it on all the installations/upgrades (any suggestion or criticism is welcome).

    I pasted the error resulting from the prompt of Windows PowerShell commands below.

    Thank you and best regards,

    Massimiliano

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

    PowerCLI D:\ >.\Change_Alarm_Datacenter.ps1

    Action Type Trigger

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

    SendEmail...

    SendEmail...

    SendEmail...

    New-AlarmActionTrigger: 21/05/2012-16:35:11 new-AlarmActionTrigger A

    specified parameter was incorrect.

    D:\Change_Alarm_Datacenter.ps1:37 car: 82

    + Get-AlarmDefinition-name '$actAlarm1 ' | Get-AlarmAction | New-AlarmActionTri

    walking landing < < < < - StartStatus 'green' - EndStatus "yellow."

    + CategoryInfo: NotSpecified: (:)) [-AlarmActionTrigger] new, Inva)

    lidArgument

    + FullyQualifiedErrorId: Client20_AlarmServiceImpl_NewAlarmActionTrigger_

    ViError, VMware.VimAutomation.ViCore.Cmdlets.Commands.Alarm.NewAlarmActionT

    rigger

    UID: /VIServer=administrator@vcenter5:443/Alarm=Alarm-alarm-17/SendEma

    ilAction = 1508771755/AlarmTriggeringActionTransitionSpec =-83030421

    6.

    StartStatus: Green

    EndStatus: yellow

    Repeat: false

    AlarmAction: SendEmail

    UID: /VIServer=administrator@vcenter5:443/Alarm=Alarm-alarm-17/SendEma

    ilAction =-1903891658/AlarmTriggeringActionTransitionSpec =-8303042

    16.

    StartStatus: Green

    EndStatus: yellow

    Repeat: false

    AlarmAction: SendEmail

    UID: /VIServer=administrator@vcenter5:443/Alarm=Alarm-alarm-17/SendEma

    ilAction =-1765994019/AlarmTriggeringActionTransitionSpec =-8303042

    16.

    StartStatus: Green

    EndStatus: yellow

    Repeat: false

    AlarmAction: SendEmail

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

    Okay, I think I found the problem.

    You set 3 actions on this alarm (3 x Email).

    This means that it

    Get-AlarmDefinition -Name "$actAlarm1" | Get-AlarmAction
    

    Returns 3 objects (one for each action).

    Unfortunately, the New-AlarmActionTrigger cmdlet wants 1 as input Action, not a table object.

    The solution is to select the Action of explictely for which you want to change the trigger.

    Something like that

    Get-AlarmDefinition -Name "$actAlarm1" | Get-AlarmAction | Select -Index 0 | New-AlarmActionTrigger -StartStatus "Green" -EndStatus "Yellow" Get-AlarmDefinition -Name "$actAlarm1" | Get-AlarmAction | Select -Index 1 | New-AlarmActionTrigger -StartStatus "Red" -EndStatus "Yellow" Get-AlarmDefinition -Name "$actAlarm1" | Get-AlarmAction | Select -Index 2 | New-AlarmActionTrigger -StartStatus "Yellow" -EndStatus "Green"
    

    Beware, the script does not remove the old triggers, so you will end up having several triggers for actions.

    First use the remove-AlarmActionTrigger to remove any existing triggers.

Maybe you are looking for

  • Removing DNS Unlocker for Mac and iPhone

    Hi all I use an iMac running Yosemite at the end of 2009, 2012 Macbook pro running El Capitan and iPhone 6plus - all are affected by the aforementioned adware. I've been digging some how to remove in the internet, replaced and tried the DNS server us

  • HP Probook s 4540 cannot start - sometimes

    I found that my Probook s 4540 sometimes cannot be started. I have to use the trick applied to 4530 s: remove the battery, press the power button to 40, turn on the adapter. Sometimes the trick works, sometimes it does not. Is this a bios problem? An

  • New installation of Windows XP does not - UNMOUNTABLE_BOOT_VOLUME

    I'm trying to do a fresh install of Windows XP. Soyo SY - P41 845PE Lite MBPentium 4, 2.4 GHz1.5 GB of Ram This is a computer that I use every day and who usually has a hard drive with WindowsXP SP3. I just want to have a spare hard drive with a new

  • Get my data sorted after recovering the pc after reinstalling windows xp recovery disk

    Hello I have an advent 3217 running xp sp3 and after the most recent windows update failed I put on by accident and was then trapped in a reboot loop who gave me an error code of c000021a. I tried pressing F8 and try all the options, but nothing work

  • How to check & fix "structure of the file system is corrupt" on Vista

    When I restarted my computer it restarts fine, everything works as before, but I had this warning and don't know how to sort. Disk fragmentation has been doing these past two days ago and MS updated too. It's Vista Ultimate 32 bit