RMAN-05501: RMAN-11003 ORA-00353: log corruption near block 2048 change

Hi Gurus,
I've posted few days ago an issue I got while recreating my Dataguard.
The Main issue was while duplicating target from active database I got this errors during the recovery process.
The Restore Process Went fine, RMAN Copied the Datafiles very well, but stop when at the moment to start the recovery process from the auxiliary db
Yesterday I took one last try,
I follow same procedure, the one described in all Oracle Docs, Google and so on ... it's not a secret I guess.
The I got the same issue, same errors.
I read soemthing about archivelogs, and the Block corruption and so on, I've tried so many things (register the log... etc etc ), and than I read something about "catalog the logfile)
and that's waht I did.
But I was just connect to the target db.
contents of Memory Script:
set until scn 1638816629;
recover
standby
clone database
delete archivelog
executing Memory Script
executing command: SET until clause
Starting recover at 14-MAY-13
starting media recovery
archived log for thread 1 with sequence 32196 is already on disk as file /archives/CMOVP/stby/1_32196_810397891.arc
archived log for thread 1 with sequence 32197 is already on disk as file /archives/CMOVP/stby/1_32197_810397891.arc
archived log for thread 1 with sequence 32198 is already on disk as file /archives/CMOVP/stby/1_32198_810397891.arc
archived log for thread 1 with sequence 32199 is already on disk as file /archives/CMOVP/stby/1_32199_810397891.arc
archived log for thread 1 with sequence 32200 is already on disk as file /archives/CMOVP/stby/1_32200_810397891.arc
archived log for thread 1 with sequence 32201 is already on disk as file /archives/CMOVP/stby/1_32201_810397891.arc
archived log for thread 1 with sequence 32202 is already on disk as file /archives/CMOVP/stby/1_32202_810397891.arc
archived log for thread 1 with sequence 32203 is already on disk as file /archives/CMOVP/stby/1_32203_810397891.arc
archived log for thread 1 with sequence 32204 is already on disk as file /archives/CMOVP/stby/1_32204_810397891.arc
archived log for thread 1 with sequence 32205 is already on disk as file /archives/CMOVP/stby/1_32205_810397891.arc
archived log for thread 1 with sequence 32206 is already on disk as file /archives/CMOVP/stby/1_32206_810397891.arc
archived log for thread 1 with sequence 32207 is already on disk as file /archives/CMOVP/stby/1_32207_810397891.arc
archived log for thread 1 with sequence 32208 is already on disk as file /archives/CMOVP/stby/1_32208_810397891.arc
archived log for thread 1 with sequence 32209 is already on disk as file /archives/CMOVP/stby/1_32209_810397891.arc
archived log for thread 1 with sequence 32210 is already on disk as file /archives/CMOVP/stby/1_32210_810397891.arc
archived log for thread 1 with sequence 32211 is already on disk as file /archives/CMOVP/stby/1_32211_810397891.arc
archived log for thread 1 with sequence 32212 is already on disk as file /archives/CMOVP/stby/1_32212_810397891.arc
archived log for thread 1 with sequence 32213 is already on disk as file /archives/CMOVP/stby/1_32213_810397891.arc
archived log for thread 1 with sequence 32214 is already on disk as file /archives/CMOVP/stby/1_32214_810397891.arc
archived log for thread 1 with sequence 32215 is already on disk as file /archives/CMOVP/stby/1_32215_810397891.arc
archived log for thread 1 with sequence 32216 is already on disk as file /archives/CMOVP/stby/1_32216_810397891.arc
archived log for thread 1 with sequence 32217 is already on disk as file /archives/CMOVP/stby/1_32217_810397891.arc
archived log for thread 1 with sequence 32218 is already on disk as file /archives/CMOVP/stby/1_32218_810397891.arc
archived log for thread 1 with sequence 32219 is already on disk as file /archives/CMOVP/stby/1_32219_810397891.arc
archived log for thread 1 with sequence 32220 is already on disk as file /archives/CMOVP/stby/1_32220_810397891.arc
archived log for thread 1 with sequence 32221 is already on disk as file /archives/CMOVP/stby/1_32221_810397891.arc
archived log for thread 1 with sequence 32222 is already on disk as file /archives/CMOVP/stby/1_32222_810397891.arc
archived log for thread 1 with sequence 32223 is already on disk as file /archives/CMOVP/stby/1_32223_810397891.arc
archived log file name=/archives/CMOVP/stby/1_32196_810397891.arc thread=1 sequence=32196
released channel: prm1
released channel: stby1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 05/14/2013 01:11:33
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
ORA-00283: recovery session canceled due to errors
RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/archives/CMOVP/stby/1_32196_810397891.arc'
ORA-00283: recovery session canceled due to errors
ORA-00354: corrupt redo log block header
ORA-00353: log corruption near block 2048 change 1638686297 time 05/13/2013 22:42:03
ORA-00334: archived log: '/archives/CMOVP/stby/1_32196_810397891.arc'
################# What I did: ################################
Rma target /
RMAN>catalog archivelog '/archives/CMOVP/stby/1_32196_810397891.arc';
The I connect to target and Auxiliary again :Rman target / catalog rman/rman@rman auxiliary
and I run the last content of the failing memory script:RMAN> run
set until scn 1638816629;
recover
standby
clone database
delete archivelog
And The DB start the recovery Process and my Standby complete the recovery very weel with message "Recovery Finnish or Termintaed or Completed"
The I could configure Datagurd
And I check the process and the Log Apply was on and running fine, no gaps, perfect!!!!!
How !!! Just Cataloging an "Supposed Corrupted"archive log !!!!!!
If Any ideas, that ould be great to understand this.
Rgds
Carlos

