Reentrant Database execute

It seems to me that you can have multiple connections to a database, but a lot of the Database toolkit VIs are not reentrant.
I have two connections, and by making a number of the database toolkit vis reentrant, I think I can significantly improve performance.
Any considerations on doing this for the next toolkit release?
Thanks.

Nils Gokemeijer wrote:
It seems to me that you can have multiple connections to a database, but a lot of the Database toolkit VIs are not reentrant.
I have two connections, and by making a number of the database toolkit vis reentrant, I think I can significantly improve performance.
Any considerations on doing this for the next toolkit release?
Thanks.
That should be generally not necessary for most of the VIs since they do not execute code that takes long to run.
There is an issue with making all possible VIs reentrant by default. This requires a lot more resources such a memory and that is not a good idea if it is not required in an application. Also most database applications are kind of sequential anyhow so there would be little gain with a lot of pain for many applications.
I would tend to make VIs not reentrant by default expect those that are clearly meant to wait for some time on something and there is a high probability that they can be executing multiple times in parallel in a typical application. The database Vis don't strike me as being in that category very much for the majority of users, most are not even in the first class.
Rolf Kalbermatter
Message Edited by rolfk on 04-20-2009 11:07 AM
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • Query in an Access database executing a function defined in a module

    Hi all,
    I have an Access 2003 database in which some function is defined in a module.
    I also have a query defined which calls this function with no problem.
    Both the query and the function work well when the query is executed from Access.
    But when I try to execute the same query from ColdFusion, I get an error claiming that the function is not defined.
    Any Idea ?

    I believe that UDFs in Access can only be run inside of the Access runtime environment, and cannot be called through the JDBC/ODBC bridge that ColdFusion is using.
    -Carl V.

  • How to call a procedure from database executing commandButton...

    Hello.
    I´m using Jdev 10.1.3.2, I´d like to know how can I execute a procedure from database when I click a command button..??
    is that possible?
    thanks again.

    Yes, it's possible.
    Since you don't say anything about technologies you are using, I will assume ADF Business Components and JSF.
    You can write a service method in your application module - see Section 25.5 of the ADF Developer's Guide for Forms/4GL Developers
    Then, you can drag-and-drop the service method from the data control palette on to your JSF page and select ADF Command Button when you drop.
    You will, in all likelyhood, find numerous examples when you search the forum as well.
    John

  • Database Executable File Sizes

    I am doing some work for a large company, and we are trying to find exactly how many instances of Oracle databases they have installed. They want to verify they have proper licensing and create an upgrade path to get everyone up to date. We have used a scan tool to get Registry and directory structure and file info from all devices. But we need to know what to search for as far as executable file sizes for various products. We also need to do this for windows (several versions), linux, unix, aix, etc.
    Does anyone know how I could find this information?

    Oracle doesn't license per instance.
    Your license is either per Named User, or per Universal Power Unit.
    Likely the information you are retrieving is irrelevant.
    Executable file size is irrelevant too.
    Sybrand Bakker
    Senior Oracle DBA

  • Data source executive could not be found

    Hello there, I have recentley did my first dynamic website
    using coldfusion MX 7. After I uploaded all the files in the server
    of godaddy.com on a window platform which supports cfm, I had
    realised that all the DSN routes were still
    C:cfusion7\wwwroot\database\executive.Users... so I changed all the
    tags to D:\Hosting\executivemalta\database\executive.Users....
    Unfortunatley I keep on receiving the error Data source executive
    could not be found! I have also created an access database from the
    godaddy control panel and located the database to a folder called
    accesscf and changed the DSN route as instructed by godaddy.
    Unfortunatley that didn't even work. Could somebody out there be
    generous enough to help me solve this problem? The following is the
    error:
    Error Occurred While Processing Request
    Data source executive could not be found.
    The error occurred in D:\Hosting\executivemalta\index2.cfm:
    line 4
    2 : <cfset MM_redirectLoginSuccess="../homepage.cfm">
    3 : <cfset MM_redirectLoginFailed="../failed.cfm">
    4 : <cfquery name="MM_rsUser"
    datasource="#Request.DSN#">
    5 : SELECT Username,Password FROM
    D:\Hosting\executivemalta\accesscf\executive.Users WHERE
    Username='#FORM.username#' AND Password='#FORM.password#'
    6 : </cfquery>
    DATASOURCE executive
    Please try the following:
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
    SV1; .NET CLR 1.1.4322)
    Remote Address 212.56.128.21
    Referrer
    http://www.the-executive.biz/index2.cfm
    Date/Time 08-Aug-06 11:17 PM
    Stack Trace (click to expand)
    at
    cfindex22ecfm807111997.runPage(D:\Hosting\executivemalta\index2.cfm:4)
    at
    cfindex22ecfm807111997.runPage(D:\Hosting\executivemalta\index2.cfm:4)
    java.sql.SQLException: Data source "executive" not found.
    at coldfusion.sql.DataSrcImpl.validate(DataSrcImpl.java:90)
    at coldfusion.sql.SqlImpl.validate(SqlImpl.java:203)
    at
    coldfusion.tagext.sql.QueryTag.doStartTag(QueryTag.java:443)
    at
    cfindex22ecfm807111997.runPage(D:\Hosting\executivemalta\index2.cfm:4)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:105)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    Hi,
    I updated Sources\SXS with fresh files and now it looks like it works?????
    /SaiTech

  • Duplicate target database not working

    Hi All,
    I want to clone my exisitng DB to other.
    I was refering the below link to do the same.
    [http://web.njit.edu/info/limpid/DOC/backup.102/b14191/rcmdupdb006.htm|http://web.njit.edu/info/limpid/DOC/backup.102/b14191/rcmdupdb006.htm]
    OS:Solaris 10
    Oracle version:10.2.0.4.0
    What I did tilll now:-
    1) Created a database MYDB1 in archive mode
    2) Created one tablespace, user and 1 table in DB
    3) Registered the MYDB1 in RMAN Db.
    4)Created a Pfile from MYDB1 database and changed db value and other values of MYDB1 to MYDB2(Database name to be duplicate)
    5)Created a password file
    6)Startup MYDB2 in NOMOUNT stage.
    7) At RMAN prompt I have done below things to but i have getting the error
    rman:rman:>rman target sys/mydb1@mydb1 catalog rman/rman auxiliary sys/mydb2@mydb2
    Recovery Manager: Release 10.2.0.4.0 - Production on Fri Sep 7 12:20:22 2012
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    connected to target database: MYDB1 (DBID=3867673817)
    connected to recovery catalog database
    connected to auxiliary database: MYDB2 (not mounted)
    RMAN> DUPLICATE TARGET DATABASE TO mydb2;
    Starting Duplicate Db at 07-SEP-12
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid=162 devtype=DISK
    WARNING: DB_FILE_NAME_CONVERT resulted in invalid ASM names; names changed to diskgroup only.
    contents of Memory Script:
       set until scn  911233;
       set newname for datafile  1 to
    "+disk2";
       set newname for datafile  2 to
    "+disk2";
       set newname for datafile  3 to
    "+disk2";
       set newname for datafile  4 to
    "+disk2";
       set newname for datafile  5 to
    "+disk2";
       restore
       check readonly
       clone database
    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
    Starting restore at 07-SEP-12
    using channel ORA_AUX_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/07/2012 12:21:01
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    745933  B  F  A DISK        07-SEP-12       1       1       NO         FULL_BACKUP
    745934  B  F  A DISK        07-SEP-12       1       1       NO         FULL_BACKUP
    RMAN> list backup of database;
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    745933  Full    549.12M    DISK        00:01:19     07-SEP-12
            BP Key: 745935   Status: AVAILABLE  Compressed: NO  Tag: FULL_BACKUP
            Piece Name: /backup/oracle_backup/test_dir/rman_bkp/mydb1_0gnkjokf_1_1
      List of Datafiles in backup set 745933
      File LV Type Ckp SCN    Ckp Time  Name
      1       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/system.256.793120373
      2       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/undotbs1.258.793120373
      3       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/sysaux.257.793120373
      4       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/users.259.793120373
      5       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/tbs_umesh.266.793207735
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/backup/oracle_backup/test_dir/rman_bkp/mydb1_%U';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/software/oracle/product/10.2.0/database/dbs/snapcf_mydb1.f'; # default
    RMAN> exit
    Recovery Manager complete.
    @rman:rman:>Please Suggest where i am going wrong..
    Regards
    Umesh Gupta

    WARNING: DB_FILE_NAME_CONVERT resulted in invalid ASM names; names changed to diskgroup only.
    You must check DB_FILE_NAME_CONVERT parameter on MYDB2 database
    or I think you must add DB_FILE_NAME_CONVERT, LOG_FILE_NAME_CONVERT to DUPLICATE Command.
    DUPLICATE TARGET DATABASE TO MYDB2
    SPFILE
    SET
      "DB_FILE_NAME_CONVERT"="+DATA/MYDB1/","+DATA/MYDB2"
    ...  Regards
    Mahir M. Quluzade
    www.mahir-quluzade.com

  • Error in creating Duplicate Database in same server..

    Hi,
    I am getting following error when creating duplicate database
    DB Version=10.2.0.4
    $ rman target sys/sys@test nocatalog auxiliary /
    Recovery Manager: Release 10.2.0.4.0 - Production on Mon Sep 28 15:13:32 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: TEST (DBID=1702666620, not open)
    using target database control file instead of recovery catalog
    connected to auxiliary database: CLNTEST (not mounted)
    RMAN> DUPLICATE TARGET DATABASE TO "CLNTEST";
    Starting Duplicate Db at 28-SEP-09
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid=156 devtype=DISK
    contents of Memory Script:
    set until scn 597629461;
    set newname for datafile 1 to
    "/u01/data_new/clonetest/system01.dbf";
    set newname for datafile 2 to
    "/u01/data_new/clonetest/undotbs01.dbf";
    set newname for datafile 3 to
    "/u01/data_new/clonetest/sysaux01.dbf";
    set newname for datafile 4 to
    "/u01/data_new/clonetest/users01.dbf";
    set newname for datafile 5 to
    "/u01/data_new/clonetest/example01.dbf";
    set newname for datafile 6 to
    "/u01/data_new/clonetest/undotbs02.dbf";
    set newname for datafile 7 to
    "/u01/data_new/clonetest/alweb1.dbf";
    set newname for datafile 8 to
    "/u01/data_new/clonetest/indx1.dbf";
    restore
    check readonly
    clone database
    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
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 28-SEP-09
    using channel ORA_AUX_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/28/2009 15:13:40
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 8 found to restore
    RMAN-06023: no backup or copy of datafile 7 found to restore
    RMAN-06023: no backup or copy of datafile 6 found to restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    RMAN> crosscheck backupset of datafile 1;
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=154 devtype=DISK
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u01/rmanbkp/db_prd0akqcnoh_1_1 recid=10 stamp=698769169
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u02/data/flash_recovery_area/BINGO/backupset/2009_09_28/o1_mf_nnndf_TAG20090928T151044_5d114x0h_.bkp recid=17 stamp=698771444
    Crosschecked 2 objects
    RMAN> crosscheck backupset of datafile 2;
    using channel ORA_DISK_1
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u01/rmanbkp/db_prd0akqcnoh_1_1 recid=10 stamp=698769169
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u02/data/flash_recovery_area/BINGO/backupset/2009_09_28/o1_mf_nnndf_TAG20090928T151044_5d114x0h_.bkp recid=17 stamp=698771444
    Crosschecked 2 objects
    RMAN> crosscheck backupset of datafile 3;
    using channel ORA_DISK_1
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u01/rmanbkp/db_prd0akqcnoh_1_1 recid=10 stamp=698769169
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u02/data/flash_recovery_area/BINGO/backupset/2009_09_28/o1_mf_nnndf_TAG20090928T151044_5d114x0h_.bkp recid=17 stamp=698771444
    Crosschecked 2 objects
    RMAN> crosscheck backupset of datafile 4;
    using channel ORA_DISK_1
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u01/rmanbkp/db_prd0akqcnoh_1_1 recid=10 stamp=698769169
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u02/data/flash_recovery_area/BINGO/backupset/2009_09_28/o1_mf_nnndf_TAG20090928T151044_5d114x0h_.bkp recid=17 stamp=698771444
    Crosschecked 2 objects
    RMAN> crosscheck backupset of datafile 5;
    using channel ORA_DISK_1
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u01/rmanbkp/db_prd0akqcnoh_1_1 recid=10 stamp=698769169
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u02/data/flash_recovery_area/BINGO/backupset/2009_09_28/o1_mf_nnndf_TAG20090928T151044_5d114x0h_.bkp recid=17 stamp=698771444
    Crosschecked 2 objects
    RMAN> crosscheck backupset of datafile 6;
    using channel ORA_DISK_1
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u01/rmanbkp/db_prd0akqcnoh_1_1 recid=10 stamp=698769169
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u02/data/flash_recovery_area/BINGO/backupset/2009_09_28/o1_mf_nnndf_TAG20090928T151044_5d114x0h_.bkp recid=17 stamp=698771444
    Crosschecked 2 objects
    RMAN> crosscheck backupset of datafile 7;
    using channel ORA_DISK_1
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u01/rmanbkp/db_prd0akqcnoh_1_1 recid=10 stamp=698769169
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u02/data/flash_recovery_area/BINGO/backupset/2009_09_28/o1_mf_nnndf_TAG20090928T151044_5d114x0h_.bkp recid=17 stamp=698771444
    Crosschecked 2 objects
    Thanks,

    Hi,
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/oracle/ora10g/product/10.2.0/db_1/dbs/snapcf_TEST.f'; # default
    Thanks,

  • Error when execute a package from SQL Server Agent

    We have the next problem:
    When we execute a package from a Job of SQL Server agent, it shows the success messege, but reviewing the results, the package didnt do all the tasks.
    When we run it mannually by MSIS the package, it shows the success message and it works fine.
    The workflow of the package is :
    1) Shrink the databases (executing a sql file)
    2) Backup the databases (Back up Database task of MSIS)
    3) Rename the files to .BAK extension (by the Foreach loop container and fyle system task)
    4) Execute command to compress the it (by a .bat)
    5) Move the compress file to another location  (by another Foreach loop)
    Manually run correct, but when is a a SQL AGent Job that execute the package it does only the first 2 steps.
    we are ussing Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64) Jun 17 2011 00:54:03 Copyright (coffee) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) 
    We are using a user with administrator privilegies
    Cheers 

    Can you check if account running package has proper access. You may need to define a proxy account for that.
    See
    http://www.databasejournal.com/features/mssql/article.php/3789881/Proxy-Accounts-in-SQL-Server.htm
    http://gqbi.wordpress.com/2014/01/30/setting-up-a-proxy-account-to-run-sql-server-integration-services-ssis-2012-packages/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Error while Duplicating the Database

    Hi All;
    I am trying to duplicate a database and when run this command I get the below error....
    RMAN> duplicate target database to rmdupl1 nofilenamecheck;
    Starting Duplicate Db at 26-NOV-07
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid=11 devtype=DISK
    printing stored script: Memory Script
    set until scn 53262;
    set newname for datafile 1 to
    "C:\ORACLE\ADMIN\PROD\DATAFILE\SYSTEM01.DBF";
    set newname for datafile 2 to
    "C:\ORACLE\ADMIN\PROD\DATAFILE\UNDOTBS.DBF";
    restore
    check readonly
    clone database
    executing script: Memory Script
    executing command: SET until clause
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 26-NOV-07
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting datafile backupset restore
    channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to C:\ORACLE\ADMIN\PROD\DATAFILE\SYSTEM01.DBF
    restoring datafile 00002 to C:\ORACLE\ADMIN\PROD\DATAFILE\UNDOTBS.DBF
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 11/26/2007 07:09:44
    RMAN-03015: error occurred in stored script Memory Script
    ORA-19504: failed to create file "C:\ORACLE\ADMIN\PROD\DATAFILE\SYSTEM01.DBF"
    ORA-27086: skgfglk: unable to lock file - already in use
    OSD-04002: unable to open file
    O/S-Error: (OS 5) Access is denied.
    RMAN>

    I think Peter is right. You are probably erroneously attempting to overwrite the original, source database.
    See: rman duplicate command fails?
    Virtually the same error message!

  • Control file failed error while duplicating database using RMAN

    I am using oracle database 10g R2 and trying to make a clone of the source database orcl on the same machine but with different directory structure with the name of test.
    When i run the duplicate command to create test database, then following error is generted:
    D:\>rman target sys@orcl nocatalog auxiliary /
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Nov 11 12:13:26 2011
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    target database Password:
    connected to target database: ORCL (DBID=1264668332)
    using target database control file instead of recovery catalog
    connected to auxiliary database: TEST (not mounted)
    RMAN> @script.txt
    RMAN> Run {
    2> Allocate channel C1 type disk;
    3> allocate auxiliary channel 'adisk_0' type DISK;
    4> duplicate target database to "test";
    5> #BACKUP INCREMENTAL LEVEL 1 DATABASE;
    6> #BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;
    7> #BACKUP INCREMENTAL LEVEL 0 DATABASE;
    8> #delete obsolete;
    9> }
    allocated channel: C1
    channel C1: sid=140 devtype=DISK
    allocated channel: adisk_0
    channel adisk_0: sid=157 devtype=DISK
    Starting Duplicate Db at 11-NOV-11
    contents of Memory Script:
       set until scn  12926250;
       set newname for datafile  1 to
    "D:\TEST\ORADATA\SYSTEM01.DBF";
       set newname for datafile  2 to
    "D:\TEST\ORADATA\UNDOTBS01.DBF";
       set newname for datafile  3 to
    "D:\TEST\ORADATA\SYSAUX01.DBF";
       set newname for datafile  4 to
    "D:\TEST\ORADATA\USERS01.DBF";
       set newname for datafile  5 to
    "D:\TEST\ORADATA\EXAMPLE01.DBF";
       set newname for datafile  6 to
    "D:\TEST\ORADATA\GL.DBF";
       restore
       check readonly
       clone database
    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
    Starting restore at 11-NOV-11
    channel adisk_0: starting datafile backupset restore
    channel adisk_0: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to D:\TEST\ORADATA\SYSTEM01.DBF
    restoring datafile 00002 to D:\TEST\ORADATA\UNDOTBS01.DBF
    restoring datafile 00003 to D:\TEST\ORADATA\SYSAUX01.DBF
    restoring datafile 00004 to D:\TEST\ORADATA\USERS01.DBF
    restoring datafile 00005 to D:\TEST\ORADATA\EXAMPLE01.DBF
    restoring datafile 00006 to D:\TEST\ORADATA\GL.DBF
    channel adisk_0: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_07\O1_MF_NNND0_TAG20111107T220822_7CJ
    P
    channel adisk_0: restored backup piece 1
    piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_07\O1_MF_NNND0_TAG20111107T220822_7CJ44MH4_.BKP tag=TAG20111107T220
    channel adisk_0: restore complete, elapsed time: 00:01:46
    Finished restore at 11-NOV-11
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "TEST" RESETLOGS ARCHIVELOG
      MAXLOGFILES     16
      MAXLOGMEMBERS      3
      MAXDATAFILES      100
      MAXINSTANCES     8
      MAXLOGHISTORY      292
    LOGFILE
      GROUP  1 ( 'D:\TEST\ORADATA\REDO01.LOG' ) SIZE 50 M  REUSE,
      GROUP  2 ( 'D:\TEST\ORADATA\REDO02.LOG' ) SIZE 50 M  REUSE,
      GROUP  3 ( 'D:\TEST\ORADATA\REDO03.LOG' ) SIZE 50 M  REUSE
    DATAFILE
      'D:\TEST\ORADATA\SYSTEM01.DBF'
    CHARACTER SET WE8MSWIN1252
    contents of Memory Script:
       switch clone datafile all;
    executing Memory Script
    datafile 2 switched to datafile copy
    input datafile copy recid=1 stamp=766930525 filename=D:\TEST\ORADATA\UNDOTBS01.DBF
    datafile 3 switched to datafile copy
    input datafile copy recid=2 stamp=766930525 filename=D:\TEST\ORADATA\SYSAUX01.DBF
    datafile 4 switched to datafile copy
    input datafile copy recid=3 stamp=766930526 filename=D:\TEST\ORADATA\USERS01.DBF
    datafile 5 switched to datafile copy
    input datafile copy recid=4 stamp=766930526 filename=D:\TEST\ORADATA\EXAMPLE01.DBF
    datafile 6 switched to datafile copy
    input datafile copy recid=5 stamp=766930526 filename=D:\TEST\ORADATA\GL.DBF
    contents of Memory Script:
       set until scn  12926250;
       recover
       clone database
        delete archivelog
    executing Memory Script
    executing command: SET until clause
    Starting recover at 11-NOV-11
    channel adisk_0: starting incremental datafile backupset restore
    channel adisk_0: specifying datafile(s) to restore from backup set
    destination for restore of datafile 00001: D:\TEST\ORADATA\SYSTEM01.DBF
    destination for restore of datafile 00002: D:\TEST\ORADATA\UNDOTBS01.DBF
    destination for restore of datafile 00003: D:\TEST\ORADATA\SYSAUX01.DBF
    destination for restore of datafile 00004: D:\TEST\ORADATA\USERS01.DBF
    destination for restore of datafile 00005: D:\TEST\ORADATA\EXAMPLE01.DBF
    destination for restore of datafile 00006: D:\TEST\ORADATA\GL.DBF
    channel adisk_0: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_09\O1_MF_NNND1_TAG20111109T223628_7CO
    P
    channel adisk_0: restored backup piece 1
    piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_09\O1_MF_NNND1_TAG20111109T223628_7COGJZVT_.BKP tag=TAG20111109T223
    channel adisk_0: restore complete, elapsed time: 00:00:07
    channel adisk_0: starting incremental datafile backupset restore
    channel adisk_0: specifying datafile(s) to restore from backup set
    destination for restore of datafile 00001: D:\TEST\ORADATA\SYSTEM01.DBF
    destination for restore of datafile 00002: D:\TEST\ORADATA\UNDOTBS01.DBF
    destination for restore of datafile 00003: D:\TEST\ORADATA\SYSAUX01.DBF
    destination for restore of datafile 00004: D:\TEST\ORADATA\USERS01.DBF
    destination for restore of datafile 00005: D:\TEST\ORADATA\EXAMPLE01.DBF
    destination for restore of datafile 00006: D:\TEST\ORADATA\GL.DBF
    channel adisk_0: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_10\O1_MF_NNND1_TAG20111110T221428_7CR
    P
    channel adisk_0: restored backup piece 1
    piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_11_10\O1_MF_NNND1_TAG20111110T221428_7CR1MQFO_.BKP tag=TAG20111110T221
    channel adisk_0: restore complete, elapsed time: 00:00:16
    starting media recovery
    archive log thread 1 sequence 524 is already on disk as file D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_11_11\O1_MF_1_524_7CS
    C
    archive log filename=D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_11_11\O1_MF_1_524_7CSG2HVT_.ARC thread=1 sequence=524
    media recovery complete, elapsed time: 00:00:14
    Finished recover at 11-NOV-11
    contents of Memory Script:
       shutdown clone;
       startup clone nomount ;
    executing Memory Script
    database dismounted
    Oracle instance shut down
    connected to auxiliary database (not started)
    Oracle instance started
    Total System Global Area     230686720 bytes
    Fixed Size                     1248236 bytes
    Variable Size                 67109908 bytes
    Database Buffers             155189248 bytes
    Redo Buffers                   7139328 bytes
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "TEST" RESETLOGS ARCHIVELOG
      MAXLOGFILES     16
      MAXLOGMEMBERS      3
      MAXDATAFILES      100
      MAXINSTANCES     8
      MAXLOGHISTORY      292
    LOGFILE
      GROUP  1 ( 'D:\TEST\ORADATA\REDO01.LOG' ) SIZE 50 M  REUSE,
      GROUP  2 ( 'D:\TEST\ORADATA\REDO02.LOG' ) SIZE 50 M  REUSE,
      GROUP  3 ( 'D:\TEST\ORADATA\REDO03.LOG' ) SIZE 50 M  REUSE
    DATAFILE
      'D:\TEST\ORADATA\SYSTEM01.DBF'
    CHARACTER SET WE8MSWIN1252
    released channel: C1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 11/11/2011 12:16:21
    RMAN-06136: ORACLE error from auxiliary database: ORA-01503: CREATE CONTROLFILE failed
    ORA-01504: database name 'TEST' does not match parameter db_name 'orcl'
    RMAN> **end-of-file**
    Script.txt
    Run {
    Allocate channel C1 type disk;
    allocate auxiliary channel 'adisk_0' type DISK;
    duplicate target database to "test";
    }Kindly help?

    Moazzam wrote:
    RMAN-06136: ORACLE error from auxiliary database: ORA-01503: CREATE CONTROLFILE failed
    ORA-01504: database name 'TEST' does not match parameter db_name 'orcl'
    Kindly help?>Please check what is the value of parameter db_name in the standby database? It should be match with TEST name
    Cheers

  • Control File error while duplicating Database through Rman

    Hi,
    Oracle Ver: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    Os:Win Xp
    I am trying to create a Standby through Rman....
    I am using this Run Block to take backup of Primary Database.......
    run {
    allocate channel d1 type disk;
    allocate channel d2 type disk;
    setlimit channel d1 kbytes 2097150;
    setlimit channel d2 kbytes 2097150;
    backup incremental level 0 format 'e:\Oracle\standby\rman\df_%U' database
    include current controlfile for standby;
    sql "alter system archive log current";
    backup
    archivelog all format 'e:\Oracle\standby\rman\al_%U' delete input;
    }After taking the Backup when I am trying to create the standby with Duplicate command it s giving me Error...
    The Run Block I am using is ......
    RMAN> run {
    2> allocate auxiliary channel dup1 type disk;
    3> allocate auxiliary channel dup2 type disk;
    4> set newname for datafile 1 to 'E:\Oracle\standby\system01.dbf';
    5> set newname for datafile 2 to 'E:\Oracle\standby\UNDOTBS01.DBF';
    6> set newname for datafile 3 to 'E:\Oracle\standby\SYSAUX01.DBF';
    7> set newname for datafile 4 to 'E:\Oracle\standby\USERS01.DBF';
    8> duplicate target database for standby
    9> dorecover;
    10> }
    allocated channel: dup1
    channel dup1: sid=37 devtype=DISK
    allocated channel: dup2
    channel dup2: sid=36 devtype=DISK
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting Duplicate Db at 02-OCT-08
    contents of Memory Script:
       set until scn  1105194;
       restore clone standby controlfile;
       sql clone 'alter database mount standby database';
    executing Memory Script
    executing command: SET until clause
    Starting restore at 02-OCT-08
    channel dup1: starting datafile backupset restore
    channel dup1: restoring control file
    channel dup1: reading from backup piece E:\ORACLE\STANDBY\RMAN\DF_0VJS4RS7_1_1
    channel dup1: restored backup piece 1
    piece handle=E:\ORACLE\STANDBY\RMAN\DF_0VJS4RS7_1_1 tag=TAG20081002T124502
    channel dup1: restore complete, elapsed time: 00:00:01
    output filename=D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\CTL1STANDBY.ORA
    Finished restore at 02-OCT-08
    sql statement: alter database mount standby database
    released channel: dup1
    released channel: dup2
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 10/02/2008 13:01:43
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of sql command on clone_default channel at 10/02/2008 13:01:43
    RMAN-11003: failure during parse/execution of SQL statement: alter database mount standby database
    *ORA-00201: control file version 10.2.0.1.0 incompatible with ORACLE version 10.2.0.0.0*
    ORA-00202: control file: 'D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\CTL1STANDBY.ORA'Why i am getting this Incomaptable Control File error inspite of Backing up the control File.....
    Regards,
    Prosenjit Mukherjee

    Check the value for the parameter "COMPATIBLE" in the source and standby database instance parameter files.
    "COMPATIBLE" should be the same.
    See http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ps.htm#i70517
    "... ensure the COMPATIBLE initialization parameter is set to the same value on both the primary and standby databases"
    Edited by: Hemant K Chitale on Oct 2, 2008 4:09 PM
    Added link and quote from 10g doc

  • Simple java/mysql database application question about triggers

    I am planning a new database application using java and mysql. I may want to use some triggers to automatically update the tables when a change is made. my question is this: If I write the trigger, and I use Java to modify the database, will java automatically pause and let the trigger finish doing its task before it continues? what if it writes more to the table before the trigger is finished modifying the table? how do I get java to pause and let the trigger finish?
    thanks for your response

    lduren wrote:
    I am planning a new database application using java and mysql. I may want to use some triggers to automatically update the tables when a change is made. my question is this: If I write the trigger, and I use Java to modify the database, will java automatically pause and let the trigger finish doing its task before it continues? what if it writes more to the table before the trigger is finished modifying the table? how do I get java to pause and let the trigger finish?
    It doesn't have anything to do with java at that point.
    When you execute, for example, an insert statement, then the database executes that statement. The database (not java, not the driver) decides with that statement is complete. Control returns to java when the database decides that execution is complete.
    And except for tricks that one might do (or attempt to do) via SQL or triggers then when the statement execution finishes then everthing has completed running.

  • Database Backup Failure

    Hi,
    We recently had a DBA here on a contract who did some work setting up backups and restores.
    Unfortunately he is no longer here, and I have tried to perform a backup through OEM in his absence. The database was created by the DBA by copying the database from my development machine to a db server. On my machine some archive log files were in a directory:
    C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG
    but on the server they are in the directory:
    C:\APP\CS\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG
    When I am trying to run a backup from OEM, it is failing. Below is the output log. Can anyone advise?
    The database is 11g.
    Thanks
    echo set on
    connected to recovery catalog database
    executing command: SET COMMAND ID
    set command id to 'BACKUP_RONNIE_0000_070913105322';
    connected to target database: RONNIE (DBID=2608938308, not open)
    full resync complete
    starting full resync of recovery catalog
    allocated channel: ORA_DISK_4
    channel ORA_DISK_3: SID=195 device type=DISK
    backup device type disk tag 'BACKUP_RONNIE_0000_070913105322' da
    allocated channel: ORA_DISK_3
    allocated channel: ORA_DISK_1
    Starting backup at 09-JUL-13
    channel ORA_DISK_4: SID=7 device type=DISK
    channel ORA_DISK_1: SID=67 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=130 device type=DISK
    channel ORA_DISK_1: specifying datafile(s) in backup set
    channel ORA_DISK_1: starting compressed full datafile backup set
    channel ORA_DISK_1: starting piece 1 at 09-JUL-13
    channel ORA_DISK_2: starting compressed full datafile backup set
    input datafile file number=00001 name=C:\APP\CS\ORADATA\RONNIE\SYSTEM01.DBF
    input datafile file number=00004 name=C:\APP\CS\ORADATA\RONNIE\USERS01.DBF
    channel ORA_DISK_2: specifying datafile(s) in backup set
    input datafile file number=00005 name=C:\APP\CS\ORADATA\RONNIE\USERS2.DBF
    channel ORA_DISK_2: starting piece 1 at 09-JUL-13
    channel ORA_DISK_3: specifying datafile(s) in backup set
    channel ORA_DISK_3: starting compressed full datafile backup set
    input datafile file number=00003 name=C:\APP\CS\ORADATA\RONNIE\UNDOTBS01.DBF
    input datafile file number=00002 name=C:\APP\CS\ORADATA\RONNIE\SYSAUX01.DBF
    channel ORA_DISK_3: starting piece 1 at 09-JUL-13
    channel ORA_DISK_3: finished piece 1 at 09-JUL-13
    channel ORA_DISK_3: backup set complete, elapsed time: 00:00:46
    piece handle=C:\BACKUP\RONNIE\2013_07_09B\CAOEA6IK_1_1 tag=BACKUP_RONNIE_0000_070913105322 comment=NONE
    channel ORA_DISK_1: finished piece 1 at 09-JUL-13
    channel ORA_DISK_1: backup set complete, elapsed time: 00:11:21
    piece handle=C:\BACKUP\RONNIE\2013_07_09B\C8OEA6IJ_1_1 tag=BACKUP_RONNIE_0000_070913105322 comment=NONE
    piece handle=C:\BACKUP\RONNIE\2013_07_09B\C9OEA6IK_1_1 tag=BACKUP_RONNIE_0000_070913105322 comment=NONE
    channel ORA_DISK_2: finished piece 1 at 09-JUL-13
    Starting Control File and SPFILE Autobackup at 09-JUL-13
    Finished backup at 09-JUL-13
    channel ORA_DISK_2: backup set complete, elapsed time: 00:13:31
    Finished Control File and SPFILE Autobackup at 09-JUL-13
    piece handle=C:\BACKUP\RONNIE\2013_07_09B\C-2608938308-20130709-05 comment=NONE
    using channel ORA_DISK_3
    using channel ORA_DISK_2
    using channel ORA_DISK_1
    ORA-19625: error identifying file C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1508_8VDHNOLY_.ARC
    backup device type disk tag 'BACKUP_RONNIE_0000_070913105322' ar
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 07/09/2013 11:07:46
    RMAN-06059: expected archived log not found, loss of archived log compromises recoverability
    using channel ORA_DISK_4
    Starting backup at 09-JUL-13
    allocate channel for maintenance type disk;
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
      Backup Piece       10540  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10514  17-MAY-13       
      Backup Piece       10541  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10515  17-MAY-13       
      Backup Piece       10542  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10516  17-MAY-13       
      Backup Piece       10543  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10517  17-MAY-13       
      Backup Piece       10544  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10518  17-MAY-13       
      Backup Piece       10545  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10519  17-MAY-13       
      Backup Piece       10546  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10520  17-MAY-13       
      Backup Piece       10547  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10521  17-MAY-13       
      Backup Piece       10548  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10522  17-MAY-13       
      Backup Piece       10549  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_NCNNF_BACKUP_RONN
    Backup Set           10523  20-MAY-13       
      Backup Piece       10550  20-MAY-13          C:\RMAN_BACKUP\1LOA3L40_1_1
    Backup Set           10524  20-MAY-13       
      Backup Piece       10551  20-MAY-13          C:\RMAN_BACKUP\1MOA3L5M_1_1
    Backup Set           10525  20-MAY-13       
      Backup Piece       10552  20-MAY-13          C:\RMAN_BACKUP\1KOA3L3F_1_1
    Backup Set           10526  20-MAY-13       
      Backup Piece       10553  20-MAY-13          C:\RMAN_BACKUP\1JOA3L3C_1_1
    Backup Set           10527  20-MAY-13       
      Backup Piece       10554  20-MAY-13          C:\RMAN_BACKUP\1IOA3L3C_1_1
    Backup Set           10528  20-MAY-13       
      Backup Piece       10555  20-MAY-13          C:\RMAN_BACKUP\1NOA3NE8_1_1
    Backup Set           10529  20-MAY-13       
      Backup Piece       10556  20-MAY-13          C:\RMAN_BACKUP\1OOA3NEA_1_1
    Backup Set           10530  20-MAY-13       
      Backup Piece       10557  20-MAY-13          C:\RMAN_BACKUP\1QOA3NFE_1_1
    Backup Set           10531  20-MAY-13       
      Backup Piece       10558  20-MAY-13          C:\RMAN_BACKUP\1POA3NEP_1_1
    Backup Set           10532  20-MAY-13       
      Backup Piece       10559  20-MAY-13          C:\RMAN_BACKUP\1ROA3O5U_1_1
    Backup Set           10533  10-JUN-13       
      Backup Piece       10560  10-JUN-13          C:\RMAN_BACKUP\27OBQVC6_1_1
    Backup Set           10534  10-JUN-13       
      Backup Piece       10561  10-JUN-13          C:\RMAN_BACKUP\26OBQVC5_1_1
    Backup Set           10535  10-JUN-13       
      Backup Piece       10562  10-JUN-13          C:\RMAN_BACKUP\25OBQVC5_1_1
    Archive Log          11432  13-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000962_0816001666.0001
    Backup Set           10536  10-JUN-13       
      Backup Piece       10563  10-JUN-13          C:\CONTROLFILE_BACKUP\C-2608938308-20130610-01
    Archive Log          9987   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000937_0816001666.0001
    Archive Log          9988   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000938_0816001666.0001
    Archive Log          9989   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000939_0816001666.0001
    Archive Log          9990   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000940_0816001666.0001
    Archive Log          9991   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000941_0816001666.0001
    Archive Log          9992   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000942_0816001666.0001
    Archive Log          9993   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000943_0816001666.0001
    Archive Log          9994   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000944_0816001666.0001
    Archive Log          9995   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000945_0816001666.0001
    Archive Log          9996   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000946_0816001666.0001
    Archive Log          9997   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000947_0816001666.0001
    Archive Log          9998   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000948_0816001666.0001
    Archive Log          9999   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000949_0816001666.0001
    Archive Log          10000  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000950_0816001666.0001
    Archive Log          10001  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000951_0816001666.0001
    Archive Log          10002  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000952_0816001666.0001
    Archive Log          10003  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000953_0816001666.0001
    Archive Log          10004  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000954_0816001666.0001
    Archive Log          10005  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000955_0816001666.0001
    Archive Log          10006  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000956_0816001666.0001
    Archive Log          10007  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000957_0816001666.0001
    Archive Log          10008  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000958_0816001666.0001
    Archive Log          10009  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000959_0816001666.0001
    Archive Log          10010  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000960_0816001666.0001
    Archive Log          10011  12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000961_0816001666.0001
    Backup Set           10019  13-JUN-13       
      Backup Piece       10024  13-JUN-13          C:\BACKUP\RONNIE\2013_06_12\BAOC2RIC_1_1
    Backup Set           10020  13-JUN-13       
      Backup Piece       10025  13-JUN-13          C:\BACKUP\RONNIE\2013_06_12\B8OC2RIC_1_1
    Backup Set           10021  13-JUN-13       
      Backup Piece       10026  13-JUN-13          C:\BACKUP\RONNIE\2013_06_12\B9OC2RIC_1_1
    Backup Set           10036  13-JUN-13       
      Backup Piece       10038  13-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130613-00
    Backup Set           10056  13-JUN-13       
      Backup Piece       10062  13-JUN-13          C:\BACKUP\RONNIE\2013_06_12\BCOC2SAV_1_1
    Backup Set           10057  13-JUN-13       
      Backup Piece       10063  13-JUN-13          C:\BACKUP\RONNIE\2013_06_12\BDOC2SAV_1_1
    Backup Set           10058  13-JUN-13       
      Backup Piece       10064  13-JUN-13          C:\BACKUP\RONNIE\2013_06_12\BEOC2SB1_1_1
    Backup Set           10059  13-JUN-13       
      Backup Piece       10065  13-JUN-13          C:\BACKUP\RONNIE\2013_06_12\BFOC2SC1_1_1
    Backup Set           10135  13-JUN-13       
      Backup Piece       10152  13-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130613-01
    Backup Set           10181  13-JUN-13       
      Backup Piece       10186  13-JUN-13          C:\BACKUP\RONNIE\2013_06_13\BJOC3A4C_1_1
    Backup Set           10182  13-JUN-13       
      Backup Piece       10187  13-JUN-13          C:\BACKUP\RONNIE\2013_06_13\BHOC3A4B_1_1
    Backup Set           10183  13-JUN-13       
      Backup Piece       10188  13-JUN-13          C:\BACKUP\RONNIE\2013_06_13\BIOC3A4C_1_1
    Archive Log          10504  10-JUN-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1508_8VDHNOLY_
    Backup Set           10198  13-JUN-13       
      Backup Piece       10200  13-JUN-13          C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130613-02
    Archive Log          10505  10-JUN-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1509_8VDNV9RQ_
    Archive Log          10506  11-JUN-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_11\O1_MF_1_1510_8VDV5831_
    Archive Log          10507  12-JUN-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_12\O1_MF_1_1511_8VHHNROJ_
    Archive Log          10508  12-JUN-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_12\O1_MF_1_1512_8VJXYTOD_
    Archive Log          10509  13-JUN-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_13\O1_MF_1_1513_8VM9449J_
    Backup Set           10510  01-MAY-13       
      Backup Piece       10537  01-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_01\O1_MF_NNNDF_BACKUP_RONN
    Backup Set           10511  01-MAY-13       
      Backup Piece       10538  01-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_01\O1_MF_ANNNN_BACKUP_RONN
    Backup Set           10512  17-MAY-13       
      Backup Piece       10539  17-MAY-13          C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\BACKUPSET\2013_05_17\O1_MF_NCSNF_BACKUP_RONN
    Backup Set           10513  17-MAY-13       
    Backup Set           9751   11-JUN-13       
      Backup Piece       9758   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_349_1_817839774.BKP
    Backup Set           9752   11-JUN-13       
      Backup Piece       9759   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_348_1_817839769.BKP
    Backup Set           9753   11-JUN-13       
      Backup Piece       9760   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_347_1_817839768.BKP
    Backup Set           9754   11-JUN-13       
      Backup Piece       9761   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_350_1_817839785.BKP
    Archive Log          9797   11-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000897_0816001666.0001
    Backup Set           9779   11-JUN-13       
      Backup Piece       9782   11-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130611-01
    Archive Log          9798   11-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000898_0816001666.0001
    Backup Set           9808   11-JUN-13       
      Backup Piece       9815   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_352_1_817839885.BKP
    Backup Set           9809   11-JUN-13       
      Backup Piece       9816   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_354_1_817839887.BKP
    Backup Set           9810   11-JUN-13       
      Backup Piece       9817   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_355_1_817839891.BKP
    Backup Set           9811   11-JUN-13       
      Backup Piece       9818   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_353_1_817839885.BKP
    Backup Set           9812   11-JUN-13       
      Backup Piece       9819   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_356_1_817839906.BKP
    Archive Log          9874   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000899_0816001666.0001
    Backup Set           9839   11-JUN-13       
      Backup Piece       9844   11-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130611-02
    Archive Log          9875   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000900_0816001666.0001
    Archive Log          9876   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000901_0816001666.0001
    Archive Log          9877   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000902_0816001666.0001
    Archive Log          9953   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000903_0816001666.0001
    Backup Set           9878   12-JUN-13       
      Backup Piece       9881   12-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130612-00
    Archive Log          9954   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000904_0816001666.0001
    Archive Log          9955   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000905_0816001666.0001
    Archive Log          9956   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000906_0816001666.0001
    Archive Log          9957   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000907_0816001666.0001
    Archive Log          9958   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000908_0816001666.0001
    Archive Log          9959   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000909_0816001666.0001
    Archive Log          9960   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000910_0816001666.0001
    Archive Log          9961   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000911_0816001666.0001
    Archive Log          9962   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000912_0816001666.0001
    Archive Log          9963   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000913_0816001666.0001
    Archive Log          9964   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000914_0816001666.0001
    Archive Log          9965   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000915_0816001666.0001
    Archive Log          9966   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000916_0816001666.0001
    Archive Log          9967   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000917_0816001666.0001
    Archive Log          9968   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000918_0816001666.0001
    Archive Log          9969   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000919_0816001666.0001
    Archive Log          9970   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000920_0816001666.0001
    Archive Log          9971   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000922_0816001666.0001
    Archive Log          9972   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000921_0816001666.0001
    Archive Log          9973   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000923_0816001666.0001
    Archive Log          9974   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000924_0816001666.0001
    Archive Log          9975   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000925_0816001666.0001
    Archive Log          9976   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000926_0816001666.0001
    Archive Log          9977   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000927_0816001666.0001
    Archive Log          9978   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000928_0816001666.0001
    Archive Log          9979   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000930_0816001666.0001
    Archive Log          9980   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000929_0816001666.0001
    Archive Log          9981   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000931_0816001666.0001
    Archive Log          9982   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000932_0816001666.0001
    Archive Log          9983   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000933_0816001666.0001
    Archive Log          9984   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000934_0816001666.0001
    Archive Log          9985   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000935_0816001666.0001
    Archive Log          9986   12-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000936_0816001666.0001
    Backup Set           9522   10-JUN-13       
      Backup Piece       9530   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_323_3_817752171.BKP
    Backup Set           9522   10-JUN-13       
      Backup Piece       9529   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_323_2_817752171.BKP
    Backup Set           9522   10-JUN-13       
      Backup Piece       9528   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_323_1_817752171.BKP
    Archive Log          9557   10-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000891_0816001666.0001
    Backup Set           9542   10-JUN-13       
      Backup Piece       9544   10-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130610-00
    Archive Log          9558   10-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000892_0816001666.0001
    Backup Set           9568   10-JUN-13       
      Backup Piece       9574   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_326_1_817753203.BKP
    Backup Set           9569   10-JUN-13       
      Backup Piece       9575   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_329_1_817753216.BKP
    Backup Set           9570   10-JUN-13       
      Backup Piece       9576   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_328_1_817753211.BKP
    Backup Set           9571   10-JUN-13       
      Backup Piece       9577   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_327_1_817753209.BKP
    Archive Log          9610   10-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000893_0816001666.0001
    Backup Set           9591   10-JUN-13       
      Backup Piece       9595   10-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130610-01
    Archive Log          9611   10-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000894_0816001666.0001
    Backup Set           9621   10-JUN-13       
      Backup Piece       9628   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_331_1_817753347.BKP
    Backup Set           9622   10-JUN-13       
      Backup Piece       9629   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_334_1_817753349.BKP
    Backup Set           9623   10-JUN-13       
      Backup Piece       9630   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_333_1_817753349.BKP
    Backup Set           9624   10-JUN-13       
      Backup Piece       9631   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_332_1_817753348.BKP
    Backup Set           9625   10-JUN-13       
      Backup Piece       9632   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\ARCHIVELOG\RONNIE_ARCHIVE_LOG_335_1_817753372.BKP
    Backup Set           9648   10-JUN-13       
      Backup Piece       9650   10-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130610-02
    Backup Set           9672   11-JUN-13       
      Backup Piece       9679   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_337_1_817838604.BKP
    Backup Set           9673   11-JUN-13       
      Backup Piece       9680   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_340_1_817838605.BKP
    Backup Set           9674   11-JUN-13       
      Backup Piece       9681   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_341_1_817838615.BKP
    Backup Set           9675   11-JUN-13       
      Backup Piece       9682   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_339_1_817838604.BKP
    Backup Set           9676   11-JUN-13       
      Backup Piece       9683   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_338_1_817838604.BKP
    Backup Set           9700   11-JUN-13       
      Backup Piece       9706   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_344_1_817838622.BKP
    Backup Set           9701   11-JUN-13       
      Backup Piece       9709   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_342_3_817838621.BKP
    Backup Set           9701   11-JUN-13       
      Backup Piece       9708   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_342_2_817838621.BKP
    Backup Set           9701   11-JUN-13       
      Backup Piece       9707   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_342_1_817838621.BKP
    Backup Set           9702   11-JUN-13       
      Backup Piece       9712   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_343_3_817838621.BKP
    Backup Set           9702   11-JUN-13       
      Backup Piece       9711   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_343_2_817838621.BKP
    Backup Set           9702   11-JUN-13       
      Backup Piece       9710   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\DATABASE\RONNIE_FULL_ONLINE_DB_343_1_817838621.BKP
    Archive Log          9739   11-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000896_0816001666.0001
    Backup Set           9724   11-JUN-13       
      Backup Piece       9726   11-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130611-00
    Archive Log          9740   11-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000895_0816001666.0001
    Backup Set           9750   11-JUN-13       
      Backup Piece       9757   11-JUN-13          C:\BACKUP\RONNIE\2013_06_11\ARCHIVELOG\RONNIE_ARCHIVE_LOG_346_1_817839767.BKP
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2
    released channel: ORA_DISK_3
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 3
    Deleting the following obsolete backups and copies:
    Type                 Key    Completion Time    Filename/Handle
    Backup Set           7344   07-JUN-13       
      Backup Piece       7365   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_223_1_817497520.BKP
    Backup Set           7345   07-JUN-13       
      Backup Piece       7368   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_221_3_817497519.BKP
    Backup Set           7345   07-JUN-13       
      Backup Piece       7367   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_221_2_817497519.BKP
    Backup Set           7345   07-JUN-13       
      Backup Piece       7366   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_221_1_817497519.BKP
    Archive Log          7398   07-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000885_0816001666.0001
    Backup Set           7346   07-JUN-13       
      Backup Piece       7371   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_222_3_817497520.BKP
    Backup Set           7346   07-JUN-13       
      Backup Piece       7370   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_222_2_817497520.BKP
    Backup Set           7346   07-JUN-13       
      Backup Piece       7369   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\DATABASE\RONNIE_FULL_ONLINE_DB_222_1_817497520.BKP
    Archive Log          7399   07-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000884_0816001666.0001
    Archive Log          8426   07-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000886_0816001666.0001
    Backup Set           7453   07-JUN-13       
      Backup Piece       7500   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\ARCHIVELOG\RONNIE_ARCHIVE_LOG_269_1_817502288.BKP
    Archive Log          8427   07-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000887_0816001666.0001
    Backup Set           8480   07-JUN-13       
      Backup Piece       8528   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\ARCHIVELOG\RONNIE_ARCHIVE_LOG_316_1_817506665.BKP
    Backup Set           8482   07-JUN-13       
      Backup Piece       8530   07-JUN-13          C:\BACKUP\RONNIE\2013_06_07\ARCHIVELOG\RONNIE_ARCHIVE_LOG_315_1_817506560.BKP
    Archive Log          9458   07-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000888_0816001666.0001
    Backup Set           9422   07-JUN-13       
      Backup Piece       9443   07-JUN-13          C:\APP\CS\PRODUCT\11.2.0\DBHOME_1\DATABASE\C-2608938308-20130607-02
    Archive Log          9459   09-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000889_0816001666.0001
    Archive Log          9486   10-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000890_0816001666.0001
    Backup Set           9498   10-JUN-13       
      Backup Piece       9504   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_319_1_817752151.BKP
    Backup Set           9499   10-JUN-13       
      Backup Piece       9505   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_318_1_817752151.BKP
    Backup Set           9500   10-JUN-13       
      Backup Piece       9506   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_320_1_817752152.BKP
    Backup Set           9501   10-JUN-13       
      Backup Piece       9507   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_321_1_817752152.BKP
    Backup Set           9520   10-JUN-13       
      Backup Piece       9524   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_324_1_817752172.BKP
    Backup Set           9521   10-JUN-13       
      Backup Piece       9527   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_322_3_817752171.BKP
    Backup Set           9521   10-JUN-13       
      Backup Piece       9526   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_322_2_817752171.BKP
    Backup Set           9521   10-JUN-13       
      Backup Piece       9525   10-JUN-13          C:\BACKUP\RONNIE\2013_06_10\DATABASE\RONNIE_FULL_ONLINE_DB_322_1_817752171.BKP
    Archive Log          11570  30-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000138_0818004327.0001
    Archive Log          11571  01-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000139_0818004327.0001
    Archive Log          11572  02-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000140_0818004327.0001
    Archive Log          11573  03-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000141_0818004327.0001
    Archive Log          11574  03-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000142_0818004327.0001
    Archive Log          11575  04-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000143_0818004327.0001
    Archive Log          11576  04-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000144_0818004327.0001
    Archive Log          11577  05-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000145_0818004327.0001
    Archive Log          11578  06-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000146_0818004327.0001
    Archive Log          11579  07-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000147_0818004327.0001
    Archive Log          11580  07-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000148_0818004327.0001
    Backup Set           11594  13-JUN-13       
      Backup Piece       11608  13-JUN-13          C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130613-03
    Backup Set           11699  08-JUL-13       
      Backup Piece       11704  08-JUL-13          C:\BACKUP\RONNIE\2013_07_08\BOOE81TB_1_1
    Backup Set           11700  08-JUL-13       
      Backup Piece       11705  08-JUL-13          C:\BACKUP\RONNIE\2013_07_08\BMOE81TB_1_1
    Backup Set           11701  08-JUL-13       
      Backup Piece       11706  08-JUL-13          C:\BACKUP\RONNIE\2013_07_08\BNOE81TB_1_1
    Archive Log          11757  08-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000149_0818004327.0001
    Backup Set           11716  08-JUL-13       
      Backup Piece       11718  08-JUL-13          C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130708-00
    Archive Log          11758  08-JUL-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000150_0818004327.0001
    Backup Set           11759  09-JUL-13       
      Backup Piece       11762  09-JUL-13          C:\BACKUP\RONNIE\2013_06_13\C-2608938308-20130709-00
    Backup Set           11789  09-JUL-13       
      Backup Piece       11791  09-JUL-13          C:\BACKUP\RONNIE\2013_07_09\C-2608938308-20130709-01
    Archive Log          11540  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000108_0818004327.0001
    Archive Log          11541  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000109_0818004327.0001
    Archive Log          11542  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000110_0818004327.0001
    Archive Log          11543  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000111_0818004327.0001
    Archive Log          11544  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000112_0818004327.0001
    Archive Log          11545  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000113_0818004327.0001
    Archive Log          11546  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000114_0818004327.0001
    Archive Log          11547  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000115_0818004327.0001
    Archive Log          11548  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000116_0818004327.0001
    Backup Set           11813  09-JUL-13       
      Backup Piece       11816  09-JUL-13          C:\BACKUP\RONNIE\2013_07_09\C-2608938308-20130709-02
    delete noprompt obsolete device type disk;
    channel ORA_MAINT_DISK_1: SID=67 device type=DISK
    allocated channel: ORA_MAINT_DISK_1
    released channel: ORA_DISK_4
    Archive Log          11501  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000069_0818004327.0001
    Archive Log          11502  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000070_0818004327.0001
    Archive Log          11503  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000071_0818004327.0001
    Archive Log          11504  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000072_0818004327.0001
    Archive Log          11505  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000073_0818004327.0001
    Archive Log          11506  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000074_0818004327.0001
    Archive Log          11507  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000076_0818004327.0001
    Archive Log          11508  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000075_0818004327.0001
    Archive Log          11509  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000078_0818004327.0001
    Archive Log          11510  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000077_0818004327.0001
    Archive Log          11511  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000079_0818004327.0001
    Archive Log          11512  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000080_0818004327.0001
    Archive Log          11513  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000081_0818004327.0001
    Archive Log          11514  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000082_0818004327.0001
    Archive Log          11515  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000083_0818004327.0001
    Archive Log          11516  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000084_0818004327.0001
    Archive Log          11517  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000085_0818004327.0001
    Archive Log          11518  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000086_0818004327.0001
    Archive Log          11519  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000087_0818004327.0001
    Archive Log          11520  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000088_0818004327.0001
    Archive Log          11521  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000090_0818004327.0001
    Archive Log          11522  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000089_0818004327.0001
    Archive Log          11523  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000091_0818004327.0001
    Archive Log          11524  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000092_0818004327.0001
    Archive Log          11525  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000093_0818004327.0001
    Archive Log          11526  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000094_0818004327.0001
    Archive Log          11527  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000095_0818004327.0001
    Archive Log          11528  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000096_0818004327.0001
    Archive Log          11529  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000097_0818004327.0001
    Archive Log          11530  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000098_0818004327.0001
    Archive Log          11531  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000099_0818004327.0001
    Archive Log          11532  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000100_0818004327.0001
    Archive Log          11533  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000101_0818004327.0001
    Archive Log          11534  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000102_0818004327.0001
    Archive Log          11535  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000103_0818004327.0001
    Archive Log          11536  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000104_0818004327.0001
    Archive Log          11537  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000105_0818004327.0001
    Archive Log          11538  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000106_0818004327.0001
    Archive Log          11539  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000107_0818004327.0001
    Archive Log          11487  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000055_0818004327.0001
    Archive Log          11488  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000056_0818004327.0001
    Archive Log          11489  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000057_0818004327.0001
    Archive Log          11490  27-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000058_0818004327.0001
    Archive Log          11549  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000117_0818004327.0001
    Archive Log          11550  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000118_0818004327.0001
    Archive Log          11551  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000119_0818004327.0001
    Archive Log          11552  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000120_0818004327.0001
    Archive Log          11553  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000121_0818004327.0001
    Archive Log          11554  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000122_0818004327.0001
    Archive Log          11555  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000123_0818004327.0001
    Archive Log          11556  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000124_0818004327.0001
    Archive Log          11557  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000125_0818004327.0001
    Archive Log          11558  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000126_0818004327.0001
    Archive Log          11559  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000127_0818004327.0001
    Archive Log          11560  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000128_0818004327.0001
    Archive Log          11561  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000129_0818004327.0001
    Archive Log          11562  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000130_0818004327.0001
    Archive Log          11563  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000131_0818004327.0001
    Archive Log          11564  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000132_0818004327.0001
    Archive Log          11565  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000133_0818004327.0001
    Archive Log          11566  28-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000134_0818004327.0001
    Archive Log          11567  29-JUN-13          C:\APP\CS\ARCHIVELOG\RONNIE\ARC0000000135_0818004327.0001
    Archive Log          11568  2

    Hi,
    Have You change Anything in database receltelly , your Error is
    ORA-19625: error identifying file C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1508_8VDHNOLY_.ARC
         backup device type disk tag 'BACKUP_RONNIE_0000_070913105322' ar
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 07/09/2013 11:07:46
    RMAN-06059: expected archived log not found, loss of archived log compromises recoverability
    using channel ORA_DISK_4
    Starting backup at 09-JUL-13
    allocate channel for maintenance type disk;
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    rman not able to find the archive log  file at path C:\APP\RM\FLASH_RECOVERY_AREA\RONNIE\ARCHIVELOG\2013_06_10\O1_MF_1_1508_8VDHNOLY_.ARC
    which can be mandatory for the recovery of that backup set , try to find out the file..

  • Error during "duplicate target ... from active database"

    hi:
    RMAN duplicate failure after the auxiliary instance mounted,we want to create a physical standby database .
    Platform: solaris10 spark 64bit
    Version: 11.2.0.1.5 (both primary and standby)
    thank you..
    RMAN log:
    rman target sys/password@his_primary auxiliary sys/password@his_standby_tt
    Recovery Manager: Release 11.2.0.1.0 - Production on Thu Aug 30 15:40:06 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: HIS (DBID=3271178181)
    connected to auxiliary database: HIS (not mounted)
    RMAN> duplicate target database for standby from active database;
    Starting Duplicate Db at 30-AUG-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=2833 device type=DISK
    allocated channel: ORA_AUX_DISK_2
    channel ORA_AUX_DISK_2: SID=3399 device type=DISK
    allocated channel: ORA_AUX_DISK_3
    channel ORA_AUX_DISK_3: SID=3966 device type=DISK
    allocated channel: ORA_AUX_DISK_4
    channel ORA_AUX_DISK_4: SID=3 device type=DISK
    contents of Memory Script:
    backup as copy reuse
    targetfile '/u01/oracle/product/11.2.0/db_1/dbs/orapwhis' auxiliary format
    '/u01/app/oracle/product/11.2.0/db_1/dbs/orapwhis' ;
    executing Memory Script
    Starting backup at 30-AUG-12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=1570 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=1708 device type=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: SID=1851 device type=DISK
    allocated channel: ORA_DISK_4
    channel ORA_DISK_4: SID=1995 device type=DISK
    Finished backup at 30-AUG-12
    contents of Memory Script:
    backup as copy current controlfile for standby auxiliary format '/u01/app/oradata/his/control01.ctl';
    restore clone controlfile to '/u01/app/oradata/his/control02.ctl' from
    '/u01/app/oradata/his/control01.ctl';
    restore clone controlfile to '/u01/app/oradata/his/control03.ctl' from
    '/u01/app/oradata/his/control01.ctl';
    executing Memory Script
    Starting backup at 30-AUG-12
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    using channel ORA_DISK_3
    using channel ORA_DISK_4
    channel ORA_DISK_1: starting datafile copy
    copying standby control file
    output file name=/export/home/oracle/snap.f tag=TAG20120830T154059 RECID=9 STAMP=792690060
    channel ORA_DISK_1: datafile copy complete, elapsed time: 00:00:03
    Finished backup at 30-AUG-12
    Starting restore at 30-AUG-12
    using channel ORA_AUX_DISK_1
    using channel ORA_AUX_DISK_2
    using channel ORA_AUX_DISK_3
    using channel ORA_AUX_DISK_4
    channel ORA_AUX_DISK_2: skipped, AUTOBACKUP already found
    channel ORA_AUX_DISK_3: skipped, AUTOBACKUP already found
    channel ORA_AUX_DISK_4: skipped, AUTOBACKUP already found
    channel ORA_AUX_DISK_1: copied control file copy
    Finished restore at 30-AUG-12
    Starting restore at 30-AUG-12
    using channel ORA_AUX_DISK_1
    using channel ORA_AUX_DISK_2
    using channel ORA_AUX_DISK_3
    using channel ORA_AUX_DISK_4
    channel ORA_AUX_DISK_2: skipped, AUTOBACKUP already found
    channel ORA_AUX_DISK_3: skipped, AUTOBACKUP already found
    channel ORA_AUX_DISK_4: skipped, AUTOBACKUP already found
    channel ORA_AUX_DISK_1: copied control file copy
    Finished restore at 30-AUG-12
    contents of Memory Script:
    sql clone 'alter database mount standby database';
    executing Memory Script
    sql statement: alter database mount standby database
    contents of Memory Script:
    set newname for tempfile 1 to
    "/u01/app/oradata/his/temp.266.750421813";
    set newname for tempfile 2 to
    "/u01/app/oradata/his/ts_temp_patrol.298.750425277";
    set newname for tempfile 3 to
    "/u01/app/oradata/his/ts_his_temp.296.750427905";
    set newname for tempfile 4 to
    "/u01/app/oradata/his/ts_tjjk_temp.282.750427917";
    set newname for tempfile 5 to
    "/u01/app/oradata/his/ts_temp_shuhao.595.782919539";
    switch clone tempfile all;
    set newname for datafile 1 to
    "/u01/app/oradata/his/system.256.750421615";
    set newname for datafile 2 to
    "/u01/app/oradata/his/sysaux.257.750421615";
    set newname for datafile 3 to
    "/u01/app/oradata/his/undotbs1.258.750421615";
    set newname for datafile 4 to
    "/u01/app/oradata/his/users.259.750421615";
    set newname for datafile 5 to
    "/u01/app/oradata/his/ts_his.280.750425023";
    set newname for datafile 6 to
    "/u01/app/oradata/his/ts_his_index.281.750425025";
    set newname for datafile 7 to
    "/u01/app/oradata/his/system.569.754307341";
    set newname for datafile 8 to
    "/u01/app/oradata/his/ts_bj.283.750425027";
    set newname for datafile 9 to
    "/u01/app/oradata/his/ts_gt.284.750425027";
    set newname for datafile 10 to
    "/u01/app/oradata/his/ts_fx.285.750425027";
    set newname for datafile 11 to
    "/u01/app/oradata/his/ts_uap.286.750425029";
    set newname for datafile 12 to
    "/u01/app/oradata/his/ts_gkxj.287.750425029";
    set newname for datafile 13 to
    "/u01/app/oradata/his/ts_xejj.288.750425031";
    set newname for datafile 14 to
    "/u01/app/oradata/his/ts_zdzyrz.289.750425031";
    set newname for datafile 15 to
    "/u01/app/oradata/his/ts_zj.290.750425033";
    set newname for datafile 16 to
    "/u01/app/oradata/his/ts_jgcp.291.750425033";
    set newname for datafile 17 to
    "/u01/app/oradata/his/ts_gtbj.292.750425033";
    set newname for datafile 18 to
    "/u01/app/oradata/his/ts_base.293.750425035";
    set newname for datafile 19 to
    "/u01/app/oradata/his/ts_exdata.294.750425035";
    set newname for datafile 20 to
    "/u01/app/oradata/his/ts_tjjk.295.750425037";
    set newname for datafile 21 to
    "/u01/app/oradata/his/ts_shuhao.594.782919537";
    set newname for datafile 22 to
    "/u01/app/oradata/his/ts_patrol.297.750425037";
    backup as copy reuse
    datafile 1 auxiliary format
    "/u01/app/oradata/his/system.256.750421615" datafile
    2 auxiliary format
    "/u01/app/oradata/his/sysaux.257.750421615" datafile
    3 auxiliary format
    "/u01/app/oradata/his/undotbs1.258.750421615" datafile
    4 auxiliary format
    "/u01/app/oradata/his/users.259.750421615" datafile
    5 auxiliary format
    "/u01/app/oradata/his/ts_his.280.750425023" datafile
    6 auxiliary format
    "/u01/app/oradata/his/ts_his_index.281.750425025" datafile
    7 auxiliary format
    "/u01/app/oradata/his/system.569.754307341" datafile
    8 auxiliary format
    "/u01/app/oradata/his/ts_bj.283.750425027" datafile
    9 auxiliary format
    "/u01/app/oradata/his/ts_gt.284.750425027" datafile
    10 auxiliary format
    "/u01/app/oradata/his/ts_fx.285.750425027" datafile
    11 auxiliary format
    "/u01/app/oradata/his/ts_uap.286.750425029" datafile
    12 auxiliary format
    "/u01/app/oradata/his/ts_gkxj.287.750425029" datafile
    13 auxiliary format
    "/u01/app/oradata/his/ts_xejj.288.750425031" datafile
    14 auxiliary format
    "/u01/app/oradata/his/ts_zdzyrz.289.750425031" datafile
    15 auxiliary format
    "/u01/app/oradata/his/ts_zj.290.750425033" datafile
    16 auxiliary format
    "/u01/app/oradata/his/ts_jgcp.291.750425033" datafile
    17 auxiliary format
    "/u01/app/oradata/his/ts_gtbj.292.750425033" datafile
    18 auxiliary format
    "/u01/app/oradata/his/ts_base.293.750425035" datafile
    19 auxiliary format
    "/u01/app/oradata/his/ts_exdata.294.750425035" datafile
    20 auxiliary format
    "/u01/app/oradata/his/ts_tjjk.295.750425037" datafile
    21 auxiliary format
    "/u01/app/oradata/his/ts_shuhao.594.782919537" datafile
    22 auxiliary format
    "/u01/app/oradata/his/ts_patrol.297.750425037" ;
    sql 'alter system archive log current';
    executing Memory Script
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    renamed tempfile 1 to /u01/app/oradata/his/temp.266.750421813 in control file
    renamed tempfile 2 to /u01/app/oradata/his/ts_temp_patrol.298.750425277 in control file
    renamed tempfile 3 to /u01/app/oradata/his/ts_his_temp.296.750427905 in control file
    renamed tempfile 4 to /u01/app/oradata/his/ts_tjjk_temp.282.750427917 in control file
    renamed tempfile 5 to /u01/app/oradata/his/ts_temp_shuhao.595.782919539 in control file
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting backup at 30-AUG-12
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    using channel ORA_DISK_3
    using channel ORA_DISK_4
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00008 name=+DATA/his/datafile/ts_bj.283.750425027
    channel ORA_DISK_2: starting datafile copy
    input datafile file number=00009 name=+DATA/his/datafile/ts_gt.284.750425027
    channel ORA_DISK_3: starting datafile copy
    input datafile file number=00005 name=+DATA/his/datafile/ts_his.280.750425023
    channel ORA_DISK_4: starting datafile copy
    input datafile file number=00015 name=+DATA/his/datafile/ts_zj.290.750425033
    RMAN-03009: failure of backup command on ORA_DISK_3 channel at 08/30/2012 16:10:23
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    channel ORA_DISK_3 disabled, job failed on it will be run on another channel
    RMAN-03009: failure of backup command on ORA_DISK_4 channel at 08/30/2012 16:42:19
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    channel ORA_DISK_4 disabled, job failed on it will be run on another channel
    RMAN-03009: failure of backup command on ORA_DISK_2 channel at 08/30/2012 16:51:58
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    channel ORA_DISK_2 disabled, job failed on it will be run on another channel
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 08/30/2012 17:49:09
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    channel ORA_DISK_1 disabled, job failed on it will be run on another channel
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 08/30/2012 17:49:09
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_4 channel at 08/30/2012 16:42:19
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    RMAN-03009: failure of backup command on ORA_DISK_2 channel at 08/30/2012 16:51:58
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 08/30/2012 17:49:09
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    RMAN-03009: failure of backup command on ORA_DISK_3 channel at 08/30/2012 16:10:23
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    RMAN>
    Primary database alert log:
    Thu Aug 30 15:41:00 2012
    Clearing standby activation ID 3277937203 (0xc3615a33)
    The primary database controlfile was created using the
    'MAXLOGFILES 16' clause.
    There is space for up to 11 standby redo logfiles
    Use the following SQL commands on the standby database to create
    standby redo logfiles that match the primary database:
    ALTER DATABASE ADD STANDBY LOGFILE 'srl1.f' SIZE 536870912;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl2.f' SIZE 536870912;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl3.f' SIZE 536870912;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl4.f' SIZE 536870912;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl5.f' SIZE 536870912;
    ALTER DATABASE ADD STANDBY LOGFILE 'srl6.f' SIZE 536870912;
    WARNING: OMF is enabled on this database. Creating a physical
    standby controlfile, when OMF is enabled on the primary
    database, requires manual RMAN intervention to resolve OMF
    datafile pathnames.
    NOTE: Please refer to the RMAN documentation for procedures
    describing how to manually resolve OMF datafile pathnames.
    Thu Aug 30 16:10:13 2012
    Errors in file /u01/oracle/diag/rdbms/his_primary/his/trace/his_ora_25860.trc (incident=72361):
    ORA-00600: internal error code, arguments: [1868], [0xFFFFFFFF7BBD4988], [], [], [], [], [], [], [], [], [], []
    Incident details in: /u01/oracle/diag/rdbms/his_primary/his/incident/incdir_72361/his_ora_25860_i72361.trc
    Thu Aug 30 16:10:20 2012
    Trace dumping is performing id=[cdmp_20120830161020]
    Thu Aug 30 16:10:22 2012
    Sweep [inc][72361]: completed
    Sweep [inc2][72361]: completed
    Thu Aug 30 16:40:32 2012
    Thread 1 cannot allocate new log, sequence 3031
    Private strand flush not complete
    Current log# 4 seq# 3030 mem# 0: +DATA/his_primary/onlinelog/group_4.579.759345057
    Current log# 4 seq# 3030 mem# 1: /backup/odsdb/HIS_PRIMARY/onlinelog/o1_mf_4_74nf15rq_.log
    Thread 1 advanced to log sequence 3031 (LGWR switch)
    Current log# 5 seq# 3031 mem# 0: +DATA/his_primary/onlinelog/group_5.261.759345075
    Current log# 5 seq# 3031 mem# 1: /backup/odsdb/HIS_PRIMARY/onlinelog/o1_mf_5_74nf1q2g_.log
    Thu Aug 30 16:40:37 2012
    LNS: Standby redo logfile selected for thread 1 sequence 3031 for destination LOG_ARCHIVE_DEST_2
    Thu Aug 30 16:40:39 2012
    Archived Log entry 5829 added for thread 1 sequence 3030 ID 0xffffffffc3615a33 dest 1:
    Thu Aug 30 16:42:15 2012
    Errors in file /u01/oracle/diag/rdbms/his_primary/his/trace/his_ora_25862.trc (incident=72369):
    ORA-00600: internal error code, arguments: [1868], [0xFFFFFFFF7BBD4988], [], [], [], [], [], [], [], [], [], []
    Incident details in: /u01/oracle/diag/rdbms/his_primary/his/incident/incdir_72369/his_ora_25862_i72369.trc
    Thu Aug 30 16:42:17 2012
    Trace dumping is performing id=[cdmp_20120830164217]
    Thu Aug 30 16:42:17 2012
    Sweep [inc][72369]: completed
    Sweep [inc2][72369]: completed
    Thu Aug 30 16:51:53 2012
    Errors in file /u01/oracle/diag/rdbms/his_primary/his/trace/his_ora_25858.trc (incident=72353):
    ORA-00600: internal error code, arguments: [1868], [0xFFFFFFFF7BBD4988], [], [], [], [], [], [], [], [], [], []
    Incident details in: /u01/oracle/diag/rdbms/his_primary/his/incident/incdir_72353/his_ora_25858_i72353.trc
    Thu Aug 30 16:51:55 2012
    Sweep [inc][72353]: completed
    Sweep [inc2][72353]: completed
    Thu Aug 30 16:51:55 2012
    Trace dumping is performing id=[cdmp_20120830165155]
    Edited by: 960892 on 2012-9-24 上午2:22

    hi:
    this is the initialization parameter file for auxiliary instance:
    *.audit_file_dest='/u01/oracle/admin/his/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oradata/his/control01.ctl','/u01/app/oradata/his/control02.ctl','/u01/app/oradata/his/control03.ctl'
    *.db_block_size=8192
    *.db_domain='abc.com.cn'
    *.db_file_name_convert='+DATA/his/datafile/','/u01/app/oradata/his/','+DATA/his/tempfile/','/u01/app/oradata/his/','+DATA/his_primary/datafile/','/u01/app/oradata/his/','+DATA/his_primary/tempfile/','/u01/app/oradata/his/'
    *.db_files=1000
    *.db_name='his'
    *.db_recovery_file_dest='/backup/oracle'
    *.db_recovery_file_dest_size=1073741824000
    *.db_unique_name='his_standby_tt'
    *.diagnostic_dest='/u01/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=hisXDB)'
    *.fal_client='his_standby_tt'
    *.fal_server='his_primary'
    *.log_archive_config='DG_CONFIG=(his_primary,his_standby_tt)'
    *.log_archive_dest_1='LOCATION=/backup/oracle/HIS_STANDBY_TT/archivelog VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=his_standby_tt'
    *.log_archive_dest_2='SERVICE=his_primary LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=his_primary'
    *.log_archive_dest_state_1='enable'
    *.log_archive_dest_state_2='enable'
    *.log_file_name_convert='+DATA/his_primary/onlinelog/','/u01/app/oradata/his/','/backup/odsdb/HIS_PRIMARY/onlinelog/','/u01/app/oradata/his/'
    *.memory_target=2181038080
    *.nls_language='SIMPLIFIED CHINESE'
    *.nls_territory='CHINA'
    *.open_cursors=300
    *.processes=3000
    *.remote_login_passwordfile='EXCLUSIVE'
    *.service_names='his.abc.com.cn,his_standby_tt.abc.com.cn'
    *.sessions=3305
    *.standby_file_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.event='10298 trace name context forever, level 32'

  • CPU patch July 2010 on Oracle 11.1.0.7 database

    Hi,
    I want to install the July2010 CPU patch (9655014) on a 11.1.0.7 database which was initially created with version 11.1.0.6.
    The README file of the patch states the following about recompiling views:
    3.2.2.2 Recompiling Views in the Database
    You may skip this section if you have recompiled views for this database during the installation of a previous CPU or if the database was created with Release 11.1.0.6 or later.
    So I assumed that I do not need to recompile the views but a little further in the README file I read:
    If you want to check whether view recompilation has already been performed for the database, execute the following statement.
    SELECT * FROM registry$history where ID = '6452863';
    If the view recompilation has been performed, this statement returns one or more rows. If the view recompilation has not been performed, this statement returns no rows.
    When I execute the select it returns no rows. So this is confusing. Should I perform a view recompilation or not?
    And when I execute recompile_precheck_jan2008cpu.sql (strange name for a July 2010 CPU) it says:
    SQL> @recompile_precheck_jan2008cpu.sql
    Running precheck.sql...
    Number of views to be recompiled :1969
    Number of objects to be recompiled :4019
    Please follow the README.txt instructions for running viewrecomp.sql
    PL/SQL procedure successfully completed.
    thanks in advance.
    regards,
    Ivan

    Short answer: you dont need to run view_recompile_jan2008cpu.sql
    Long answer:
    >
    SELECT * FROM registry$history where ID = '6452863';
    If the view recompilation has been performed, this statement returns one or more rows. If the view recompilation has not been performed, this statement returns no rows.
    When I execute the select it returns no rows. So this is confusing. Should I perform a view recompilation or not?
    >
    You will only get an entry in registry$history if you had a database that you had actually run the view_recompile_jan2008cpu.sql script which inserts a row into the table at the end of the script:
    view_recompile_jan2008cpu.sql
    Rem =======================================================================
    Rem Insert values for patch into registry.
    Rem =======================================================================
    INSERT INTO registry$history (action_time, action, id, comments)
            values ( SYSTIMESTAMP, 'CPU', &&PATCH_NUMBER, '&&PATCH_DESC' );
    COMMIT; In your case, you will get no entries in the table BUT you do not have to run the view recompilation so long as the database was created using a patched Oracle home of a release where Oracle says the view recompilation is not required.
    >
    SQL> @recompile_precheck_jan2008cpu.sql
    Running precheck.sql...
    Number of views to be recompiled :1969
    >
    This script has a very simple logic that just generates count of views and dependant objects that would need recompilation. The selection criteria does not include actually checking whether you actually need to apply the view recompilation script.
    You can test this yourself:
    Case#1: Run the recompile_precheck_jan2008cpu.sql on a database where you have applied the view recompilation script. You will find the count shows a non-zero value.
    SQL> col action_time format a32
    SQL> col version format a15
    SQL> col version format a15
    SQL> select action_time, version, id from registry$history where ID=6452863;
    ACTION_TIME                      VERSION                 ID
    24-JUL-10 12.52.15.390000 PM                        6452863
    SQL> @recompile_precheck_jan2008cpu.sql
    Running precheck.sql...
    Number of views to be recompiled :1637
    Number of objects to be recompiled :3487
    Please follow the README.txt instructions for running viewrecomp.sql
    PL/SQL procedure successfully completed.Case#2: Create a new database using a version that does not require the view recompilation patch. Run the recompile_precheck_jan2008cpu.sql. You will find the view count shows a non-zero value even though you do not need to recompile the views as mentioned in the Oracle patch notes.

