ORA-19645: datafile 17: incremental-start SCN is prior to creation SCN 8180

hi Experts i m recieved ORA-19645: datafile 17: incremental-start SCN is prior to creation SCN 8180101895458 error durring backup by rman
can any one explain what may b the cause of this
my database version is 10g(10.2.0.4) O/S AIX 6.1
pls help me out

19645, 00000, "datafile %s: incremental-start SCN is prior to creation SCN %s"
// *Cause:  The incremental-start SCN which was specified when starting an
//          incremental datafile backup is less than the datafile's
//          creation SCN.
// *Action: Specify a larger incremental-start SCN.

Similar Messages

  • ORA-19648: datafile 132: incremental-start SCN equals checkpoint SCN

    I re-ran full backup but still cumulative backups failing with this error, looking for quick commands to fix this
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on T1 channel at 04/12/2010 20:55:16
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01427: single-row subquery returns more than one row
    ORA-19648: datafile 132: incremental-start SCN equals checkpoint SCN
    ORA-19640: datafile checkpoint is SCN 4361058556501 time 02/08/2008 20:32:22

    19645, 00000, "datafile %s: incremental-start SCN is prior to creation SCN %s"
    // *Cause:  The incremental-start SCN which was specified when starting an
    //          incremental datafile backup is less than the datafile's
    //          creation SCN.
    // *Action: Specify a larger incremental-start SCN.

  • ORA-19612: datafile 0 not restored due to missing data

    Hello,
    I'm testing a restore of the controlfile. The database is in archivelog mode and autobackup is set to ON. I successfully did a full backup and backup as copy database.
    To test I did the following:
    - note the DBID
    - shutdown the database
    - renamed both controlfiles:
    $ mv /u02/rcat/control01.ctl /u02/rcat/control01.ctl_old
    $ mv /u02/fra/rcat/control02.ctl /u02/fra/rcat/control02.ctl_old
    When I try to restore the controlfile form autobackup I receive the following error. What could be reason please?
    [rcat@oel54]$ rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Dec 10 00:07:41 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: RCAT (not mounted)
    RMAN> set dbid 502889862;
    executing command: SET DBID
    RMAN> restore controlfile from autobackup;
    Starting restore at 10-DEC-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    recovery area destination: /u02/fra
    database name (or database unique name) used for search: RCAT
    channel ORA_DISK_1: AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101210
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101209
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 12/10/2010 00:09:55
    ORA-19870: error while restoring backup piece /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    ORA-19612: datafile 0 not restored due to missing data
    $ ll /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    -rw-r----- 1 oracle dba 10354688 Dec  9 23:44 /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkpThanks!

    The file was indeed corrupted as below will show.
    Very strange. Perhaps something with the latest Virtualbox or the SSD/hybrid harddrive. (host MacOSX 10.6, guest Oracle Linux 5.5 UEK)
    $ mv /u02/rcat/control01.ctl_old /u02/rcat/control01.ctl
    $ mv /u02/fra/rcat/control02.ctl_old /u02/fra/rcat/control02.ctl
    SQL> startup mount
    ORACLE instance started.
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-00264: no recovery required
    SQL> alter database open;
    Database altered.
    $ rman target /
    connected to target database: RCAT (DBID=502889862)
    RMAN> backup current controlfile;
    piece handle=/u02/fra/RCAT/backupset/2010_12_10/o1_mf_ncnnf_TAG20101210T012420_6j2wsoko_.bkp
    Finished backup at 10-DEC-10
    Starting Control File and SPFILE Autobackup at 10-DEC-10
    piece handle=/u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 10-DEC-10
    RMAN> restore validate controlfile;
    piece handle=/u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp tag=TAG20101210T012422
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: validation complete, elapsed time: 00:00:02
    Finished restore at 10-DEC-10
    SQL> shutdown immediate
    $ mv /u02/rcat/control01.ctl /u02/rcat/control01.ctl_old
    $ mv /u02/fra/rcat/control02.ctl /u02/fra/rcat/control02.ctl_old
    SQL> startup nomount
    $ rman target /
    connected to target database: RCAT (not mounted)
    RMAN> set dbid 502889862;
    RMAN> restore controlfile from autobackup;
    Starting restore at 10-DEC-10
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    recovery area destination: /u02/fra
    database name (or database unique name) used for search: RCAT
    channel ORA_DISK_1: AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101210
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp
    channel ORA_DISK_1: control file restore from AUTOBACKUP complete
    output file name=/u02/rcat/control01.ctl
    output file name=/u02/fra/rcat/control02.ctl
    Finished restore at 10-DEC-10

  • BACKUP INCREMENTAL FROM SCN

    Hi,
    i have 10gr1 db , and has a standby db.For a reason i have ora-00326 error on standby db . After some works, the only thing i can do for standby db is recreate standby.But this doc shows that this is not necessary
    http://www.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14191/rcmdupdb008.htm
    But , i could not execute "backup incremental from scn" command for 10gr1.Is there any way to execute this or not ?
    Thanks.

    Hi,
    You mentioned you have a 10gR1 database and the feature was introduced in 10.2.0.1
    The complete scenario is there : http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/scenarios.htm#CIHEGFEG
    but you won't find it in 10gR1.
    If you often have unresolveable gaps I think you should focus on this problem though.
    Best regards
    Phil
    Edited by: Philippe Florent on Feb 7, 2011 5:03 PM -- I am too slow :)

  • ORA-01171: datafile 6 going offline due to error advancing checkpoint

    Hi
    Anyone here know what cause this error? This error happened after backup at night.The data file then went offline. Anyone know the reason?
    Thanks
    Excerpt from alert.log:
    Mon Feb 26 20:34:45 2007
    Errors in file d:\oracle\admin\live\bdump\live_ckpt_1064.trc:
    ORA-01171: datafile 6 going offline due to error advancing checkpoint
    ORA-01122: database file 6 failed verification check
    ORA-01110: data file 6: 'D:\ORACLE\ORADATA\LIVE\VGSM_DB01.DBF'
    ORA-01208: data file is an old version - not accessing current version
    Contents of d:\oracle\admin\live\bdump\live_ckpt_1064.trc
    Dump file d:\oracle\admin\live\bdump\live_ckpt_1064.trc
    Mon Feb 26 20:34:45 2007
    ORACLE V9.2.0.1.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Instance name: live
    Redo thread mounted by this instance: 1
    Oracle process number: 5
    Windows thread id: 1064, image: ORACLE.EXE
    *** 2007-02-26 20:34:45.000
    *** SESSION ID:(4.1) 2007-02-26 20:34:45.000
    ORA-01171: datafile 6 going offline due to error advancing checkpoint
    ORA-01122: database file 6 failed verification check
    ORA-01110: data file 6: 'D:\ORACLE\ORADATA\LIVE\VGSM_DB01.DBF'
    ORA-01208: data file is an old version - not accessing current version

    Thanks
    I looked at applicaiton log and found there are message on audit trail:
    26/02/2007     20:03:56     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\OmniBack CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    26/02/2007     20:01:35     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\OmniBack CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    But the datbase was not shotdown immediately, it was shutdown next day as shown below:
    27/02/2007     12:17:46     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: AUSALDB03\oborj0 CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    27/02/2007     12:17:45     Oracle.live     AUSALDB03     Initializing PGA for process ARC1 in instance live.
    27/02/2007     12:17:44     Oracle.live     Initializing PGA for process ARC0 in instance live.
    27/02/2007     12:17:44     Oracle.live     Initializing PGA for process RECO in instance live.
    27/02/2007     12:17:44     Oracle.live     Initializing PGA for process SMON in instance live.
    27/02/2007     12:17:43     Oracle.live     Initializing PGA for process CKPT in instance live.
    27/02/2007     12:17:43     Oracle.live     Initializing PGA for process LGWR in instance live.
    27/02/2007     12:17:43     Oracle.live     Initializing PGA for process DBW0 in instance live.
    27/02/2007     12:17:42     Oracle.live     Initializing PGA for process PMON in instance live.
    27/02/2007     12:17:42     Oracle.live     Initializing SGA for instance live.
    27/02/2007     12:17:42     Oracle.live     Audit trail: ACTION : 'STARTUP' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: AUSALDB03\oborj0 CLIENT TERMINAL: Not Available STATUS: 0 .
    27/02/2007     12:17:11     Oracle.live     Instance live has been terminated.
    27/02/2007     12:17:10     Oracle.live     All process in instance live stopped
    27/02/2007     12:17:09     Oracle.live     Shutdown normal performed on instance live.
    27/02/2007     12:17:09     Oracle.live     Audit trail: ACTION : 'SHUTDOWN' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: AUSALDB03\oborj0 CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    27/02/2007     12:13:31     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: AUSALDB03\oborj0 CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    Do you think the database was not shutdown properly at that time? If backup of datafile was carried on with database still open, it may cause the errors as shwon on oracle alert log file, but I am not sure.
    Also I found the database was shutdown properly on the othe day but with user name ="sys"! Do you think this username cause the problem of shutdown?
    24/02/2007     20:04:54     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: 'sys' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    24/02/2007     20:04:54     Oracle.liveInitializing PGA for process ARC1 in instance live.
    24/02/2007     20:04:53     Oracle.live     Initializing PGA for process ARC0 in instance live.
    24/02/2007     20:04:53     Oracle.liveInitializing PGA for process RECO in instance live.
    24/02/2007     20:04:53     Oracle.live     Initializing PGA for process SMON in instance live.
    24/02/2007     20:04:53     Oracle.live     Initializing PGA for process CKPT in instance live.
    24/02/2007     20:04:52     Oracle.live     Initializing PGA for process LGWR in instance live.
    24/02/2007     20:04:52     Oracle.live     Initializing PGA for process DBW0 in instance live.
    24/02/2007     20:04:52     Oracle.live     Initializing PGA for process PMON in instance live.
    24/02/2007     20:04:51     Oracle.live     Initializing SGA for instance live.
    24/02/2007     20:04:51     Oracle.live     Audit trail: ACTION : 'STARTUP' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: Not Available STATUS: 0 .
    24/02/2007     20:04:51     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: 'sys' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    24/02/2007     20:00:17     Oracle.live     Instance live has been terminated.
    24/02/2007     20:00:15     Oracle.live     All process in instance live stopped
    24/02/2007     20:00:11     Oracle.live     Shutdown normal performed on instance live.
    24/02/2007     20:00:11     Oracle.live     Audit trail: ACTION : 'SHUTDOWN' DATABASE USER: '/' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    24/02/2007     20:00:08     Oracle.live     Audit trail: ACTION : 'CONNECT' DATABASE USER: 'sys' PRIVILEGE : SYSDBA CLIENT USER: PHARMA\AUSALDB03$ CLIENT TERMINAL: AUSALDB03 STATUS: 0 .
    Thanks for your help!
    Li

  • Rs-ora:resource group failed to start on chosen node; it may end up failing

    I have configured two node failover cluster environment using netra a/d 1000 storage. When I try to deploy oracle server application it throws the following error
    rs-ora: resource group failed to start on chosen node; it may end up failing over to other node(s)
    I created metaset and gave one raw did disk to that metaset.
    I created logical hostname resource, ha-storage plus resource. Later I brought the resource group to online using following command
    #clrg online –emM rg-ora
    Later I created oracle cluster resource using following command.
    #clrs create -g rg-ora -t SUNW.oracle_server -p ORACLE_HOME=/global/oracle/product/10.2.0/db_1 -p ORACLE_SID=infra -p Alert_log_file=/global/oracle/product/10.2.0/db_1/admin/infra/bdump/alert_infra.log -p Connect_string=sysdba/dbadmin1@infra -p Resource_dependencies=rs-ora-has rs-ora
    node1 - Validation failed. ORACLE_HOME /global/oracle/product/10.2.0/db_1 does not exist
    node1 - ALERT_LOG_FILE /global/oracle/product/10.2.0/db_1/admin/infra/bdump/alert_infra.log doesn't exist
    node1 - PARAMETER_FILE: /global/oracle/product/10.2.0/db_1/dbs/initinfra.ora nor server PARAMETER_FILE: /global/oracle/product/10.2.0/db_1/dbs/spfileinfra.ora exists
    node1 - This resource depends on a HAStoragePlus resouce that is not online on this node. Ignoring validation errors.
    rs-ora: resource group failed to start on chosen node; it may end up failing over to other node(s)
    The status of oracle resource shows as follows.
    Resource Name Node Name State Status Message
    rs-ora node1 Start failed Faulted
    I used solaris 10 update 6 patch level is Generic_137137-09, Oracle version 10.2.0, Sun clusters 3.2 update1. Following are the vfstab and /var/adm/messages of both nodes.
    Node1#grep ora /etc/vfstab
    /dev/md/oradg/dsk/d300 /dev/md/oradg/rdsk/d300 /global/oracle ufs 5 no logging
    Node2#grep ora /etc/vfstab
    /dev/md/oradg/dsk/d300 /dev/md/oradg/rdsk/d300 /global/oracle ufs 5 no logging
    Node1#more /var/adm/messages
    Oct 17 05:19:17 node1 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hafoip_prenet_start> for resource <ha-
    host-1>, resource group <rg-ora>, node <node1>, timeout <300> seconds
    Oct 17 05:19:17 node1 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/
    lib/rgm/rt/hafoip/hafoip_prenet_start>:tag=<rg-ora.ha-host-1.10>: Calling security_clnt_connect(..., host=<node1>, sec_typ
    e {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 17 05:19:17 node1 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hafoip_prenet_start> completed successfully for
    resource <ha-host-1>, resource group <rg-ora>, node <node1>, time used: 0% of timeout <300 seconds>
    Oct 17 05:19:17 node1 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hastorageplus_prenet_start> for resour
    ce <rs-ora-has>, resource group <rg-ora>, node <node1>, timeout <1800> seconds
    Oct 17 05:19:17 node1 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/
    lib/rgm/rt/hastorageplus/hastorageplus_prenet_start>:tag=<rg-ora.rs-ora-has.10>: Calling security_clnt_connect(..., host=<tes
    tlab5>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 17 05:19:18 node1 Cluster.RGM.rgmd: [ID 375444 daemon.notice] 8 fe_rpc_command: cmd_type(enum):<2>:cmd=<null>:tag=<rg-
    ora.rs-ora-has.10>: Calling security_clnt_connect(..., host=<node1>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<0>, ...)
    Oct 17 05:19:18 node1 Cluster.RGM.rgmd: [ID 316625 daemon.notice] Timeout monitoring on method tag <rg-ora.rs-ora-has.10>
    has been suspended.
    Oct 17 05:19:20 node1 Cluster.Framework: [ID 801593 daemon.notice] stdout: becoming primary for oradg
    Oct 17 05:19:21 node1 Cluster.RGM.rgmd: [ID 375444 daemon.notice] 8 fe_rpc_command: cmd_type(enum):<3>:cmd=<null>:tag=<rg-
    ora.rs-ora-has.10>: Calling security_clnt_connect(..., host=<node1>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<0>, ...)
    Oct 17 05:19:21 node1 Cluster.RGM.rgmd: [ID 316625 daemon.notice] Timeout monitoring on method tag <rg-ora.rs-ora-has.10>
    has been resumed.
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hastorageplus_prenet_start> completed successful
    ly for resource <rs-ora-has>, resource group <rg-ora>, node <node1>, time used: 0% of timeout <1800 seconds>
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hafoip_start> for resource <ha-host-1>
    , resource group <rg-ora>, node <node1>, timeout <500> seconds
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/
    lib/rgm/rt/hafoip/hafoip_start>:tag=<rg-ora.ha-host-1.0>: Calling security_clnt_connect(..., host=<node1>, sec_type {0:WEA
    K, 1:STRONG, 2:DES} =<1>, ...)
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hafoip_start> completed successfully for resourc
    e <ha-host-1>, resource group <rg-ora>, node <node1>, time used: 0% of timeout <500 seconds>
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hafoip_monitor_start> for resource <ha
    -host-1>, resource group <rg-ora>, node <node1>, timeout <300> seconds
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hastorageplus_start> for resource <rs-
    ora-has>, resource group <rg-ora>, node <node1>, timeout <90> seconds
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 510020 daemon.notice] 46 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/
    lib/rgm/rt/hafoip/hafoip_monitor_start>:tag=<rg-ora.ha-host-1.7>: Calling security_clnt_connect(..., host=<node1>, sec_typ
    e {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/
    lib/rgm/rt/hastorageplus/hastorageplus_start>:tag=<rg-ora.rs-ora-has.0>: Calling security_clnt_connect(..., host=<node1>,
    sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hafoip_monitor_start> completed successfully for
    resource <ha-host-1>, resource group <rg-ora>, node <node1>, time used: 0% of timeout <300 seconds>
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hastorageplus_start> completed successfully for
    resource <rs-ora-has>, resource group <rg-ora>, node <node1>, time used: 0% of timeout <90 seconds>
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hastorageplus_monitor_start> for resou
    rce <rs-ora-has>, resource group <rg-ora>, node <node1>, timeout <90> seconds
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/
    lib/rgm/rt/hastorageplus/hastorageplus_monitor_start>:tag=<rg-ora.rs-ora-has.7>: Calling security_clnt_connect(..., host=<tes
    tlab5>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 17 05:19:25 node1 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hastorageplus_monitor_start> completed successfu
    lly for resource <rs-ora-has>, resource group <rg-ora>, node <node1>, time used: 0% of timeout <90 seconds>
    Oct 17 05:19:38 node1 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <bin/oracle_server_validate> for resour
    ce <rs-ora>, resource group <rg-ora>, node <node1>, timeout <120> seconds

    Oct 17 05:19:38 node1 Cluster.RGM.rgmd: [ID 375444 daemon.notice] 8 fe_rpc_command: cmd_type(enum):<1>:cmd=</opt/SUNWscor/
    oracle_server/bin/oracle_server_validate>:tag=<rg-ora.rs-ora.2>: Calling security_clnt_connect(..., host=<node1>, sec_type
    {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 17 05:19:38 node1 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <bin/oracle_server_validate> completed successful
    ly for resource <rs-ora>, resource group <rg-ora>, node <node1>, time used: 0% of timeout <120 seconds>
    Oct 17 05:19:38 node1 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <bin/oracle_server_init> for resource <
    rs-ora>, resource group <rg-ora>, node <node1>, timeout <30> seconds
    Oct 17 05:19:38 node1 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</opt/SUNWscor
    /oracle_server/bin/oracle_server_init>:tag=<rg-ora.rs-ora.4>: Calling security_clnt_connect(..., host=<node1>, sec_type {0
    :WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 17 05:19:38 node1 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <bin/oracle_server_init> completed successfully f
    or resource <rs-ora>, resource group <rg-ora>, node <node1>, time used: 0% of timeout <30 seconds>
    Oct 17 05:19:38 node1 Cluster.CCR: [ID 973933 daemon.notice] resource rs-ora added.
    Oct 17 05:19:39 node1 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <bin/oracle_server_start> for resource
    <rs-ora>, resource group <rg-ora>, node <node1>, timeout <600> seconds
    Oct 17 05:19:39 node1 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</opt/SUNWscor
    /oracle_server/bin/oracle_server_start>:tag=<rg-ora.rs-ora.0>: Calling security_clnt_connect(..., host=<node1>, sec_type {
    0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 17 05:19:48 node1 SC[SUNWscor.oracle_server.start]:rg-ora:rs-ora: [ID 876834 daemon.error] Could not start server
    Oct 17 05:19:48 node1 Cluster.RGM.rgmd: [ID 938318 daemon.error] Method <bin/oracle_server_start> failed on resource <rs-o
    ra> in resource group <rg-ora> [exit code <1>, time used: 1% of timeout <600 seconds>]
    Node2# more /var/adm/messages
    Oct 14 20:20:04 node2 Cluster.RGM.rgmd: [ID 529407 daemon.notice] resource group rg-ora state on node node2 change to RG_PENDIN
    G_OFFLINE
    Oct 14 20:20:04 node2 Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rs-ora-has state on node node2 change to R_MON_STOPP
    ING
    Oct 14 20:20:04 node2 Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource ha-host-1 state on node node2 change to R_MON_STOPPI
    NG
    Oct 14 20:20:04 node2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hafoip_monitor_stop> for resource <ha-host
    -1>, resource group <rg-ora>, node <node2>, timeout <300> seconds
    Oct 14 20:20:04 node2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hastorageplus_monitor_stop> for resource <
    rs-ora-has>, resource group <rg-ora>, node <node2>, timeout <90> seconds
    Oct 14 20:20:04 node2 Cluster.RGM.rgmd: [ID 268902 daemon.notice] 45 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/lib/
    rgm/rt/hafoip/hafoip_monitor_stop>:tag=<rg-ora.ha-host-1.8>: Calling security_clnt_connect(..., host=<node2>, sec_type {0:WEAK
    , 1:STRONG, 2:DES} =<1>, ...)
    Oct 14 20:20:04 node2 Cluster.RGM.rgmd: [ID 510020 daemon.notice] 46 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/lib/
    rgm/rt/hastorageplus/hastorageplus_monitor_stop>:tag=<rg-ora.rs-ora-has.8>: Calling security_clnt_connect(..., host=<node2>, s
    ec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hastorageplus_monitor_stop> completed successfully f
    or resource <rs-ora-has>, resource group <rg-ora>, node <node2>, time used: 0% of timeout <90 seconds>
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rs-ora-has state on node node2 change to R_ONLINE_UN
    MON
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rs-ora-has state on node node2 change to R_STOPPING
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 784560 daemon.notice] resource rs-ora-has status on node node2 change to R_FM_UNKNO
    WN
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource rs-ora-has status msg on node node2 change to <Stopp
    ing>
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hastorageplus_stop> for resource <rs-ora-h
    as>, resource group <rg-ora>, node <node2>, timeout <1800> seconds
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 510020 daemon.notice] 46 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/lib/
    rgm/rt/hastorageplus/hastorageplus_stop>:tag=<rg-ora.rs-ora-has.1>: Calling security_clnt_connect(..., host=<node2>, sec_type
    {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hafoip_monitor_stop> completed successfully for reso
    urce <ha-host-1>, resource group <rg-ora>, node <node2>, time used: 0% of timeout <300 seconds>
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource ha-host-1 state on node node2 change to R_ONLINE_UNM
    ON
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hastorageplus_stop> completed successfully for resou
    rce <rs-ora-has>, resource group <rg-ora>, node <node2>, time used: 0% of timeout <1800 seconds>
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rs-ora-has state on node node2 change to R_STOPPED
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource ha-host-1 state on node node2 change to R_STOPPING
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hafoip_stop> for resource <ha-host-1>, res
    ource group <rg-ora>, node <node2>, timeout <300> seconds
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 784560 daemon.notice] resource ha-host-1 status on node node2 change to R_FM_UNKNOW
    N
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource ha-host-1 status msg on node node2 change to <Stoppi
    ng>
    Oct 14 20:20:05 node2 Cluster.RGM.rgmd: [ID 510020 daemon.notice] 46 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/lib/
    rgm/rt/hafoip/hafoip_stop>:tag=<rg-ora.ha-host-1.1>: Calling security_clnt_connect(..., host=<node2>, sec_type {0:WEAK, 1:STRO
    NG, 2:DES} =<1>, ...)
    Oct 14 20:20:06 node2 ip: [ID 678092 kern.notice] TCP_IOC_ABORT_CONN: local = 192.168.032.244:0, remote = 000.000.000.000:0, s
    tart = -2, end = 6
    Oct 14 20:20:06 node2 ip: [ID 302654 kern.notice] TCP_IOC_ABORT_CONN: aborted 0 connection
    Oct 14 20:20:06 node2 Cluster.RGM.rgmd: [ID 784560 daemon.notice] resource ha-host-1 status on node node2 change to R_FM_OFFLIN
    E
    Oct 14 20:20:06 node2 Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource ha-host-1 status msg on node node2 change to <Logica
    lHostname offline.>
    Oct 14 20:20:06 node2 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hafoip_stop> completed successfully for resource <ha
    -host-1>, resource group <rg-ora>, node <node2>, time used: 0% of timeout <300 seconds>
    Oct 14 20:20:06 node2 Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource ha-host-1 state on node node2 change to R_OFFLINE
    Oct 14 20:20:06 node2 Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rs-ora-has state on node node2 change to R_POSTNET_S
    TOPPING

  • ORA-19909: datafile 1 belongs to an orphan incarnation

    Hi All,
    os :linux
    db: oracle 11gr2
    am facing below error..how to recover database;
    SQL> recover database until cancel using backup controlfile;
    ORA-00283: recovery session canceled due to errors
    ORA-19909: datafile 1 belongs to an orphan incarnation
    ORA-01110: data file 1: '/ora/db001/data001/LLDBOO1/system01.dbf'
    SQL>
    actuallly, i have tried incarnation set to 1 etc..but no luck...
    i have archive logs.....
    2 hrs back i have tried ...below option...
    i have set ALLOWRESETLOGS_CORRUPTION=TRUE in init.ora file. and oped resetlogs ..it is opend but it is showing error...
    here is I would like to open backup controlfile...is it possible?
    thanks,
    dbc
    Edited by: dbc001 on Feb 7, 2013 12:29 PM

    Apparently, you have already attempted
    RESTORE
    RESETLOGS at least once before this
    We do not know what commands you executed in which sequence. (an orphaned SYSTEM file is astonishing !)
    .......... maybe you should go back to the beginning.
    Tell us
    a. WHY you need to RESTORE and RECOVER
    b. EXACTLY what you did (list every step, in the right sequence of actions)
    c. What errors / messages did Oracle present at every step
    Hemant K Chitale

  • ORA-12500 TNSLISTENER failed to start a dedicated server process

    Environment W2000 Pro SP4 latest fixes
    I just installed database 10g (10.1.0) in order to have a 10g (10.1) database (ORCL1) as required by Oracle Warehouse builder and other business intelligrence products like disoverer (from discoverer suite) and Portal 10g (9.0.4)
    during installation of 10g database I got following messages
    ==>Oracle Cluster Registry failed to initialize (in french) and went on
    ==>error when starting OracleCsservice
    i retried and went on.
    Install finishes correctly
    I can access the new database (type warehouse) with sqlplus in a dos window
    However I can't reach it through SQL*Plus of oracle 10g database and get ORA-12500 TNSLISTENER failed to start a dedicated server process message
    OracleCSService starting
    OracleDBConsoleORCL1 started
    OracleINFRASControl started
    OracleINFRAprocessManager started
    OracleINFRATNSListener started
    OracleOraDb10g_home1iSQL*Plus Started
    OraclePORTALBIASontrol Started
    OraclePORTALBIProcessManager Started
    OracleServiceASDB Started
    OracleServiceORCL1 Started
    ...... other databases.....
    I only have one LISTENER service (the one that was created for INFRAstructure instance) is it OK ?
    All other databases instances I am using where created from INFRA DBCA. and all defined with a dedicated server.
    I tried to define it through DBCA of Oracle database
    left dedicated server and finish
    won't work DBCA refuses
    I also tried to Stop/start OracleServiceOrcl1 but it won't stop
    database ORCL1 is unreachable from other instances:
    from Oracle WareHouse Builder's Enterprise Manager console I get the same ORA-12500 message
    same with Oracle Net Configuration Assistant of
    Oracle Developer Suite Net assistant
    What's wrong,
    is one listener enough? is there a bug in the product?..
    I read quite a few enties but didnt get the answer to my problem

    Hello Werner,
    What means error 1058?
    i posted an entry in application server
    Listener.ora and tsnames .ora where updated on INFRAstructure instance to be nearly identical to 10g DB instance (diference is one db definition)
    However starting infrastructure and portal instances has become erratic and error prone:u
    It takes about 20 minutes to start these two instances by hand has before i had only to start them and everything went smoothly (but took also a long time).
    Now i get the following messages and have to use following opmnctl commands to have the whole thing running as follows:
    ==> start INFRASTRUCTURE
    lancement de tnslsnr: veuillez patientez...
    failed to start service, error 1058 ==> new message
    TNS-12536: l'opération provoquerait le blocage ==>new
    TNS-12560 erreur d'adaptateur de protocole ==> not new and didn(t care
    TNS-00506 l'opération provoquerait un blocage ==> new
    32-bits Windows Error: 997: Unknown error ==>not new and didn't care
    I also get from SMTP the following mail:
    Nom=LISTENER_ternes-1-81-57-68-1.fbx.proxad.net
    Type=Listener
    Hôte=ternes-1-81-57-68-1.fbx.proxad.net
    Mesure=Status
    Horodatage=2 nov. 2004 23 h 34 CET
    Gravité=Critique
    Message=The listener is down: TNS-12541: TNS:no listener .
    Nom de la règle=Listener Availability
    Propriétaire de la règle=SYSMAN
    1-opmnctl status
    opmnctl status
    IAS-component process-type pid status
    OID OID N/A Down
    OC4J OC4J_SECURITY N/A Down
    HTTP_Server HTPP_Server 1588 Alive
    dsm-daemon dcm-daemon N/A Down
    LogLoader logloaderd N/A Down
    here its very erratic sometimes OID is in STOP status
    2-opmnctl startall
    opmnctl status
    opmnctl status
    IAS-component process-type pid status
    OID OID 3504 Alive
    OC4J OC4J_SECURITY 3416 Alive
    HTTP_Server HTPP_Server 1588 Alive
    dsm-daemon dcm-daemon N/A Down
    LogLoader logloaderd N/A Down
    3_opmnctl startproc ias-component=dcm-daemon
    opmnctl status
    IAS-component process-type pid status
    OID OID 3504 Alive
    OC4J OC4J_SECURITY 3416 Alive
    HTTP_Server HTPP_Server 1588 Alive
    dsm-daemon dcm-daemon 5524 Alive
    LogLoader logloaderd N/A Down
    At that point i can start Portal instance
    Processes in Instance: PORTALBI.ternes-1-81-57-68-1.fbx.proxad.net
    ----------------------------------------------+---------
    ias-component | process-type | pid | status
    ----------------------------------------------+---------
    wireless | OC4J_Wireless | 5292 | Alive
    wireless | messaging_server | 3456 | Alive
    wireless | performance_server | 1364 | Alive
    Discoverer | PreferenceServer | 2080 | Alive
    Discoverer | OAD | 2124 | Alive
    Discoverer | OSAgent | 1688 | Alive
    OC4J | OC4J_WSRP | 820 | Alive
    OC4J | OC4J_Portal | 4264 | Alive
    OC4J | OC4J_BI_Forms | 5020 | Alive
    OC4J | home | 4948 | Alive
    WebCache | WebCacheAdmin | 1976 | Alive
    WebCache | WebCache | 3500 | Alive
    HTTP_Server | HTTP_Server | 1912 | Alive
    dcm-daemon | dcm-daemon | 5048 | Alive
    LogLoader | logloaderd | N/A | Down

  • ORA-26686: cannot capture from specified SCN

    Hi,
    We are working on bi-directional oracle 9i stream replication on win2k.
    While altering start_scn value of capture process, we have faced the following error message :
    [email protected]> BEGIN
    2 DBMS_CAPTURE_ADM.ALTER_CAPTURE(
    3 CAPTURE_NAME=> 'CAPTURE_DIGITE',
    4 START_SCN=> 22863020
    5 );
    6 END;
    7 /
    BEGIN
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 8
    ORA-26686: cannot capture from specified SCN
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 54
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 124
    ORA-06512: at line 2
    But before specifying the SCN value, we have checked the SCN values from log history view :
    RECID STAMP THREAD# SEQUENCE# FIRST_CHANGE# FIRST_TIME
    NEXT_CHANGE#
    148 492091525 1 148 22598073 23-APR-03 11:58:18
    22613790
    149 492097852 1 149 22613790 23-APR-03 12:05:25
    22863020
    150 492101279 1 150 22863020 23-APR-03 13:50:52
    23208055
    And specified SCN is within the limits. Why we are getting error message like 'ORA-26686: cannot capture from specified SCN' ?
    Plz explain.
    thanx,
    KC

    While the start_scn can be specified for capture, there are some rules that govern the actual start_scn that will be used. User specified start_scns that do not meet the minimum requirements of capture will get the error you received. The capture start_scn cannot be lower than the 1st capture's originating scn. If there is no existing capture on the database, you cannot specify a start_scn on capture creation.
    Capture is not designed to "skip over" logs by resetting the start_scn to a future scn. Capture mines the logs sequentially to maintain the integrity of the Streams data dictionary.

  • Error Message "ElementsAutoAnalyzer.exe unable to locate. This application failed to start because ExtendedScript.dll was not found". This error message is seen when first starting Windows Vista, prior to starting Photoshop Elements 12.

    Error Message "ElementsAutoAnalyzer.exe unable to locate. This application failed to start because ExtendedScript.dll was not found".
    This error message is seen every time when first starting Windows Vista, PRIOR to starting Photoshop Elements 12.1 
    It does not seem to interfere with the normal operation of Photoshop Elements, but it is a constant annoyance.

    try removing all itunes and all other apple program
    follow this link for more info. http://support.apple.com/kb/HT1923
    reboot ur window after uninstalling
    after that download the latest itunes setup and install.

  • Due to ORA-01033, I could not start my BW 3.5 instance

    Hello Friends,
    I am not able to start up my BI 3.5 instance from SAP GUI.
    Error in the SAP Manager console is
    "Database: > ORA-01033: ORACLE initialization or shutdown in progress"   
    So I shutdown my oracle database,log on as sysdba and applied following commands.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  219749116 bytes
    Fixed Size                   453372 bytes
    Variable Size             134217728 bytes
    Database Buffers           83886080 bytes
    Redo Buffers                1191936 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    What is this ORA-01589 error all about?
    I am still not able to start my BW instance.
    Please help me with this.
    Thanks & Regards,
    -Hardik

    Hi Hardik,
               This error normally comes due to the inconsistent data file and can be recovered if you are having the current archive files in your oraarch folder.
                   Shutdown the database first then startup the database as follows:
    connect / as sysdba
    SQL>startup mount
    SQL> RECOVER DATAFILE 'E:\ORACLE\S01\SAPDATA1\SYSTEM_\SYSTEM.DATA1';
    Then open the database as below:
    SQL>ALTER DATABASE OPEN;
    I hope this will solve the problem provided the required archive files are available.
    Regards,
    Vinayak

  • Load xml - xls with OWB error "ORA-20011:....Start of root element expected

    Hi
    I need to load XML document into a table in Oracle warehouse builder.
    I've followed the steps as given in the user guide and I get the following error,
    ORA-20011: Error occurred while loading source XML document into the target database object PURCHASE_ORDERS.
    Base exception: Start of root element expected.
    ORA-06512: at "DC_DWH.WB_XML_LOAD_F", line 12
    ORA-06512: at "DC_DWH.WB_XML_LOAD", line 4
    ORA-06512: at line 7
    The steps are:
    DECLARE
    CONTROL_INFO VARCHAR2(200);
    BEGIN
    CONTROL_INFO := '<OWBXMLRuntime> <XMLSource> <file>c:\xml_test\y.xml</file> </XMLSource> <targets> <target XSLFile="c:\xml_test\y.xsl" dateFormat="yyyy.MM.dd">PURCHASE_ORDERS</target> </targets></OWBXMLRuntime>';
    DC_DWH.Wb_Xml_Load ( CONTROL_INFO );
    COMMIT;
    END;
    where:
    ------------- y.xml ----------------
    <purchaseOrder>
    <id>103123-4</id>
    <orderDate>2000-10-20</orderDate>
    <shipTo country="US">
    <name>Alice Smith</name>
    <street>123 Maple Street</street>
    <city>Mill Valley</city>
    <state>CA</state>
    <zip>90952</zip>
    </shipTo>
    <comment>Hurry, my lawn is going wild!</comment>
    <items>
    <item>
    <partNum>872-AA</partNum>
    <productName>Lawnmower</productName>
    <quantity>1</quantity>
    <USPrice>148.95</USPrice>
    <comment>Confirm this is electric</comment>
    </item>
    <item>
    <partNum>845-ED</partNum>
    <productName>Baby Monitor</productName>
    <quantity>1</quantity>
    <USPrice>39.98</USPrice>
    <shipDate>1999-05-21</shipDate>
    </item>
    </items>
    </purchaseOrder>
    -----------------y.xsl -------------------
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2004/07/xpath-functions" xmlns:xdt="http://www.w3.org/2004/07/xpath-datatypes">
    <SHIPTO_NAME>
    <xsl:value-of select="purchaseOrder/shipTo/name"/>
    </SHIPTO_NAME>
    <SHIPTO_STREET>
    <xsl:value-of select="purchaseOrder/shipTo/street"/>
    </SHIPTO_STREET>
    <SHIPTO_CITY>
    <xsl:value-of select="purchaseOrder/shipTo/city"/>
    </SHIPTO_CITY>
    </xsl:stylesheet>
    Any help is appreciated

    Hello,
    The error occurs as far as your XSL file has incorrect structure. Your have to transform incoming XML in so-called (by Oracle) canonical form i.e.:
    <ROWSET>
    <ROW>
    <FIELD_1>value-for-field-1</FIELD_1>
    <FIELD_N>value-for-field-N</FIELD_N>
    </ROW>
    </ROWSET>
    So, assuming your table has three fields : SHIPTO_NAME, SHIPT_STREET, SHIPTO_CITY, - your XSL file should look like following:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
    <xsl:template match=”/”>
    <ROWSET>
    <xsl:apply-templates select=”purchaseOrder”/>
    </ROWSET>
    </xsl:template>
    <xsl:template match=”purchaseOrder”>
    <ROW>
    <SHIPTO_NAME><xsl:value-of select=”shipTo/name”/></SHIPTO_NAME>
    <SHIPTO_STREET><xsl:value-of select=”shipTo/street”/></SHIPTO_STREET>
    <SHIPTO_CITY><xsl:value-of select=”shipTo/city”/></SHIPTO_CITY>
    </ROW>
    </xsl:template>
    </xsl:stylesheet>
    Hope this will help.

  • ERROR   ORA-12514: TNS: unable to start extract process

    Hi Experts,
    I have installed Oracle Golden Gate in the below environment.But unable to start extract process
    Primary site (source): This is production DB and up and running.
    RAC 2 nodes
    Oracle RAC 11.2.0.1.0
    ASM
    Oracle GoldenGate 11g Release 1 (11.1.1.0.0)
    Enterprise Linux Server release 5.5 (Carthage)
    Processor Type x64
    OS 64 bit
    target Site (destination):
    Standalone single server - Non RAC
    Oracle version 11.2.0.1.0
    ASM
    Oracle GoldenGate 11g Release 1 (11.1.1.0.0)
    Enterprise Linux Server release 5.5 (Carthage)
    Processor Type x64
    OS 64 bit
    Getting below error in logs while starting extract process:
    RECOVERY: reset to initial or altered checkpoint.
    2012-08-05 10:34:10  ERROR   OGG-00868  Oracle GoldenGate Capture for Oracle, aaa.prm:  Attaching to
    ASM server asm: (12514) ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor.
    2012-08-05 10:34:10  ERROR   OGG-01668  Oracle GoldenGate Capture for Oracle, aaa.prm:  PROCESS
    ABENDING.[oracle@ ggate]$
    Getting below error while connecting with asm instance directly:
    [oracle@ admin]$ sqlplus sys@asm as sysasm
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Aug 5 11:16:11 2012
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    [oracle@ ~]$ tnsping asm TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 05-AUG-2012 11:55
    :42
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xxx-
    scan)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ASM) (I
    NSTANCE_NAME = +ASM1)))
    OK (0 msec) Any help Please ?
    Regards
    LazyDBA
    Edited by: LazyDBA11g on Aug 5, 2012 12:14 AM
    Edited by: LazyDBA11g on Aug 5, 2012 11:25 PM
    Edited by: LazyDBA11g on Aug 12, 2012 4:36 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hello JK,
    Thanks a lot for specific response.
    SQL> select INST_ID, NAME, VALUE from gv$parameter where name like '%_listener%';
    INST_ID NAME VALUE
    1 local_listener (DESCRIPTION=(ADDRESS_LIST=(AD
    DRESS=(PROTOCOL=TCP)(HOST=xxx_
    data1-vip)(PORT=1521))))
    1 remote_listener xxxdata-scan:1521
    2 local_listener (DESCRIPTION=(ADDRESS_LIST=(AD
    DRESS=(PROTOCOL=TCP)(HOST=xxx_
    data2-vip)(PORT=1521))))
    2 remote_listener xxxdata-scan:1521
    If I  add REMOTE_LISTENER pointing to SCAN ip address, Does it require DB bounce ? (Its production DB)
    Regards,
    LazyDBA
    Edited by: LazyDBA11g on Aug 10, 2012 12:01 PM
    Edited by: LazyDBA11g on Aug 12, 2012 4:48 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ORA-12500 Database won't start!!!

    Stats:
    Windows 2000 Server
    Oracle 8.1.7
    I am not a DBA unfortunately.
    Last night I performed the windows updates (a routine) to get the latest OS patches. Nothing has ever happened before, but upon a reboot, the one of the two databases won't start.
    From the ORADIM.LOG file:
    DIM-00011: The service does not exists
    O/S-Error: (OS 997) Overlapped I/O operation is in progress.
    DIM-00011: The service does not exists
    O/S-Error: (OS 997) Overlapped I/O operation is in progress.
    ORA-01034: ORACLE not available
    From the Listener.log file:
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    06-MAY-2004 21:17:12 * (CONNECT_DATA=(SERVICE_NAME=projects.nghq.northgeo.com)(CID=(PROGRAM=C:\Program Files\Oracle\jre\1.1.7\bin\jrew.exe)(HOST=KATAHDIN)(USER=administrator))) * (ADDRESS=(PROTOCOL=tcp)(HOST=200.200.200.3)(PORT=2021)) * establish * projects.nghq.northgeo.com * 12500
    I performed DBVerify on the tables and don't seem to get any errors, I also restored a cold backup from a week ago and it still won't start.
    Please help if you can. Thanks.
    John

    I rolled back the latest windows update (KB835732) and rebooted. Tried to start the database services and they started. Not sure what's in that patch but I think I will stay away from it.
    I can't believe there was something in the OS patch that killed it, but that's all I did to fix it.
    So for now, I'm not touching it...
    John

  • ORA-13629 after EBS database start

    we have EBS 12.1.2 on LINUX server. Database is 11.1.0.7. When I shutdown EBS database for backup and startup, I got ORA-13629.
    I immediate shudown again and startup. Look like it is O.K.
    Anyone know why?
    Anything wrong?
    Thanks.
    ========================= alert.log ========
    Completed: ALTER DATABASE OPEN
    Sat Jul 30 14:12:36 2011
    Starting background process CJQ0
    Sat Jul 30 14:12:37 2011
    CJQ0 started with pid=33, OS id=3227
    Setting Resource Manager plan SCHEDULER[0x72F7C]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    Setting Resource Manager plan DEFAULT_MAINTENANCE_PLAN via parameter
    Sat Jul 30 14:12:46 2011
    Errors in file /u6/oracle/EBS01/db/tech_st/11.1.0/admin/EBS01_host17/diag/rdbms/ebs01/EBS01/trace/EBS01_j000_3243.trc:
    ORA-12012: error on auto execute of job 597169
    ORA-13629: The task or object SYS_AUTO_SQL_TUNING_TASK is being used by another operation.
    ORA-06512: at "SYS.PRVT_ADVISOR", line 2677
    ORA-06512: at "SYS.DBMS_ADVISOR", line 241
    ORA-06512: at "SYS.DBMS_SQLTUNE", line 702
    ORA-06512: at line 4

    Errors in file /u6/oracle/EBS01/db/tech_st/11.1.0/admin/EBS01_host17/diag/rdbms/ebs01/EBS01/trace/EBS01_j000_3243.trc:
    ORA-12012: error on auto execute of job 597169
    ORA-13629: The task or object SYS_AUTO_SQL_TUNING_TASK is being used by another operation.No similar issues are reported in MOS website -- Please log a SR and upload the alert and the trace file to Oracle Support.
    The cause/action of this error message (ORA-13629: The task or object string is being used by another operation) is mentioned in the manual, but I believe it does not help.
    Cause: The user attempted to access a task or object that is locked by another session.
    Action: Wait for the task or object activity to complete and retry the operation.
    http://download.oracle.com/docs/cd/E14072_01/server.112/e10880/e12700.htm
    Thanks,
    Hussein

Maybe you are looking for

  • Problem with dissapearing objects CS5

    Greetings.  i am having a very strange and very frustrating problem.  i have a graphic i have built, and i can ONLY save it as an .ai file.  If i try to save it as anything else, or even create a CS Live review, pieces of it dont show up.  None of th

  • Can't open photos - needs MIME plug-in?

    I'm using Safari 2.0.4 and am trying to view photos on a website, but have encountered this error message: +The page "Browser Express" has content of MIME type "application/x-oleobject". Because you don't have a plug-in installed for this MIME type,

  • 2 files (header and detail) == IDOC

    Hello everybody. I was searching, but I do not know how to do this multi mapping. The client do not want BPM's. I need to map from 2 files (FTP) into 1 IDOC, how can I do it? Thank you very much. Sebastiá

  • SQL TRACE/TKPROF VS SQL ACCESS ADVISOR

    Hi All, Can anyone please tell me what's the exact difference between SQL TRACE/TKPROF and SQL ACCESS ADVISOR in Oracle 10g.(By showing some examples) And also why should I go for SQL ACCESS ADVISOR ?? (Since I have used the former all these days) :)

  • Resize ASM Diskgroup

    Hi All, My exadata quarter rack machine has two asm diskgroups, DATA1 with 5TB and RECO with 3TB. I'd like to resize RECO to 1TB and DATA1 to 7TB. I know ALTER DISKGROUP RESIZE command, but my question is about resize RECO volume from 3 to 1 TB: is i