okKarol wrote:
Hi Gurus,
I've posted few days ago an issue I got while recreating my Dataguard.
The Main issue was while duplicating target from active database I got this errors during the recovery process.
The Restore Process Went fine, RMAN Copied the Datafiles very well, but stop when at the moment to start the recovery process from the auxiliary db
Yesterday I took one last try,
I follow same procedure, the one described in all Oracle Docs, Google and so on ... it's not a secret I guess.
The I got the same issue, same errors.
I read soemthing about archivelogs, and the Block corruption and so on, I've tried so many things (register the log... etc etc ), and than I read something about "catalog the logfile)
and that's waht I did.
But I was just connect to the target db.
contents of Memory Script:
set until scn 1638816629;
recover
standby
clone database
delete archivelog
executing Memory Script
executing command: SET until clause
Starting recover at 14-MAY-13
starting media recovery
archived log for thread 1 with sequence 32196 is already on disk as file /archives/CMOVP/stby/1_32196_810397891.arc
archived log for thread 1 with sequence 32197 is already on disk as file /archives/CMOVP/stby/1_32197_810397891.arc
archived log for thread 1 with sequence 32198 is already on disk as file /archives/CMOVP/stby/1_32198_810397891.arc
archived log for thread 1 with sequence 32199 is already on disk as file /archives/CMOVP/stby/1_32199_810397891.arc
archived log for thread 1 with sequence 32200 is already on disk as file /archives/CMOVP/stby/1_32200_810397891.arc
archived log for thread 1 with sequence 32201 is already on disk as file /archives/CMOVP/stby/1_32201_810397891.arc
archived log for thread 1 with sequence 32202 is already on disk as file /archives/CMOVP/stby/1_32202_810397891.arc
archived log for thread 1 with sequence 32203 is already on disk as file /archives/CMOVP/stby/1_32203_810397891.arc
archived log for thread 1 with sequence 32204 is already on disk as file /archives/CMOVP/stby/1_32204_810397891.arc
archived log for thread 1 with sequence 32205 is already on disk as file /archives/CMOVP/stby/1_32205_810397891.arc
archived log for thread 1 with sequence 32206 is already on disk as file /archives/CMOVP/stby/1_32206_810397891.arc
archived log for thread 1 with sequence 32207 is already on disk as file /archives/CMOVP/stby/1_32207_810397891.arc
archived log for thread 1 with sequence 32208 is already on disk as file /archives/CMOVP/stby/1_32208_810397891.arc
archived log for thread 1 with sequence 32209 is already on disk as file /archives/CMOVP/stby/1_32209_810397891.arc
archived log for thread 1 with sequence 32210 is already on disk as file /archives/CMOVP/stby/1_32210_810397891.arc
archived log for thread 1 with sequence 32211 is already on disk as file /archives/CMOVP/stby/1_32211_810397891.arc
archived log for thread 1 with sequence 32212 is already on disk as file /archives/CMOVP/stby/1_32212_810397891.arc
archived log for thread 1 with sequence 32213 is already on disk as file /archives/CMOVP/stby/1_32213_810397891.arc
archived log for thread 1 with sequence 32214 is already on disk as file /archives/CMOVP/stby/1_32214_810397891.arc
archived log for thread 1 with sequence 32215 is already on disk as file /archives/CMOVP/stby/1_32215_810397891.arc
archived log for thread 1 with sequence 32216 is already on disk as file /archives/CMOVP/stby/1_32216_810397891.arc
archived log for thread 1 with sequence 32217 is already on disk as file /archives/CMOVP/stby/1_32217_810397891.arc
archived log for thread 1 with sequence 32218 is already on disk as file /archives/CMOVP/stby/1_32218_810397891.arc
archived log for thread 1 with sequence 32219 is already on disk as file /archives/CMOVP/stby/1_32219_810397891.arc
archived log for thread 1 with sequence 32220 is already on disk as file /archives/CMOVP/stby/1_32220_810397891.arc
archived log for thread 1 with sequence 32221 is already on disk as file /archives/CMOVP/stby/1_32221_810397891.arc
archived log for thread 1 with sequence 32222 is already on disk as file /archives/CMOVP/stby/1_32222_810397891.arc
archived log for thread 1 with sequence 32223 is already on disk as file /archives/CMOVP/stby/1_32223_810397891.arc
archived log file name=/archives/CMOVP/stby/1_32196_810397891.arc thread=1 sequence=32196
released channel: prm1
released channel: stby1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 05/14/2013 01:11:33
RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
ORA-00283: recovery session canceled due to errors
RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/archives/CMOVP/stby/1_32196_810397891.arc'
ORA-00283: recovery session canceled due to errors
ORA-00354: corrupt redo log block header
ORA-00353: log corruption near block 2048 change 1638686297 time 05/13/2013 22:42:03
ORA-00334: archived log: '/archives/CMOVP/stby/1_32196_810397891.arc'
################# What I did: ################################
Rma target /
RMAN>catalog archivelog '/archives/CMOVP/stby/1_32196_810397891.arc';
The I connect to target and Auxiliary again :Rman target / catalog rman/rman@rman auxiliary
and I run the last content of the failing memory script:RMAN> run
set until scn 1638816629;
recover
standby
clone database
delete archivelog
And The DB start the recovery Process and my Standby complete the recovery very weel with message "Recovery Finnish or Termintaed or Completed"
The I could configure Datagurd
And I check the process and the Log Apply was on and running fine, no gaps, perfect!!!!!
How !!! Just Cataloging an "Supposed Corrupted"archive log !!!!!!
If Any ideas, that ould be great to understand this.
Rgds
CarlosHi,
Can you change standby database archive destination from /archives/CMOVP/stby/ other disk?
I think this problem on your disk.
Mahir
p.s. I remember you before thread, too