Maybe you are looking for

  • Centralized Time Machine Backup on RAID 6 enable NAS

    Hello. I have over 100 Mac computers on my network. I want to have Time Machine backups on each of these machine to a Centralized RAID 6 enabled NAS. All Machines are running Snow Leopard. Can anyone please guide me how to setup this. Thank you in Ad

  • DataGrid with Renderers

    Hi, In my project,I use the renderers handling data in the DataGrid,set variableRowHeight= "true",code: <mx:DataGrid id="archiveAchiveList" width="200" height="102" width="200" variableRowHeight="true" scroll="archiveAchiveList.invalidateList();archi

  • JDBC Thin Drivers

    Hi, I have downloaded Oracle thin drivers for jdk1.2.2 from oracle's site. But when i tried to hit the Database with it iam getting "Network Adapter error". I ahd given the url correctly. I checked up the application by running on the system where or

  • Problem with Edge XI3.1 SP3 install

    I have Edge XI3.1 SP2 installed and have downloaded SP3 from SAP/BOBJ. When I try to install it the program tells me I already have this version installed. Not sure what to do. Under Programs and Features I see "SAP BusinessObjects Edge BI 3.1 SP2 Up

  • ToolTip triggers are shifting down when previewing or exporting

    I have a page with two columns of text (lists of names). In "design" I set up triggers over each name corresponding to a pop-up tooltip with a picture and bio. Everything looks great in "design." When I preview the page within Muse or export HTML to