RMAN Active Duplicate Issue

Experts,
I'm trying to setup a single server standby database for a RAC primary database using Data Gaurad configurations. In this process, I have finished all the configuration and I was about to run RMAN script to duplicate primary DB on Standby DB.
When I exectue RMAN script, it is throwing below errors :
tarting backup at 05-DEC-11
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=901 instance=iam1 device type=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 12/05/2011 15:31:42
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 12/05/2011 15:31:42
ORA-17629: Cannot connect to the remote database server
ORA-17627: ORA-01031: insufficient privileges
ORA-17629: Cannot connect to the remote database server
Additional information:
- Password file is copied properly from RAC primary and standby database.
- Able to connect to standby DB from Primary database via sqlplus tool.
- Telnet is working fine vice versa.
- All pings are working fine.
Please let me know if you have any suggestions. Happy to provide further information if needed.
Thanks

Please do not create multiple threads for the same issue.
Data Guard Setup : RMAN Active Duplicate Issue

Similar Messages

  • "Segmentation fault" during tns rman active duplicate

    Hello. I am trying to do an active duplicate using tns connectivity and just after restoring the controlfile the process fails with the error "Segmentation fault". However if I start the rman using Ezconnect everything goes smoothly. Restarting the databases did not help. What could be the reason? Here is the output with the error:
    rman target sys/oracle@EN9 auxiliary sys/oracle@EN910
    Recovery Manager: Release 11.2.0.3.0 - Production on Thu Jun 13 17:41:15 2013
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: EN9 (DBID=529480944)
    connected to auxiliary database: EN910 (not mounted)
    RMAN> duplicate target database to EN910 from active database nofilenamecheck;
    Starting Duplicate Db at 13-JUN-13
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=24 device type=DISK
    contents of Memory Script:
       sql clone "alter system set  control_files =
      ''+DATA/en910/controlfile/current.271.818012497'' comment=
    ''Set by RMAN'' scope=spfile";
       sql clone "alter system set  db_name =
    ''EN9'' comment=
    ''Modified by RMAN duplicate'' scope=spfile";
       sql clone "alter system set  db_unique_name =
    ''EN910'' comment=
    ''Modified by RMAN duplicate'' scope=spfile";
       shutdown clone immediate;
       startup clone force nomount
       backup as copy current controlfile auxiliary format  '+DATA/en910/controlfile/current.275.818012497';
       sql clone "alter system set  control_files =
      ''+DATA/en910/controlfile/current.275.818012497'' comment=
    ''Set by RMAN'' scope=spfile";
       shutdown clone immediate;
       startup clone nomount;
       alter clone database mount;
    executing Memory Script
    sql statement: alter system set  control_files =   ''+DATA/en910/controlfile/current.271.818012497'' comment= ''Set by RMAN'' scope=spfile
    sql statement: alter system set  db_name =  ''EN9'' comment= ''Modified by RMAN duplicate'' scope=spfile
    sql statement: alter system set  db_unique_name =  ''EN910'' comment= ''Modified by RMAN duplicate'' scope=spfile
    Oracle instance shut down
    Oracle instance started
    Total System Global Area     242208768 bytes
    Fixed Size                     2227176 bytes
    Variable Size                184550424 bytes
    Database Buffers              50331648 bytes
    Redo Buffers                   5099520 bytes
    Starting backup at 13-JUN-13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=25 device type=DISK
    channel ORA_DISK_1: starting datafile copy
    copying current control file
    Oracle instance started
    Segmentation fault
    tnsnames.ora of target db:
    EN9 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ora9)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = EN9)
    tnsnames.ora of aux db:
    EN910 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ora10)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = EN910)
    EN9 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ora9)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = EN9)
    listener.ora of aux db:
    SID_LIST_LISTENER =
            (SID_LIST =
                    (SID_DESC =
                            (GLOBAL_DBNAME=EN910)
                            (ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)
                            (SID_NAME=EN910)

    if you have access to MOS:
    Rman Duplicate Fails With Segmentation Fault [ID 744717.1]
    Rman Duplicate Failing With A Segmentation Fault [ID 1092423.1]

  • RMAN active duplication connection issue

    Hi ,
    We are facing a strange issue when trying to execute a script , for RMAN active duplication .
    oracle@cu-db01-1(mmapuat1) $ rman target sys/lnf123dev@mmapuat<source> auxiliary sys/lnf123dev@mast_dup<dest>
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Aug 8 10:09:27 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    Also when connecting afrom sqlplus to the source database:
    The sqlplus connection to
    oracle@cu-db01-1(mmapuat1) $ sqlplus sys/lnf123dev@mmapuat <source> as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 8 10:09:50 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    RMAN connection to auxiliary is working fine.
    oracle@cu-db01-1(mmapuat1) $ rman auxiliary sys/lnf123dev@mast_dup
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Aug 8 10:10:11 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to auxiliary database: MMAPUAT (DBID=3828046951, not open)
    Below is whet we are trying to do:
    DUPLICATE TARGET DATABASE TO MASTMAP FROM ACTIVE DATABASE SPFILE NOFILENAMECHECK;
    Thanks ,
    Sachin K

    Hello Sachin K;
    In my notes step 1 is : ( You seem to have a password issue )
    Create an Oracle Password File for the Auxiliary Database
    Password on source is:
    /u01/app/oracle/product/11.2.0.2/orapwRECOVER2
    SCP to remote host
    scp /u01/app/oracle/product/11.2.0.2/dbs/orapwRECOVER2 [email protected]:/u01/app/oracle/product/11.2.0.2/dbs/
    Then rename the file to :
    /u01/app/oracle/product/11.2.0.2/dbs/orapwRECLONEThen I Create the Directory Structure on the remote server and so on.
    When duplicating from an active database you need an entry for the CLONE in your TNSNAMES.ORA on both servers
    Prevent Timeouts
    Add these to both servers
    To listener.ora
    INBOUND_CONNECT_TIMEOUT_ = 120
    To sqlnet.ora
    SQLNET.INBOUND_CONNECT_TIMEOUT = 120
    You need an Initialization Parameter File for the Auxiliary Instance with these parameters
    DB_NAME
    CONTROL_FILES
    DB_BLOCK_SIZE
    and then start NOMOUNT before you try to connect with RMAN
    Then stop and start the listener.
    Best Regards
    mseberg

  • Rman clone duplicate database from active database

    Hi All,
    I read document saying that rman can duplicate database from active database (prod) to a remote server, so long as you configure listener and tnsname.
    I am working toward it.
    I met a problem, which is when i bring up auxiliary database in nomount mode, the listener service of that auxiliary database is in BLOCKED status, and throw out ora-12528 error when I rman auxiliary sys/pass@clonedb. Isn't nomount mode the mode which auxiliary db is supposed to be in?
    (ora-12528: TNS:listener: all appropriate instances are blocking new connections)
    Thanks,
    milic

    You may have run into the same problem like I did recently:
    The (UR=A) clause in tnsnames.ora is intended to work with a dynamically registered handler so the use of SERVICE_NAME versus SID is preferred.
    ORA-12528: TNS listener BLOCKED - trying to duplicate database
    Also for further problems:
    RMAN 11gR2 duplicate database ORA-17627 ORA-01017 RMAN-03009 ORA-17628

  • RMAN Active cloning successful, but spfile found to be missing

    Environment:
    O.S Version :     HP-UX B.11.31 U ia64
    Oracle DB Version :     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Database files on : +ASM managed Diskgroups
    RMAN Active cloning command below is used to clone the database from one host "A" to another host "B".
    duplicate target database to testDB from active database nofilenamecheck ; Cloning completed successfully. But when i checked on the spfile existance the spfile found missing.
    SQL> show parameter spfile
    NAME                                 TYPE        VALUE
    spfile                               string      /app/oracle/product/11.2.0.3/db/dbs/spfiletestDB.oraWhat could be the cause for the spfile missing?
    I have been advised below as workaround;
    1. Create spfile or pfile from memory and bounce the db to fix this issue.
    2. RMAN Active clone script specified with the the pfile clause.
    For example.
    duplicate target database to testDB  from active database file=/app/oracle/product/11.2.0.3/db/dbs/inittestDB.ora;  Would appreciate the advise on this.
    Edited by: Sivaprasad S on Jan 31, 2013 5:13 PM

    Hello;
    What could be the cause for the spfile missing?
    This :
    duplicate target database to testDB from active database nofilenamecheckInstead of this :
    duplicate target database to testDB from active database spfile nofilenamecheckSee :
    http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmdupdb.htm
    Example 23-3
    Please consider closing some of your old questions
    Best Regards
    mseberg

  • RMAN Active database

    Hi,
    Suppose i took the full database RMAN backup on same host and i invoked rman "active database" command. So will it make use of existing backup pieces?

    Hi,
    To use existing backup while duplicating the database without connecting to target database you have to specify backup location in your duplicate command. One of the example is given as below.
    run{
    set newname for database to '/database1/testdb/%b';
    duplicate target database to testdb
    backup location '/database1/rmanbkp'
    LOGFILE
    GROUP 1('/database1/testdb/redo11.log',
    '/database1/testdb/redo12.log') SIZE 20M REUSE,
    GROUP 2('d/database1/testdb/redo21.log',
    '/database1/testdb/redo22.log') SIZE 20M REUSE;
    Thanks

  • RMAN Active Cloning fails with RMAN-06054: missing log file

    Version Details:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Scenario :
    Using RMAN Active cloning to duplicate a RAC database from Production to Development environment.
    Problem:
    At the end of the cloning the below errors are reported;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/14/2013 07:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 24751 and starting SCN of 89285945274
    RMAN Script used for Active cloning:
    #!/bin/ksh
    . setdb entDBu
    start_dt=`date +%Y%m%d_%H%M`
    job=`basename $0 ".sh"`
    rman  >> ${job}_${start_dt}.log  2>&1 <<eof
    set echo on;
    connect target sys/@DCC&(_O@entDBp1
    connect auxiliary sys/@DCC&(_O@entDBuu
    run {
    allocate channel prmy1 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database
    to entDBu
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initentDBu.ora;
    show all;
    exit
    eof
    end_dt=`date +%Y%m%d_%H%M`
    mailx -s "DR RMAN Job: $job done" "[email protected]" <<eof2
    started: ${start_dt}
    finish: ${end_dt}
    eof2How to prevent the error of RMAN-06054: media recovery requesting unknown archived log for thread  with sequence   and starting SCN of  while performing the RMAN Active Cloning? I do NOT want to use UNTIL clause.

    Sivaprasad S wrote:
    Version Details:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Scenario :
    Using RMAN Active cloning to duplicate a RAC database from Production to Development environment.
    Problem:
    At the end of the cloning the below errors are reported;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/14/2013 07:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 24751 and starting SCN of 89285945274RMAN Script used for Active cloning:
    #!/bin/ksh
    . setdb entDBu
    start_dt=`date +%Y%m%d_%H%M`
    job=`basename $0 ".sh"`
    rman  >> ${job}_${start_dt}.log  2>&1 <<eof
    set echo on;
    connect target sys/@DCC&(_O@entDBp1
    connect auxiliary sys/@DCC&(_O@entDBuu
    run {
    allocate channel prmy1 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database
    to entDBu
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initentDBu.ora;
    show all;
    exit
    eof
    end_dt=`date +%Y%m%d_%H%M`
    mailx -s "DR RMAN Job: $job done" "[email protected]" <<eof2
    started: ${start_dt}
    finish: ${end_dt}
    eof2How to prevent the error of RMAN-06054: media recovery requesting unknown archived log for thread  with sequence   and starting SCN of  while performing the RMAN Active Cloning? I do NOT want to use UNTIL clause.Where UNTIL clause in your script I didn't saw.
    Please try following RMAN script
    DUPLICATE TARGET DATABASE FOR STANDBY
      FROM ACTIVE DATABASE
    SPFILE
       SET "control_files"="/u01/app/oracle/oradata/stbdbcontrol01.ctl"
       SET "db_name"="prmdb"
       SET "db_unique_name"="stbdb"
       SET "db_file_name_convert"="/u01/app/oracle/oradata/prmdb","/u01/app/oracle/oradata/stbdb"
       SET "log_file_name_convert"="/u01/app/oracle/oradata/prmdb","/u01/app/oracle/oradata/stbdb"
       SET "db_recovery_file_dest"="/u01/app/oracle/fra"
       SET "diagnostic_dest"=/u01/app/oracle"
       SET "audit_file_dest"="/u01/app/oracle/admin/stbdb/adump"
    PASSWORD FILE
    NOFILENAMECHECK;
    {code}
    Please change parameters for your environment.
    Regards
    Mahir M. Quluzade                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • RMAN Active duplication using SPFILE

    Environment:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Database files are on ASM Diskgroups
    duplicate target database
    to TestDB
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initSoruceDB.ora;Question:
    Can I use spfile clause on the command above? If I use spfile, will the command above copy the spfile from the target database instance as part of DUPLICATE command?
    Will the DUPLICATE command with SPFILE clause behave differently in case of different sturcture of ASM Diskgroups used at the source and target databases?

    Can I use spfile clause on the command above? If I use spfile, will the command above copy the spfile from the target database instance as part of DUPLICATE command? Yes you can use SPFILE.RMAN automatically copies the server parameter file to the destination host.
    Will the DUPLICATE command with SPFILE clause behave differently in case of different sturcture of ASM Diskgroups used at the source and target databases? RMAN automatically copies the server parameter file to the destination host and updates the server parameter file on the destination host based on values provided in PARAMETER_VALUE_CONVERT and SET. For example:
    Duplicating to a Host with a Different Directory Structure (Active)
    DUPLICATE TARGET DATABASE
    TO dupdb
    FROM ACTIVE DATABASE
    DB_FILE_NAME_CONVERT '/oracle/oradata/prod/','/scratch/oracle/oradata/dupdb/'
    SPFILE
    PARAMETER_VALUE_CONVERT '/oracle/oradata/prod/',
    '/scratch/oracle/oradata/dupdb/'
    SET SGA_MAX_SIZE '300M'
    SET SGA_TARGET '250M'
    SET LOG_FILE_NAME_CONVERT '/oracle/oradata/prod/redo/',
    '/scratch/oracle/oradata/dupdb/redo/';
    For more details:
    http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmdupdb.htm#i1006629

  • Rman active cloning is getting failed

    Hi Team,
    when i am doing rman active cloning it is getting failed
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00406 name=/u01/oradata/ebstest/a_txn_ind05.dbf
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/24/2013 19:38:35
    ORA-17627: ORA-12577: Message 12577 not found; product=RDBMS; facility=ORA
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    Please help

    user10721329 wrote:
    Hi Hussien,
    Thanks for the valuable reply,
    I have gone through that doc but i am trying to do cloning on the same machine not on the different machine
    My Linux version and database both are 32 bit i am trying to create a duplicate instance on the same 32 machine(side by side)Please see the solution in this link -- http://dbadailytelegraph.blogspot.ca/2009/06/duplicate-target-database-from-active.html
    Thanks,
    Hussein

  • Creation of Logical Standby Database Using RMAN ACTIVE DATABASE COMMAND

    Hi All,
    I am in confusion how to create logical standby database from primary database using rman active database command.
    What i did:-
    Create primary database on machine 1 on RHEL 5 with Oracle 11gR2
    Create standby database on machine 2 on RHEL 5 With Oracle 11gR2 from primary using RMAN active database command
    Trying to create logical standby database on machine 3 on RHEL 5 with Oracle 11gR2 using RMAN active database command from primary.
    The point which confuse me is to start the logical standby in nomount mode on machine 3 with which pfile like i create the pfile for standby database do i need to create the pfile for logical standby db.
    I done the creation of logical standby database by converting physical standby to logical standby database
    I am following the below mentioned doc for the same:
    Creating a physical and a logical standby database in a DR environment | Chen Guang&amp;#039;s Blog
    Kindly guide me how to work over the same or please provide me the steps of the same.
    Thanks in advance.

    Thanks for your reply
    I already started the logical standby database with pfile in nomount mode. And successfully completed the duplication of database. by mentioning the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameter.
    But i am not able to receive the logs on the above mentioned blog i run the sql command to check the logs but getting "no rows selected"
    My primary database pfile is:
    pc01prmy.__db_cache_size=83886080
    pc01prmy.__java_pool_size=12582912
    pc01prmy.__large_pool_size=4194304
    pc01prmy.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01prmy.__pga_aggregate_target=79691776
    pc01prmy.__sga_target=239075328
    pc01prmy.__shared_io_pool_size=0
    pc01prmy.__shared_pool_size=134217728
    pc01prmy.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01prmy/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01PRMY/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01PRMY/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.fal_client='PC01PRMY'
    *.fal_server='PC01SBY'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='SERVICE=pc01sby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=pc01sby'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='DEFER'
    *.log_archive_dest_state_3='DEFER'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    My logical standby pfile is:-
    pc01ls.__db_cache_size=92274688
    pc01ls.__java_pool_size=12582912
    pc01ls.__large_pool_size=4194304
    pc01ls.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01ls.__pga_aggregate_target=79691776
    pc01ls.__sga_target=239075328
    pc01ls.__shared_io_pool_size=0
    pc01ls.__shared_pool_size=125829120
    pc01ls.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01ls/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01LS/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01LS/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_unique_name='pc01ls'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='LOCATION=/u01/app/oracle/flash_recovery_area/PC01LS/ VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    Kindly advice over the same

  • RMAN Active Cloning: how to include SPFILE on ASM

    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Storage : ASM Diskgroups
    On RMAN active cloning of databases, how to include the SPFILE to be cloned on the ASM Storage?

    Hello;
    Check out the example here :
    http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmdupad.htm
    Under "Example 25-4 Duplicating from a File System to ASM (Active)"
    or
    Example 25-5 Duplicating from ASM to ASM (Active)
    Best Regards
    mseberg
    Edited by: mseberg on May 15, 2013 10:34 AM

  • Apple iPad 6.1.2 10B147 - Active Sync Issues Remain

    Hi,
    Please correct me ASAP if I am posting this in the wrong area of the discussion forum.
    I have a batch of Apple iPad devices that are now connecting to our Exchange 2003 system using Apple iPad iOS 6.1.2 10B147 devices. It would seem that these devices may have the 6.1 Active Sync issue again even though this version was meant to fix the issue.
    A couple of users have reported this morning reoccuring calender cancellations, we have also had excessive log growth on Exchange 2007 platform.
    Here is the reported "Device Agent" from Active Sync logs:
    Apple-iPad3C6/1002.147
    Apple-iPad2C7/1002.147
    Apple-iPad2C7/1002.147
    Apple-iPad3C6/1002.147
    Apple-iPad2C7/1002.147
    Apple-iPad3C6/1002.147
    Here is the reported Device iOS
    DeviceOS
    iOS 6.1.2 10B147
    Does anyone know if Apple has this as a reported bug yet on their fixed version? If not is there an official Apple bug submission process that should be followed?
    Regards
    Ben Paddick

    Hi waddock,
    I think that for the most part, iOS 6.1.2 resolved the recurring calendar bug and the significant battery drain issues.  With that said, I have had a couple cases of devices still experiencing the battery drain but not the calendar bug.  Quick fix is to remove the Exchange mailbox(es) from the device and re-add it.  If there are any existing accounts that use Exchange ActiveSync (I think Hotmail and legacy GoogleSync), I just remove and add them back to just in case.
    I suggest checking here for periodic updates on what's going on with EAS (Exchange ActiveSync) and 3rd party devices like Apple:
    http://support.microsoft.com/kb/2563324
    I assume you're an on-premise environment, so to mitigate short-term, you may want to think about blocking certain devices on certain operating systems using your Device Access Settings in Exchange for mobile devices.
    For feedback for Apple, you can do it a couple ways.  This is the internet facing site:
    http://www.apple.com/feedback/
    Or you can create an Apple Developer account (or Apple IT program if you have an enterprise agreement with them) and start submitting feedback during your testing (i.e. beta versions of iOS):
    https://developer.apple.com/
    Hopefully this helps!

  • SAP HR Active Sync Issue

    Hi,
    I encountered SAP HR Active Sync issue: The IDM seems can't receive the IDOC but SAP side says the data already passed to port OK.
    I enabled the verbose mode of the Active Sync logs and it is repeating:
    2009-06-04T17:07:08.750+0800: IDOCs of message type HRMD_A will be processed.
    2009-06-04T17:07:08.750+0800: {jco.server.gwhost=10.153.3.20, jco.server.progid=IDMRFC, jco.server.gwserv=sapgw01, jco.server.trace=1, jco.server.unicode=1}
    2009-06-04T17:07:08.750+0800: Started IDocServer (IDMRFC)
    2009-06-04T17:07:08.750+0800: Done initializing SAPHRActiveSync resource adapter.
    2009-06-04T17:07:08.750+0800: SARunner: loop 0
    2009-06-04T17:07:08.812+0800: Started, paused until Thu Jun 04 17:07:08 GMT+08:00 2009
    2009-06-04T17:07:13.812+0800: Pause completed
    2009-06-04T17:07:13.843+0800: Polling
    2009-06-04T17:07:13.843+0800: Poll complete.
    2009-06-04T17:07:13.843+0800: SARunner: loop 1
    SAP side transaction WE02 shows the IDOC:
    IDoc sent to SAP system or external program: Data passed to port OK
    SAP HR Active Sync resource reference says:
    1. Enter transaction code PFAL.
    2. Insert the Object Type P for person objects.
    3. Enter an Employee's ID for the Object ID or select a range of employees.
    4. Click Execute.
    5. Ensure that the status is set to “passed to port okay.”
    6. The IDoc has been created. Check the Active Sync adapter log file to verify that
    an update was received.
    Now why I can't see the IDOC logs in the active sync adaptor log file?
    Thanks!

    Hi Wushilin,
    Did you ever find a solution to this?
    Thanks

  • Repair Status:  Could not duplicate issue??

    Step 2 Service          January 11, 2013:  Could not duplicate issue                      
    Step 3 Return January 11, 2013:  Original product shipped 
    I read online that someone called apple(similar service) and they were sending a replacement but his said original as well. So is my ipod touch 5g going to be fixed or not? I couldn't listen to headphones because the jack broke. How hard is it for them to test putting some earpods in??

    No one here can know what you tried when you don't say. Experience has shown that many people can overlook what we might think to be obvious troubleshooting steps, so many of us offer any suggestion we think might help when it's not mentioned explictly by the questioner as having been tried.
    There is therefore no reason for you to be rude to lllaass, you not having said anything about what you had tried. S/he has done his/her best to try and be of help. No one here gets paid to help you, so it pays to be polite if you have any hope of getting help in the future.
    Regards.

  • Rman and duplicate database.

    Hi,
    I have some problems with rman and duplicate a database.
    Im trying to duplicate a database on a anoter server than the target, and I have run the command SQL>startup force nomount, on the auxiliary system.
    But I don't know what commands to use i rman.
    Have backup-files on disk at the same server as the auxiliary system is on.
    Any tips and tricks?!
    Thanks in advanced,
    Micke.

    I had the same question a while ago. The location of the files you'll need to restore from are specified in the controlfile. The location referenced in the controlfile will be the location where they were put but RMAN on your "source" server. So for instance, if RMAN drops the backup set in /opt/oracle/dbs/tmp, then your controlfile will point to /opt/oracle/dbs/tmp. (yours probably won't be here, it's just an example). Your controlfile WILL however have to go in the dbs directory, wherever that is.
    What worked for me in the past was placing the backup files on the destination server in /home/oracle/backup_<date> and recreating the file structure based on that of the source server (even if it's just empty dirs) and symlink the last level of the tree to the folder where the files reside.
    For example:
    ln -s /home/oracle/backup_03272008 /opt/oracle/dbs/tmp
    I think there's a more efficient way to do this, but this worked for me.

Maybe you are looking for

  • Web Gallery creation in Adobe Bridge CS6 on iMac stopped working!

    Why have my Adobe Bridge CS6 stopped working on my iMac and why is there strange code in the address bar when I click Preview In Browser?

  • Aio remote doesn't work on windows 8.1, can't findprinter

    hp aio remote on windows cannot find my printer.  i could tell it its ip #, but software disallows this, apparently assuming that sw is perfect and users are incompetent, where the opposite is usu true.  similarly, hp has no feedback mechanism and wo

  • WebLogic 9.2:  Oracle:  Can longer connect with a Good Data Source

    Hi; I have WebLogic 9.2 set up on my computer as a development tool. Yesterday I was able to connect to the test database on our test server with the JNDI/Database resource "abc" just fine. For some reason, it simply stopped working this morning. I g

  • Screen black and on buttom broken

    please advise how i can get the black screen to turn on.  My on button is broken.  My phone is working because the phone rings when i call it

  • Document review in workflow

    Hi folks, is there a simple way to review the document sent via approval workflow to the user? In the default approval workflow only the location of the file is provided; since I want to check the document before approval I have to go to this locatio