Similar Messages

  • Log corruption near block 1737

    hi,
    i am getting an error while open the db
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 1737 change 16680088 time 12/22/2008
    10:40:13
    ORA-00312: online log 2 thread 1: 'G:\ORACLE\ORADATA\HOTEST\REDO02.LOG'while doing an incomplete recovery it is asking for an archived file which i am not having i.e ARC_801_1.ARC.........
    SQL> recover database until cancel;
    ORA-00279: change 16679127 generated at 12/22/2008 10:37:11 needed for thread 1
    ORA-00289: suggestion : G:\ORACLE\ARCH\ARC_801_1.ARC
    ORA-00280: change 16679127 for thread 1 is in sequence #801
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'G:\ORACLE\ORADATA\HOTEST\SYSTEM01.DBF'
    ORA-01112: media recovery not startedpls suggest me for the same....

    I am not having a archived log of sequence no. 801 neither i am having backup, is there any other way to up the db....
    SMON: enabling tx recovery
    Mon Dec 22 10:37:16 2008
    Database Characterset is WE8MSWIN1252
    replication_dependency_tracking turned off (no async multimaster replication found)
    Completed: alter database open
    Corrupt block relative dba: 0x0300cc4b (file 12, block 52299)
    Bad check value found during buffer read
    Data in bad block -
    type: 6 format: 2 rdba: 0x0300cc4b
    last change scn: 0x0000.000fa127 seq: 0x1 flg: 0x06
    consistency value in tail: 0xa1270601
    check value in block header: 0x8f85, computed block checksum: 0xcf00
    spare1: 0x0, spare2: 0x0, spare3: 0x0
    Reread of rdba: 0x0300cc4b (file 12, block 52299) found valid data
    Corrupt block relative dba: 0x0300cdfb (file 12, block 52731)
    Bad check value found during buffer read
    Data in bad block -
    type: 6 format: 2 rdba: 0x0300cdfb
    last change scn: 0x0000.000fa128 seq: 0x1 flg: 0x04
    consistency value in tail: 0xa1280601
    check value in block header: 0x446b, computed block checksum: 0x3200
    spare1: 0x0, spare2: 0x0, spare3: 0x0
    Reread of rdba: 0x0300cdfb (file 12, block 52731) found valid data
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Dump file g:\oracle\admin\hotest\bdump\alert_hotest.log
    Mon Dec 22 10:41:29 2008
    ORACLE V9.2.0.4.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.1 Service Pack 2, CPU type 586
    Mon Dec 22 10:41:29 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.4.0.
    System parameters with non-default values:
      processes                = 150
      timed_statistics         = TRUE
      shared_pool_size         = 50331648
      large_pool_size          = 8388608
      java_pool_size           = 33554432
      control_files            = G:\oracle\oradata\hotest\CONTROL01.CTL, G:\oracle\oradata\hotest\CONTROL02.CTL, G:\oracle\oradata\hotest\CONTROL03.CTL
      db_block_size            = 8192
      db_cache_size            = 25165824
      compatible               = 9.2.0.0.0
      log_archive_start        = TRUE
      log_archive_dest_1       = location=G:\oracle\arch
      log_archive_dest_2       = SERVICE=stand LGWR ASYNC
      log_archive_dest_state_1 = ENABLE
      log_archive_dest_state_2 = ENABLE
      fal_server               = STAND
      fal_client               = HOTEST
      log_archive_format       = arc_%s_%t.arc
      db_file_multiblock_read_count= 16
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      undo_retention           = 10800
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      instance_name            = hotest
      dispatchers              = (PROTOCOL=TCP) (SERVICE=hotestXDB)
      job_queue_processes      = 10
      hash_join_enabled        = TRUE
      background_dump_dest     = G:\oracle\admin\hotest\bdump
      user_dump_dest           = G:\oracle\admin\hotest\udump
      core_dump_dest           = G:\oracle\admin\hotest\cdump
      sort_area_size           = 524288
      db_name                  = hotest
      open_cursors             = 300
      star_transformation_enabled= FALSE
      query_rewrite_enabled    = FALSE
      pga_aggregate_target     = 25165824
      aq_tm_processes          = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Mon Dec 22 10:41:36 2008
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=12
    ARC0: Archival started
    ARC1 started with pid=13
    Mon Dec 22 10:41:37 2008
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Mon Dec 22 10:41:37 2008
    ARC0: Thread not mounted
    Mon Dec 22 10:41:38 2008
    ARC1: Archival started
    Mon Dec 22 10:41:38 2008
    ARC1: Thread not mounted
    Mon Dec 22 10:41:38 2008
    alter database mount exclusive
    Mon Dec 22 10:41:43 2008
    Successful mount of redo thread 1, with mount id 1003521250.
    Mon Dec 22 10:41:43 2008
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Mon Dec 22 10:41:43 2008
    alter database open
    Mon Dec 22 10:41:44 2008
    Beginning crash recovery of 1 threads
    Mon Dec 22 10:41:44 2008
    Started first pass scan
    ORA-368 signalled during: alter database open...
    Mon Dec 22 10:42:35 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Dump file g:\oracle\admin\hotest\bdump\alert_hotest.log
    Mon Dec 29 10:14:22 2008
    ORACLE V9.2.0.4.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.1 Service Pack 2, CPU type 586
    Mon Dec 29 10:14:22 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 9.2.0.4.0.
    System parameters with non-default values:
      processes                = 150
      timed_statistics         = TRUE
      shared_pool_size         = 50331648
      large_pool_size          = 8388608
      java_pool_size           = 33554432
      control_files            = G:\oracle\oradata\hotest\CONTROL01.CTL, G:\oracle\oradata\hotest\CONTROL02.CTL, G:\oracle\oradata\hotest\CONTROL03.CTL
      db_block_size            = 8192
      db_cache_size            = 25165824
      compatible               = 9.2.0.0.0
      log_archive_start        = TRUE
      log_archive_dest_1       = location=G:\oracle\arch
      log_archive_dest_2       = SERVICE=stand LGWR ASYNC
      log_archive_dest_state_1 = ENABLE
      log_archive_dest_state_2 = ENABLE
      fal_server               = STAND
      fal_client               = HOTEST
      log_archive_format       = arc_%s_%t.arc
      db_file_multiblock_read_count= 16
      fast_start_mttr_target   = 300
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      undo_retention           = 10800
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      instance_name            = hotest
      dispatchers              = (PROTOCOL=TCP) (SERVICE=hotestXDB)
      job_queue_processes      = 10
      hash_join_enabled        = TRUE
      background_dump_dest     = G:\oracle\admin\hotest\bdump
      user_dump_dest           = G:\oracle\admin\hotest\udump
      core_dump_dest           = G:\oracle\admin\hotest\cdump
      sort_area_size           = 524288
      db_name                  = hotest
      open_cursors             = 300
      star_transformation_enabled= FALSE
      query_rewrite_enabled    = FALSE
      pga_aggregate_target     = 25165824
      aq_tm_processes          = 1
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Mon Dec 29 10:14:28 2008
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=12
    ARC0: Archival started
    ARC1 started with pid=13
    ARC1: Archival started
    Mon Dec 29 10:14:30 2008
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Mon Dec 29 10:14:30 2008
    ARC1: Thread not mounted
    Mon Dec 29 10:14:31 2008
    ARC0: Thread not mounted
    Mon Dec 29 10:14:32 2008
    alter database mount exclusive
    Mon Dec 29 10:14:37 2008
    Successful mount of redo thread 1, with mount id 1004122632.
    Mon Dec 29 10:14:37 2008
    Database mounted in Exclusive Mode.
    Completed: alter database mount exclusive
    Mon Dec 29 10:14:37 2008
    alter database open
    Mon Dec 29 10:14:37 2008
    Beginning crash recovery of 1 threads
    Mon Dec 29 10:14:38 2008
    Started first pass scan
    ORA-368 signalled during: alter database open...
    Mon Dec 29 10:15:29 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 10:20:44 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 10:25:54 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 10:31:09 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 10:36:24 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 10:41:40 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 10:46:55 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 10:52:10 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 10:57:26 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:02:41 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:07:56 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:13:05 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:18:15 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:23:30 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:28:39 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:33:49 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:39:04 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:44:19 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:49:35 2008
    Restarting dead background process QMN0
    QMN0 started with pid=9
    Mon Dec 29 11:54:44 2008
    Restarting dead background process QMN0
    QMN0 started with pid=15
    Mon Dec 29 11:59:59 2008
    Restarting dead background process QMN0
    QMN0 started with pid=14
    Mon Dec 29 12:03:06 2008
    alter database open
    Mon Dec 29 12:03:06 2008
    Beginning crash recovery of 1 threads
    Mon Dec 29 12:03:07 2008
    Started first pass scan
    ORA-368 signalled during: alter database open...
    Mon Dec 29 12:05:09 2008
    Restarting dead background process QMN0
    QMN0 started with pid=15
    Mon Dec 29 12:05:14 2008
    ALTER DATABASE RECOVER  database until cancel 
    Mon Dec 29 12:05:14 2008
    Media Recovery Start
    Starting datafile 1 recovery in thread 1 sequence 801
    Datafile 1: 'G:\ORACLE\ORADATA\HOTEST\SYSTEM01.DBF'
    Starting datafile 2 recovery in thread 1 sequence 801
    Datafile 2: 'G:\ORACLE\ORADATA\HOTEST\UNDOTBS01.DBF'
    Starting datafile 3 recovery in thread 1 sequence 801
    Datafile 3: 'G:\ORACLE\ORADATA\HOTEST\CWMLITE01.DBF'
    Starting datafile 4 recovery in thread 1 sequence 801
    Datafile 4: 'G:\ORACLE\ORADATA\HOTEST\DRSYS01.DBF'
    Starting datafile 5 recovery in thread 1 sequence 801
    Datafile 5: 'G:\ORACLE\ORADATA\HOTEST\EXAMPLE01.DBF'
    Starting datafile 6 recovery in thread 1 sequence 801
    Datafile 6: 'G:\ORACLE\ORADATA\HOTEST\INDX01.DBF'
    Starting datafile 7 recovery in thread 1 sequence 801
    Datafile 7: 'G:\ORACLE\ORADATA\HOTEST\ODM01.DBF'
    Starting datafile 8 recovery in thread 1 sequence 801
    Datafile 8: 'G:\ORACLE\ORADATA\HOTEST\TOOLS01.DBF'
    Starting datafile 9 recovery in thread 1 sequence 801
    Datafile 9: 'G:\ORACLE\ORADATA\HOTEST\USERS01.DBF'
    Starting datafile 10 recovery in thread 1 sequence 801
    Datafile 10: 'G:\ORACLE\ORADATA\HOTEST\XDB01.DBF'
    Starting datafile 11 recovery in thread 1 sequence 801
    Datafile 11: 'G:\ORACLE\ORADATA\HOTEST\CADATA3.ORA'
    Starting datafile 12 recovery in thread 1 sequence 801
    Datafile 12: 'G:\ORACLE\ORADATA\HOTEST\CADATA.ORA'
    Starting datafile 13 recovery in thread 1 sequence 801
    Datafile 13: 'G:\ORACLE\ORADATA\HOTEST\CADATAWRO.ORA'
    Starting datafile 14 recovery in thread 1 sequence 801
    Datafile 14: 'G:\ORACLE\ORADATA\HOTEST\CADATANRO.ORA'
    Starting datafile 15 recovery in thread 1 sequence 801
    Datafile 15: 'G:\ORACLE\ORADATA\HOTEST\CADATACRO.ORA'
    Starting datafile 16 recovery in thread 1 sequence 801
    Datafile 16: 'G:\ORACLE\ORADATA\HOTEST\CADATAOTH.ORA'
    Starting datafile 17 recovery in thread 1 sequence 801
    Datafile 17: 'G:\ORACLE\ORADATA\HOTEST\CADATAERO.ORA'
    Starting datafile 18 recovery in thread 1 sequence 801
    Datafile 18: 'G:\ORACLE\ORADATA\HOTEST\CADATAHO.ORA'
    Starting datafile 19 recovery in thread 1 sequence 801
    Datafile 19: 'G:\ORACLE\ORADATA\HOTEST\CADATASRO.ORA'
    Starting datafile 20 recovery in thread 1 sequence 801
    Datafile 20: 'G:\ORACLE\ORADATA\HOTEST\PAYROLL.ORA'
    Starting datafile 21 recovery in thread 1 sequence 801
    Datafile 21: 'G:\ORACLE\ORADATA\HOTEST\ORION.ORA'
    Starting datafile 22 recovery in thread 1 sequence 801
    Datafile 22: 'G:\ORACLE\ORADATA\HOTEST\ATHENA.ORA'
    Starting datafile 23 recovery in thread 1 sequence 801
    Datafile 23: 'G:\ORACLE\ORADATA\HOTEST\CAL_YEAR_2004.ORA'
    Starting datafile 24 recovery in thread 1 sequence 801
    Datafile 24: 'G:\ORACLE\ORADATA\HOTEST\CAL_YEAR_2005.ORA'
    Starting datafile 25 recovery in thread 1 sequence 801
    Datafile 25: 'G:\ORACLE\ORADATA\HOTEST\CAL_YEAR_2006.ORA'
    Starting datafile 26 recovery in thread 1 sequence 801
    Datafile 26: 'G:\ORACLE\ORADATA\HOTEST\CAL_YEAR_2007.ORA'
    Starting datafile 27 recovery in thread 1 sequence 801
    Datafile 27: 'G:\ORACLE\ORADATA\HOTEST\CAL_YEAR_2008.ORA'
    Starting datafile 28 recovery in thread 1 sequence 801
    Datafile 28: 'G:\ORACLE\ORADATA\HOTEST\CAL_YEAR_2009.ORA'
    Starting datafile 29 recovery in thread 1 sequence 801
    Datafile 29: 'G:\ORACLE\ORADATA\HOTEST\EXAMPLE02.DBF'
    Starting datafile 30 recovery in thread 1 sequence 801
    Datafile 30: 'G:\ORACLE\ORADATA\HOTEST\EXAMPLE02.RAW'
    Media Recovery Log
    ORA-279 signalled during: ALTER DATABASE RECOVER  database until cancel  ...
    Mon Dec 29 12:06:24 2008
    ALTER DATABASE RECOVER    CANCEL 
    Mon Dec 29 12:06:24 2008
    ORA-1547 signalled during: ALTER DATABASE RECOVER    CANCEL  ...
    Mon Dec 29 12:06:24 2008
    ALTER DATABASE RECOVER CANCEL
    ORA-1112 signalled during: ALTER DATABASE RECOVER CANCEL ...
    Mon Dec 29 12:06:40 2008
    alter database open resetlogs
    Mon Dec 29 12:06:41 2008
    ORA-1194 signalled during: alter database open resetlogs...
    Mon Dec 29 12:06:47 2008
    alter database open noresetlogs
    Mon Dec 29 12:06:48 2008
    Beginning crash recovery of 1 threads
    Mon Dec 29 12:06:48 2008
    Started first pass scan
    ORA-368 signalled during: alter database open noresetlogs...
    Mon Dec 29 12:10:24 2008
    Restarting dead background process QMN0
    QMN0 started with pid=15
    Mon Dec 29 12:15:39 2008
    Restarting dead background process QMN0
    QMN0 started with pid=15
    Mon Dec 29 12:20:55 2008
    Restarting dead background process QMN0
    QMN0 started with pid=15
    Mon Dec 29 12:26:10 2008

  • Ora-00353

    Dear All,
    when I m going to recover dataguard then I receive following error.
    ORA-00283: recovery session canceled due to errors
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 6144 change 1368965150 time 01/03/2009
    09:20:38
    ORA-00334: archived log: 'D:\ARCHIVENML\LOG5070210456493677.ARC'
    Is it possible to recover this archive log.
    Thanks.

    It seems like you are doing restore using corrupted data/blcoks.
    What db version are you using and did you use rman for backup ?

  • Log Corruption Issue

    I erceived the following error in my alert log file:
    Errors in file /app/oracle/diag/rdbms/peptest/PEPTEST1/trace/PEPTEST1_ora_8981.trc  (incident=651420):
    ORA-00353: log corruption near block 79361 change 6409669490 time 07/17/2013 11:59:33
    ORA-00334: archived log: '+FLASH/peptest/archivelog/2013_07_17/thread_1_seq_118356.469.821016003'
    ORA-07445: exception encountered: core dump [kzvd_objprivCheck()+1622] [SIGSEGV] [ADDR:0x38] [PC:0x193ECBE] [Address not mapped to object] []
    Incident details in: /app/oracle/diag/rdbms/peptest/PEPTEST1/incident/incdir_651420/PEPTEST1_ora_8981_i651420.trc
    The database version is Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production running on Linux wwhpepotst1 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux.
    This is a RAC database with ASM.
    The following is the extract from the trace file:
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x38] [PC:0x193ECBE, kzvd_objprivCheck()+1622]
    Incident 651419 created, dump file: /app/oracle/diag/rdbms/peptest/PEPTEST1/incident/incdir_651419/PEPTEST1_ora_8981_i651419.trc
    ORA-07445: exception encountered: core dump [kzvd_objprivCheck()+1622] [SIGSEGV] [ADDR:0x38] [PC:0x193ECBE] [Address not mapped to obj
    ect] []
    Incident 651420 created, dump file: /app/oracle/diag/rdbms/peptest/PEPTEST1/incident/incdir_651420/PEPTEST1_ora_8981_i651420.trc
    ORA-00353: log corruption near block 79361 change 6409669490 time 07/17/2013 11:59:33
    ORA-00334: archived log: '+FLASH/peptest/archivelog/2013_07_17/thread_1_seq_118356.469.821016003'
    ORA-07445: exception encountered: core dump [kzvd_objprivCheck()+1622] [
    Can I please have a suggestion on how to procced with resolving this issue?

    submit Service Request to My Oracle Support

  • ORA-00354, ORA-00353 on RAC 11gR2

    Hello All,
    I have a database Oracle RAC 11gR2 on OEL linux 5.5 32bit.
    When i am trying startup my database I am facing the below errors: this error is occuring on the startup of any node
    ERROR at line 1:
    ORA-00354: corrupt redo log block header
    ORA-00353: log corruption near block 2651 change 1172351 time 10/12/2011
    13:22:43
    ORA-00312: online log 1 thread 1: '+DATA/orcl/onlinelog/group_1.261.761845161'It seems that my online redo log is corrupted. how can i solve that ?
    knowing that my database is running in NOARCHIVELOG mode and i do not have any backup.
    and why i am not able to start up any of the nodes? redo logs is not related to each node seperately ?
    I tried: srvctl start instance -d orcl -i orcl1 or srvctl start instance -d orcl -i orcl2
    but the same error, where is the High Availibilty in that case, the redo log file group_1 is for thread 1 only. SHould not be able to start Instance 2?
    Regards,
    Edited by: NB on Oct 13, 2011 5:12 PM

    since my database is runing in NOARCHIVELOG mode and i have no backups and the current is logfile was the corrupted one and my database was not starting.
    I solved that by ceating a pfile and adding the : allowresetlogs_corruption=TRUE
    regards,

  • ORA-00355, ORA-00353, ORA-00312 errors

    when i try to open database i am getting error;
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-00355: change numbers out of order
    ORA-00353: log corruption near block 65 change 66389157847 time 05/17/2008
    10:10:30
    ORA-00312: online log 1 thread 1: 'L:\ORACLE\LHECCDB\REDO01.LOG'
    Please guide
    Thanks,
    Waheed

    SAN drive is same and database is running in archive mode which are placed on share drive but the time when SAN issue ocurred the guy just stop OS level Oracle level services and restart the machine after coming up tried to start the database as startup command but database successfully mounted but fail to open it
    when i issue command alter database open resetlogs i get error;
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'L:\ORACLE\LHECCDB\SYSTEM01.DBF'
    this is the whole story. please guide

  • Urgent ora -00353 ora-354 ora-312 errors

    hi All
    we are getting following errors on one of our database
    i found the following on metalink to resolve
    TIP: Click help for a detailed explanation of this page.
    Bookmark Go to End
    Subject: Ora-354 Ora-353 And Ora-312 Reported On Mirrored Redo Log Files
    Doc ID: Note:332672.1 Type: PROBLEM
    Last Revision Date: 26-SEP-2005 Status: MODERATED
    In this Document
    Symptoms
    Cause
    Solution
    References
    Applies to:
    Oracle Server - Enterprise Edition - Version: 8.1.7.4 to 10.2.0.0
    This problem can occur on any platform.
    Symptoms
    Following errors are reported in the alert log file:
    ORA-354: corrupt redo log block header
    ORA-353: log corruption near block 1892904 change 281470950178815
    ORA-312: online log 5 thread 1: '/oracle/redo02/log_05_B.dbf'
    ORA-312: online log 5 thread 1: '/oracle/redo01/log_05_A.dbf'
    We see both the online redo log members are reported in the error.
    Cause
    This is corruption in online redo log.
    But not conclusive that both the members are corrupt as we see from the alert log.
    If oracle detects a corruption when archiving a log member, it will try to read the same redo block from the second member of the group. If the block is found corrupt in all the members of the group, archiving will not proceed.
    In this case,
    log_05_A.dbf was read first. Oracle detected corruption near block 1892904. (See Error description)
    Oracle will now attempt to continue the archive operation from the second member, continuing from redo block 1892904.
    There should be continuity of the redo information as we move and read from the second file.
    But if Oracle cannot continue, ORA-312 is reported from second member also.
    This could only happen due to an OS overwrite/missed write.
    Error is because the archive processes will not start reading the second file from start by aborting the write made from the corrupted member. Instead it will try to continue from the block where the corruption was reported in first member.
    Corruption of online redo log file should be checked as per Note 177559.1 in Metalink.
    This Note applies to online redo log files also.
    Solution
    1. Issue the following command on both the redo log members.
    SQL> ALTER SYSTEM DUMP LOGFILE 'filename'
    2. If the redo log member is corrupt, then the dump command will fail with the same error as when doing a media recovery with the same file.
    3. If the dump of any of the redo log member is successful then,
    a. shutdown the database.
    b. replace the bad member with a copy of the good redo log member using Operating system commands
    c. startup the database
    has anyone faced such a problem
    Point 3b says replacing with good redo log, where can we get this good redo log file
    thanks
    kedar

    SAN drive is same and database is running in archive mode which are placed on share drive but the time when SAN issue ocurred the guy just stop OS level Oracle level services and restart the machine after coming up tried to start the database as startup command but database successfully mounted but fail to open it
    when i issue command alter database open resetlogs i get error;
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'L:\ORACLE\LHECCDB\SYSTEM01.DBF'
    this is the whole story. please guide

  • ORA-16014: log 1 sequence# 40845 not archived, no available destinations

    Hi,
    My RMAN archive script gives the following error. I'm not sure why - there is still about 16 GB diskspace and an archivelog is not more than 50 MB. Does anyone know what could be the cause of this error? Thanks.
    Recovery Manager: Release 8.1.7.4.1 - Production
    RMAN-06005: connected to target database: PROD (DBID=1412471481)
    RMAN-06009: using target database controlfile instead of recovery catalog
    RMAN> sql 'alter system archive log current';
    2> change archivelog all validate;
    3> run{                                         
    4> allocate channel c1 type DISK;
    5> allocate channel c2 type DISK;
    6> backup filesperset 10
    7> format 'C:\backup\rman\PROD\%d_ARCHIVES_%u_%s.bak'
    8> archivelog all delete input;
    9> release channel c1;
    10> release channel c2;
    11> }
    12>
    RMAN-03022: compiling command: sql
    RMAN-06162: sql statement: alter system archive log current
    RMAN-03023: executing command: sql
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03006: non-retryable error occurred during execution of command: sql
    RMAN-07004: unhandled exception during command execution on channel default
    RMAN-20000: abnormal termination of job step
    RMAN-11003: failure during parse/execution of SQL statement: alter system archive log current
    RMAN-11001: Oracle Error: ORA-16014: log 1 sequence# 40845 not archived, no available destinations
    ORA-00312: online log 1 thread 1: 'C:\ORACLE\ORADATA\PROD\REDO01.LOG'
    Recovery Manager complete.

    NAME TYPE VALUE
    log_archive_dest string
    log_archive_dest_1 string LOCATION=/ora MANDATORY R
    EOPEN=300
    log_archive_dest_10 string
    log_archive_dest_2 string
    log_archive_dest_3 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    NAME TYPE VALUE
    log_archive_dest_9 string
    log_archive_dest_state_1 string enable
    log_archive_dest_state_10 string enable
    log_archive_dest_state_2 string enable
    log_archive_dest_state_3 string enable
    log_archive_dest_state_4 string enable
    log_archive_dest_state_5 string enable
    log_archive_dest_state_6 string enable
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable

  • RMAN-05001 - RMAN-03002 | Duplicating Database fails | Redo-Logs

    Sorry guys,
    first of all...my english is the worsteds you´ve ever seen...
    I got some kind of problem using rman duplicating a DB called cs2t into cs2b.
    Starting Duplicate Db at 17.05.2006 07:54:10
    released channel: t1
    released channel: t2
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/17/2006 07:54:10
    RMAN-05501: aborting duplication of target database
    RMAN-05001: auxiliary filename /oracle/orasys/cs2t/redo05.log conflicts with a file used by the target database
    RMAN-05001: auxiliary filename /oracle/orasys/cs2t/redo04.log conflicts with a file used by the target database
    RMAN-05001: auxiliary filename /oracle/orasys/cs2t/redo03.log conflicts with a file used by the target database
    RMAN-05001: auxiliary filename /oracle/orasys/cs2t/redo02.log conflicts with a file used by the target database
    RMAN-05001: auxiliary filename /oracle/orasys/cs2t/redo01.log conflicts with a file used by the target database
    Recovery Manager complete.
    Therefore I found on metalink some informations about using UNTIL TIME.
    I´ve tryed it....but now...there are some other erros on my rman.log
    executing command: SET until clause
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of set command at 05/17/2006 08:22:14
    ORA-01830: date format picture ends before converting entire input string
    Recovery Manager complete.
    and now: no ideas anymore...i´ve googled for it about 3hours...nothing found....may anybody help me - please?
    P.S. I hope you´ll understand anything i´ve wrote into this message ;-)

    hi,
    you have to use db_file_name_convert and db_log-filename_convert parameter in the auxiliary database parameter file and use nofilenamecheck parameter with the duplicate command.
    This is also recommended that you create new redo og files for auxiliary databse just like --
    RMAN> run{
    2> allocate auxiliary channel c1 device type disk;
    3> duplicate target database to prod1 pfile='c:\oracle\ora92\database\initprod1.ora'
    4> logfile 'c:\oracle\oradata\prod1\redo01.log' size 50m,
    5> 'c:\oracle\oradata\prod1\redo02.log' size 50m,
    6> 'c:\oracle\oradata\prod1\redo03.log' size 50m ;}
    i hope it solve your problem..
    Navneet

  • RMAN-00554, RMAN-04005, ORA-12154: TNS:could not resolve the connect identifier specified

    Hi Gurus,
    I need your help!
    I am implementing dataguard through RMAN, where my primary database is mydb and my standby database is orcl. I am pasting step by step process and atlast the error message which I am getting. Please do help me to resolve it.
    [oracle@localhost ~]$ . oraenv
    ORACLE_SID = [orcl] ? mydb
    The Oracle base for ORACLE_HOME=/u01/home/oracle/product/11.2.0/db_1 is /u01/app/oracle
    [oracle@localhost ~]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Jan 5 09:24:56 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select db_unique_name, database_role, open_mode from v$database;
    DB_UNIQUE_NAME                 DATABASE_ROLE    OPEN_MODE
    mydb_un                        PRIMARY          READ WRITE
    SQL> show parameter instance_name
    NAME                                 TYPE        VALUE
    instance_name                        string      mydb
    SQL> show parameter service_names
    NAME                                 TYPE        VALUE
    service_names                        string      mydb_un
    SQL> !
    [oracle@localhost ~]$ . oraenv
    ORACLE_SID = [oracle] ? orcl
    ORACLE_HOME = [/home/oracle] ? /u01/app/oracle/product/11.2.0/dbhome_1
    The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 is /u01/app/oracle
    [oracle@localhost ~]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Jan 5 09:20:04 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select host_name, status from v$instance;
    HOST_NAME                                                        STATUS
    localhost.localdomain                                            STARTED
    SQL> show parameter instance_name
    NAME                                 TYPE        VALUE
    instance_name                        string      orcl
    SQL> show parameter service_names
    NAME                                 TYPE        VALUE
    service_names                        string      orcl_un
    SQL> !
    [oracle@localhost ~]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 05-JAN-2014 09:27:44
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                05-JAN-2014 08:17:31
    Uptime                    0 days 1 hr. 10 min. 15 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /u01/app/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "mydbXDB" has 1 instance(s).
      Instance "mydb", status READY, has 1 handler(s) for this service...
    Service "mydb_un" has 1 instance(s).
      Instance "mydb", status READY, has 1 handler(s) for this service...
    Service "orcl_un" has 1 instance(s).
      Instance "orcl", status BLOCKED, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@localhost ~]$ tnsping mydb
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 05-JAN-2014 09:27:54
    Copyright (c) 1997, 2009, Oracle.  All rights reserved.
    Used parameter files:
    /u01/home/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = mydb_un)))
    OK (0 msec)
    [oracle@localhost ~]$ tnsping orcl
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 05-JAN-2014 09:28:03
    Copyright (c) 1997, 2009, Oracle.  All rights reserved.
    Used parameter files:
    /u01/home/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl_un)))
    OK (0 msec)
    [oracle@localhost admin]$ more listener.ora
    # listener.ora Network Configuration File: /u01/home/oracle/product/11.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = mydb_un)
          (ORACLE_HOME = /u01/home/oracle/product/11.2.0/db_1)
          (SID_NAME=mydb)
        (SID_DESC =
          (GLOBAL_DBNAME = orcl_un)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1)
          (SID_NAME = orcl)
    ADR_BASE_LISTENER = /u01/app/oracle
    [oracle@localhost admin]$ more tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/home/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    MYDB =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = mydb_un)
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl_un)
    [oracle@localhost ~]$ rman target sys/engineer@mydb auxiliary sys/engineer@orcl
    Recovery Manager: Release 11.2.0.1.0 - Production on Sun Jan 5 09:30:59 2014
    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-12154: TNS:could not resolve the connect identifier specified
    [oracle@localhost ~]$
    Please let me know why I am getting this error if everything is fine above.
    Regards,
    Michel

    Here's your issue
    (HOST=localhost.localdomain)
    If you are going to use "localhost" at least fake it by adding an entry in your /etc/hosts files
    Example ( add to both servers so they can see each other )
    192.168.0.20               primary.localdomain   primary
    192.168.0.21               standby.localdomain   standby
    Does the "hostname" return localhost.localdomain? Setup something so RMAN has something to connect to.
    The "/etc/hosts" file must contain a fully qualified name for the server.
    <IP-address> <fully-qualified-machine-name> <machine-name>
    localhost.localdomain is 127.0.0.1, you don't want that.
    Best Regards
    mseberg

  • RMAN backup results in ORA-19504: failed to create file

    Hi there,
    We are receiving following error when we issue archivelog backup command.
    input archive log thread=2 sequence=63449 recid=112736 stamp=685370768
    input archive log thread=2 sequence=63450 recid=112738 stamp=685373560
    input archive log thread=2 sequence=63451 recid=112739 stamp=685374337
    input archive log thread=2 sequence=63452 recid=112741 stamp=685376999
    input archive log thread=2 sequence=63453 recid=112744 stamp=685377082
    channel ORA_DISK_5: starting piece 1 at 29-APR-09
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 04/29/2009 10:09:17
    ORA-19504: failed to create file "/rmanback/arch_27628.arc"
    ORA-27040: skgfrcre: create error, unable to create file
    SVR4 Error: 2: No such file or directory
    Any solutions, Please.
    Thanks,
    Balu.

    the mount point /rmanback has full write/read permission.
    root@cmwdb2 # pwd
    /rmanback
    root@cmwdb2 # ls -lrt |pg
    total 421996016
    -rwxrwxrwx 1 oracle dba 604926976 Apr 25 07:57 arch_27391.arc
    -rwxrwxrwx 1 oracle dba 675586048 Apr 25 07:57 arch_27392.arc
    -rwxrwxrwx 1 oracle dba 710009856 Apr 25 07:57 arch_27390.arc
    -rwxrwxrwx 1 oracle dba 733988864 Apr 25 07:57 arch_27388.arc
    -rwxrwxrwx 1 oracle dba 741121024 Apr 25 07:57 arch_27389.arc
    -rwxrwxrwx 1 oracle dba 44449792 Apr 25 07:58 _c-1556269231-20090425-03.arc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • RMAN Level 0 Backup ORA-27072: File I/O error ... Input/output error

    Hi, All -
    I am receiving the following error messages while running a level 0 backup. Please assist!
    ====================================================================================================
    RMAN-03009: failure of backup command on d1 channel at 11/17/2008 01:08:34
    ORA-19502: write error on file "/NEW_backups/backups/admin/CCPROD/bkups/CCPROD.5313.1.670986008.DB", blockno 82945 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 5: Input/output error
    RMAN-03009: failure of backup command on d2 channel at 11/17/2008 01:08:34
    ORA-19502: write error on file "/NEW_backups/backups/admin/CCPROD/bkups/CCPROD.5314.1.670986008.DB", blockno 84609 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 5: Input/output error
    Additional information: 4
    Additional information: 84609
    Additional information: -1
    channel d2 disabled, job failed on it will be run on another channel
    released channel: d1
    released channel: d2
    released channel: d3
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on d3 channel at 11/17/2008 01:08:34
    ORA-19502: write error on file "/NEW_backups/backups/admin/CCPROD/bkups/CCPROD.5315.1.670986008.DB", blockno 98433 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 5: Input/output error
    Additional information: 4
    Additional information: 98433
    Additional information: -1

    Since it is a <b>write</b> error, I'd look at permissions on the target directory, and available disk space on the target file system.

  • RMAN-03009, RMAN-10015, RMAN-10033, ORA-04030

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on t1 channel at 12/15/2012 06:15:11
    RMAN-10015: error compiling PL/SQL program
    RMAN-10033: error during compilation of job step 2: ORA-00603: ORACLE server session terminated by fatal error
    ORA-04030: out of process memory when trying to allocate 400 bytes (PL/SQL DIANA,LISIMA: Add cells)
    Hi All,
    We received the above error message after the following event:
    rman failed to backup because archivelog destination was out of space
    We moved SOME of the archivelog file manually using operating system command mv to another location so that our application can run first.
    When the engineers restarted the rman to backup, we receive the above error.
    Please help.
    Thanks
    Edited by: 976663 on Dec 15, 2012 9:32 PM

    Error: ORA 4030
    Text: out of process memory when trying to allocate %s bytes (%s,%s)
    Cause: Operating system process private memory was exhausted
    Action: See reference notes for possible actionsCheck out this note:
    OERR: ORA 4030 "out of process memory when trying to allocate %s bytes (%s,%s)" [ *ID 4030.1* ]
    :p

  • RMAN-04002: ocipi failed, ORA  1

    Hi,
    I am running SAP Ecc6 Ehp 4 on Oracle 10g  & AIX 6.1.
    I am facing one issue while taking backup of the Development & Quality servers using DB13 (brbackup). The issue is arrising at the time of RMAN catlog call.
    Below is the error.
    BR0530I Cataloging backups of all database files...
    BR0278E Command output of 'SHELL=/bin/sh /oracle/SDS/102_64/bin/rman nocatalog':
    Recovery Manager: Release 10.2.0.2.0 - Production on Wed Jul 28 20:42:35 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN>
    RMAN> connect target *
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04002: ocipi failed, ORA  1
    RMAN> *end-of-file*
    RMAN>
    host command complete
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of catalog command at 07/28/2010 20:42:36
    RMAN-06171: not connected to target database
    RMAN>
    Recovery Manager complete.
    BR0280I BRBACKUP time stamp: 2010-07-28 20.42.36
    BR0279E Return code from 'SHELL=/bin/sh /oracle/SDS/102_64/bin/rman nocatalog': 1
    BR0536E RMAN call for database instance SDS failed
    BR0280I BRBACKUP time stamp: 2010-07-28 20.42.36
    BR0532E Cataloging backups of all database files failed
    I also had refer the Metalink 780670.1 but it didn't work. Please help me out to solve this issue.
    Thanks & Regards,
    Sachin

    Dear Sachin,
    RMAN-03002: failure of catalog command at 07/28/2010 20:42:36
    RMAN-06171: not connected to target database
    It seems you are not being able to connect to database using RMAN.
    First eliminate this error and then see the result...
    What happens when you run the below commands as ora<sid>
    # RMAN
    RMAN> connect target /
    RMAN> connect catalog /@<DBSID>
    Post the output of the above commands.
    Regards.
    Rajesh Narkhede

  • Loadpsp, rman returns a TNS ORA-12560: TNS:protocol adapter error

    loadpsp, rman returns a TNS ORA-12560: TNS:protocol adapter error.
    also the enterprsie manager is also not running. please help

    What platform are you running?
    Do you have ORACLE_HOME and ORACLE_SID env. variables defined? and if they are, are they correct?
    does your PATH env. variable references the correct Oracle home directory?
    If Windows, is the service for the database instance running?
    can you connect using SQL*Plus?

