Active database supported in publishing Standard is duplicate?

Hello
I'm trying to clone a database whithout a rest area.
After the clone instance and the sql * NET configuration set up, I'm running it
command-rman online ordering:
Release of Recovery Manager: 11.1.0.7.0 - Production on Tue 2 Nov 15:52:31 201

Copyright (c) 1982, 2007, Oracle. All rights reserved.

connected to target database: LOCALDB (DBID = 370732657)
connected to the auxiliary database: LOCALFB (unassembled)

RMAN > run {}
duplicate target database to localfb of the active database
pFile=C:\Oracle\admin\ProdFB\pfile\init.ora
db_file_name_convert = ('PROD', 'ProdFB')
LogFile Group 1 ("C:\OraData\ProdFB\Redo/log01A.dbf','C:\OraData\ProdFB\log01B.dbf") size of 100 m.
Group 2 ("C:\OraData\ProdFB\Redo/log02A.dbf','C:\OraData\ProdFB/log02B.dbf") size of 100 m.
Group 3 ("C:\OraData\ProdFB\Redo/log03A.dbf','C:\OraData\ProdFB/log03B.dbf") size 100 m;
}

From Db double-02.11.10
using the control file of the target instead of recovery catalog database
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: SID = 594 type device = DISK

content of Script memory:
{
the value of newname for datafile 1 to
"C:\ORADATA\PRODFB\TS\SYSTEM01. DBF ';
the value of newname for datafile 2 to
"C:\ORADATA\PRODFB\TS\SYSAUX01. DBF ';
the value of newname for datafile 3 to
"C:\ORADATA\PRODFB\TS\UNDO01. DBF ';
the value of newname for datafile 4 to
"C:\ORADATA\PRODFB\TS\PRODFB01. DBF ';
the value of newname for datafile 5 to
"C:\ORADATA\PRODFB\TS\PIMAINT01. DBF ';
the value of newname for datafile 6 to
"C:\ORADATA\PRODFB\TS\INDX01. DBF ';
backup that copy reuse
DataFile 1 auxiliary format
"C:\ORADATA\PRODFB\TS\SYSTEM01. DBF data file.
2 auxiliary format
"C:\ORADATA\PRODFB\TS\SYSAUX01. DBF data file.
3 auxiliary format
"C:\ORADATA\PRODFB\TS\UNDO01. DBF data file.
4 auxiliary format
"C:\ORADATA\PRODFB\TS\PRODFB01. DBF data file.
5 auxiliary format
"C:\ORADATA\PRODFB\TS\PIMAINT01. DBF data file.
6 auxiliary format
"C:\ORADATA\PRODFB\TS\INDX01. DBF ';
SQL 'alter system archive log current';
}
execution of Script memory

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

executing command: SET NEWNAME

From backup to the 02.11.10
output channel: ORA_AUX_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failure of Db in dual at 02/11/2010 15:52:46
RMAN-03015: an error has occurred in the script stored memory Script
RMAN-06181: several channels require Enterprise Edition

RMAN >

As you can see, I get error RMAN-06181.
So my question is: is the active database duplication, supported in the standard edition?
If it is, what should I do th to do this job?

Thanks for your help.

I think that it is similar to the RMAN MOS operations in RMAN RMAN-06181 error result when using Standard Edition [351616.1 ID]

Test again explicitly allocate auxiliary channel within the execution block.

Tags: Database

Similar Questions

  • RMAN duplicate for standby the active database and the missing data files

    We have a car of 2 node ASM 11 GR 2 and 11.1 of database and a standby with ASM also. Our database is relatively low (300 GB)

    and in one recent event the day before was such a departure from the primary that we decided to "repopulate" the data using duplicate RMAN.

    I deleted the data files of the previous day and followed the Oracle documentation to duplicate a database. In the waiting

    I created a static listener and a pfile containing only the essential information (db_unique_name). I started the day before with nomount using the 'empty' pfile.

    I run RMAN, connected to the target and ancillary catalogues and run this command:

    run {
    allocate channel prmy1 type disk;
    allocate channel prmy2 type disk;
    allocate channel prmy3 type disk;
    allocate channel prmy4 type disk;
    allocate channel prmy5 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database for standby from active database nofilenamecheck;
    }
    

    RMAN duplication completed without errors, so I started the rescue database and got

    an error saying that datafile XXX is missing. I checked XXX datafile at the primary level

    and it is in a DISCONNECTED state. In the standby database the same data file is in the online state.

    So I think the problem is that during the duplication, RMAN (as documentation States) does not work

    Copy the files of data in offline mode, but the standby control file seem to think that these data files

    are online and should be present.

    Can someone please help me solve this problem? From my understanding, I could just copy the missing persons

    data files (there are many however) and in the standby go offline, but I don't think it's

    the right solution, edit this file for control of the standby? I would add another option

    in the RMAN script?

    Take the data file in offline mode on the site of the previous day.

    I don't think that two COPIES try to manage separately offline files.

    Hemant K Collette

  • Issue all try to perform the active database duplication with RMAN

    Hi all

    I would like to duplicate the database CURRENTLY to DATABASEB and must be performed in the same server. I tried to bounce the instance listener & databaseb several times, but no luck.

    Please help me solve this problem and why its happening.


    Step 1: The instance of DATABASEB is phase Nomount

    Step 2:


    == > tnsping DATABASEB

    AMT Ping utility for Linux: Version 11.2.0.2.0 - Production on 2012-SEP-11 07:36:54

    Copyright (c) 1997, 2010, Oracle. All rights reserved.

    Use settings files:


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = client) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = DATABASEB)(UR=A)))
    OK (10 ms)


    Step 3:

    == > rman target sys/***@DATABASEA auxiliary sys/***@DATABASEB

    Recovery Manager: release 11.2.0.2.0 - Production kills Sep 11 07:37:50 2012

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

    connected to target database: CURRENTLY (DBID = 1723462779)
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-04006: auxiliary database error: ORA-12514: TNS:listener is not currently of service requested in connect descriptor


    Thank you

    Hello;

    You need a static entry for this: (SID_LIST_LISTENER is the static entry)

    Example of

    DCLONE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = server.myhost.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = DCLONE.myhost.com)
        )
      )
    
    SID_LIST_LISTENER =
       (SID_LIST =
           (SID_DESC =
           (SID_NAME = PLSExtProc)
           (ORACLE_HOME = /u01/app/oracle/product/11.2.0.2)
           (PROGRAM = extproc)
         )
           (SID_DESC =
           (global_dbname = STEST.myhost.com)
           (ORACLE_HOME = /u01/app/oracle/product/11.2.0.2)
           (sid_name = STEST)
       )
      (SID_DESC =
           (global_dbname = DCLONE.myhost.com)
           (ORACLE_HOME = /u01/app/oracle/product/11.2.0.2)
           (sid_name = DCLONE)
       )
    )
    

    Make sure you stop and restart the receiver.

    The needs of the auxiliary Instance be started NOMOUNT on a file INIT.

    Given that its on the same server, you must DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT in the INIT

    I have always copy and rename the password too.

    And the RMAN to connect as

    Target of $ORACLE_HOME/bin/rman = sys /auxiliary @source = sys /@clone

    connected to target database: SOURCE (DBID = 2236120765)
    connected to the auxiliary database: CLONE (unassembled)

    DUPLICATE THE TARGET DATABASE TO THE ACTIVE DATABASE NOFILENAMECHECK IPMTEST;

    H2. Another method

    http://www.Visi.com/~mseberg/create_a_duplicate_database_on_the_same_host.html

    Best regards

    mseberg

  • Oracle database Enterprise edition and standard edition one

    Hello
    is it possible to install on the same server, separate oracle database Enterprise edition and standard edition, once 11 GR 2?

    Best regards
    Jean-Marc

    Published by: jmniard on March 12, 2011 05:19

    NO.

    Listener is a specific node resource, so you should have 1 single earphone (ranging from the upper version of DB House) on a server and it will be.

  • RMAN copy of active database

    Hello

    I'm in 11 GR 2 Enterprise edition (solaris 10), I would overlap with my current database (big) to a remote host. I start the process at 08:00. Need me perhaps several hours because the network, so when the end process, to 21:00, my new database will be consistent information from 08:00 to home base.

    1-if this true?

    2 be rollforward secondary database at 21:00 copy and apply the archived primary redo logs file? If Yes, at what time?

    3 - If the primary database changes after 08:00, the changes are rejected at 21:00 in the secondary database?

    I hope that I have explained clearly my doubts.

    Thank you and best regards.

    Francesco

    The duplicate database is a copy of the target with a new DBID database. Therefore, when the double process has completed, you can not use the original database archivelogs to roll forward the database duplicate.

    Double assets will use the target directly rather than depend on RMAN backup and restore database. In all cases, the duplicate database will open with resetlogs. The farthest that RMAN can go in the recovery of the duplicate database is the most recent log of redo archived from the source database.

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

    Perhaps to create a database of sleep rather than a duplicate database would be the best option in your scenario.

  • How can add other service_name in the active database

    1. Create other service_name in the active database
    2. connect new service_name in the active database

    Hello

    Please play step by step:

    (1) sqlplus "/ as sysdba";

    exec DBMS_SERVICE. CREATE_SERVICE ('A', 'A');

    • Name of network-A
    • A - service name

    (2) exec DBMS_SERVICE. START_SERVICE ('A');

    (3) status lsnrctl listener

    for example (tnasnames Clinet)

    A_1 =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxx) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = A)

    )

    )

    SQL > alter system set service_name = a scope = both;

    SQL > alter the registry system;

    Thank you

  • Databases supported in Orchestrator 4.01

    I see that databases supported in the installation guide Orchestrator 4.01 has been considerably reduced since the databases supported in the Orchestrator 4.0 installation guide.  This was in error, or is this the case?

    Thank you

    Ryan

    There was some non.0 that were changed to yes in U1. Have you seen this guide?

    http://www.VMware.com/PDF/vSphere4/R40/vsp_compatibility_matrix.PDF

  • I want to try publishing Standard of Acrobat XI. What should I do?

    I want to try publishing Standard of Acrobat before buy you to see if it's just for my business, but the only available trial is for the Pro edition. I don't want to commit to buy the Standard edition before you try this particular edition, since it will have fewer features than the Pro version. I want to avoid a scenario where I pay for the Standard edition, namely, that it doesn't have the features I need and then pay again for the Pro edition. Advice, anyone?

    I can only answer to your first question: there is no trial for Acrobat Standard, Pro only.

  • Features of Oracle 10 g and 11g database - company & Edition and Standard Edition

    Hi all:

    I would like to know the characteristics of database Enterpriise Edition and Standard Edition database 10g and 11g.

    The reason behind this is to compare the functionality of Enterprise Edition and Standard Edition

    I would be very grateful if someone can give me the links of some documents.


    Kind regards

    Hassan

    See http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/editions.htm

    Kind regards

    -wiZ

  • Issue duplicate of active database

    Can I reproduce an Oracle 10 by mode of a database?

    N ° it is a feature of Oracle 11.

    Best regards

    mseberg

  • Activation of Acrobat 7.0 Standard has not Adobe!

    Hello support team,

    Please, we have a license for acrobat reader 7 standard, but we have had activation message required and after 2 Min program output.

    Please find attached all the CIPS. describing the error messages.

    If you have any questions please let us now.

    Thank you

    AMR

    [private information removed by Moderator]

    Capture2.JPGCapture3.JPGCapture4.JPG

    Your original discs and serial number no longer, because Adobe off activation long ago. Fortunately, they provided a replacement for at least some of the products - new download, new series. Error message: activation not available server | CS2, Acrobat 7, pass a hearing 3. Notice that your product is called Acrobat Standard, Acrobat Reader Standard No (if you're looking for lists that can help).

  • Active database duplication failed

    I built two RAC nodes as main and two RAC nodes as before. Two versions of the database are 1120301 and linux REDHAT 5 servers.
    I followed oracle rapid deployment of MAA 11 GR 2 dataguard white paper and began to rman duplicate last night.

    Angelina wrote:
    in the main server logs.

    This message kept repeating, I wonder if it has a meaning for us?

    1 Mar 10:34:15 prd-oracle02 kernel: qla2xxx 0000:05:00.3: scsi(6:1:2): cancel the order issued - 1 2844376 2002.
    1 Mar 19:14:01 prd-oracle02 pcscd: winscard.c:304:SCardConnect() Reader E-Gate 0 0 not found
    1 Mar, 19:16:10 last post by: prd-oracle02 repeated 4 times
    Mar 2 05:18:05 last post by: prd-oracle02 repeated 4 times
    Mar 2 05:21:10 prd-oracle02 last message repeated 4 times
    2 March 15:20:02 last post by: prd-oracle02 repeated 4 times
    2 Mar 15:26:10 prd-oracle02 last message repeated 4 times
    Mar 3 01:22:41 last post by: prd-oracle02 repeated 4 times
    Mar 3 01:27:09 prd-oracle02 last message repeated 4 times
    Mar 3 01:27:09 prd-oracle02 last message repeated 3 times
    March 3 09:54:30 prd-oracle02 auditd [5299]: demon Audit log files rotation
    3 Mar 11:27:10 prd-oracle02 pcscd: winscard.c:304:SCardConnect() Reader E-Gate 0 0 not found
    3 Mar 11:30:13 prd-oracle02 last message repeated 4 times

    I searched for a while, it looks like problem with the hardware/OS/network/RPM?
    Can I suggest you get in touch with network administrators & work with support. This is the problem of material
    I think that I have more information for you. All the best
    Thank you

  • Standy of database backup and restore help to duplicate a database

    OK, here's my situation. I save my 11.1.0.6 database from the backup server (primary backup not suitable, who ruled out a double asset) using a recovery catalog. My goal is to restore this database under another name called (TEST) on another server using the duplicate database command. My questions are:

    (1) I know that I can save my sleep using RMAN database, but what should I back up the control file and the spfile of the primary database as well?

    (2) I use a recovery catalog (who I am already registered in the primary database only with), I have to save the elements of backup of the backup above with the recovery catalog (or are they already registered since I have connected to the catalog when you take the backup of the standby database?)

    (3) if I need backup upward the primary controlfile, can I manually copy the file to the new server or should I create by issuing a 'backup controlfile to trace' command on the primary database server and re-create it.

    I guess my points of friction would be how to publish the duplicate database command, once I have all the parts. If I'm missing something please let me know. This is a database of 1.5 TB and I only have one (1) time to get this right. Lucky me... Thank you all

    (1) I know that I can save my sleep using RMAN database, but what should I back up the control file and the spfile of the primary database as well?

    * ==> spfile must be static most of the time, so that you can make a copy whenever you make changes and save it to your backup location. In regards to your controlfiles, you can back up the database your intelligence and your backups.* database

    (2) I use a recovery catalog (who I am already registered in the primary database only with), I have to save the elements of backup of the backup above with the recovery catalog (or are they already registered since I have connected to the catalog when you take the backup of the standby database?)

    * ==> Oracle documents Oracle® Data Guard Concepts and Administration 11 g Release 2 (11.2) part number E17022-05 not shows you how this.*

    (3) if I need backup upward the primary controlfile, can I manually copy the file to the new server or should I create by issuing a 'backup controlfile to trace' command on the primary database server and re-create it.
    * ==>, You must also back up your controlfiles of RMAN. Read the Oracle Documentation above

    I guess that my points of friction would be how to publish the duplicate database command, once I have all the parts...

    * ==> There is another Oracle documentation on duplication. Oracle® backup and Guide 11 g Release 2 (11.2) part number E10642-04. * user recovery

  • Online - Active Chat support

    I tried to reach the 'active Chat' to support through the page, HP Instant Support Professional Edition, I called to the top of my Deskjet 9800 page help.  I answer intial questions, i.e. in North America, USA, printers.  The next page tries to run an analysis of the health of the system, but shows a request that I select a printer model from the drop-down list.  The list, however, any model of printer on it and won't let me enter text!  It doesn't let me go forward without going into a model, and it has no designs to choose.  My printer is powered on and operational.  How the world to active cat?  In the meantime, I'll enter my other concerns on these forums.

    IE 7 or IE 8 Beta?

  • How to reinstall the components of database of BI Publisher (11.1.1.5)

    Hello

    We use BI Publisher installed 11.1.1.5 within an existing instance of Weblogic running on Oracle Linux 5.6 10.3.6.

    We installed against a test database existing 10g.

    We decided to update the database of the production system and we had to rebuild the Pb of test from scratch, which means that we have lost all the BEEP components installed in it.

    We re-directed the RCU BEEP to create patterns, but we do not see how we can reinstall the other required components of database BEEP without making a complete deinstall and then install everything.

    The other required components db are things such as classes of java bipcatalog. These are not installed by the UCR from what it seems.

    We have another test with the BEEP inside components database and I can see them there then we could export/import if necessary, but I thought there must be a way to use a wizard or something to do.

    Any ideas how to reinstall all the db objects?

    Thank you

    Dave

    I found on it is that need to load into the database, it wasn't specific BI Publisher after all. This is the legend JPublisher utility database classes, which are used when the call to invoke web services. They are loaded using loadjava command in the database.

Maybe you are looking for