Maybe you are looking for

  • Upload MR results which already billed from Legacy System to SAP

    Hello Experts, We want to implement ISU-Water . Before Implementing SAP, we want to Upload Last Year's MR results (From the Previous system..) ,to let SAP use these results as a basis for Estimation. To have these Meter Readings in DB tables, I proba

  • Employee Discount Validation issue

    For the past few months I've been trying to get my phone plan discount validated. The first time I went IN store, the woman told me she would "handle it"and what do you know, of course, nothing. The second time I've had to do this was over the phone.

  • (266758030) Q SYNCH-12 Does Workshop work with WebLogic Server 6.1?

    (266758030) Q<SYNCH-12> Does Workshop work with WebLogic Server 6.1? (asked by Noel Fuentes) A<SYNCH-12> (by Adam Fitzgerald): No, Web Services in WebLogic Server 6.1 are different from those available in WebLogic Server 7.0. WebLogic Workshop is a W

  • NOOB code question

    've got code for a geeklet to display current and forecast weather. Here's what the output looks like now: Now | Fair, 32F Tomorrow | Sunny, 32|21F I'm trying to accomplish two goals: 1. add degree symbols between the temp and the "f" 2. break "now"

  • Clone ASM database to Non-ASM

    Hello All, I take a compressed backup of my ASM (apps) database with the following command BACKUP AS COMPRESSED BACKUPSET INCREMENTAL LEVEL = 0 TAG = 'WEEKLY_DATABASE' FORMAT '/backup/rman_weekly_%d_%T.%t_s%s_p%p' DATABASE; I now need to clone this t