ARC0: media recovery disabled in Alert.log? What is ist?

Hello this is Standing in my Alert.log;
Dump file c:\timDB\oracle\dump\bgdump\tim1ALRT.LOG
Tue Jun 21 13:08:18 2005
ORACLE V8.1.7.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows NT Version 4.0 Service Pack 6, CPU type 586
Tue Jun 21 13:08:18 2005
Thread 1 advanced to log sequence 5496
Current log# 4 seq# 5496 mem# 0: C:\TIMDB\ORA_BACKUP\TIM\ORA_REDO\TIM1LOG4.RDO
Current log# 4 seq# 5496 mem# 1: C:\TIMDB\ORA_DB\TIM\ORA_REDO2\TIM1LOG4.RDO
Tue Jun 21 13:08:18 2005
ARC0: media recovery disabled
What is Wrong wiht my Oracle?

This problem occurs because an archive process has been started but it has nothing to do because the database is in NOARCHIVELOG mode. This could be rather serious if it is expected that the database runs in ARCHIVELOG mode.
This happens when only log_archive_start = true. Which means an archive process is started on database startup, but because the database is not actually in archivelog mode, the archiver reports the above message.
To verify use v$database view. The LOG_MODE is NOARCHIVELOG even though log_archive_start = true.
Put the database in archivelog mode:
1.1. Mount the database.
1.2. Issue the command: ALTER DATABASE ARCHIVELOG;
Jaffar

Similar Messages

  • ARC0: media recovery disabled

    In the Alert log file, I found this message "ARC0: media recovery disabled". Please share with us, if you know how to resolve it.

    Hi,
    >>In the Alert log file, I found this message "ARC0: media recovery disabled". Please share with us, if you know how to resolve it.
    This happens when a database running in NOARCHIVELOG mode is started with the parameter LOG_ARCHIVE_START=TRUE. IF your intention is to have database in NOARCHIVELOG mode then do not start an archive process on startup:
    set LOG_ARCHIVE_START=FALSE
    For more information, take a look at Note:304974.1 from Oracle Metalink
    Cheers
    Legatti

  • Media recovery disabled

    Hi,
    I've this entry:
    ARC1: Media recovery disabled
    in the alert.log.
    I believe that it is why the server was shut down this week.
    What should i do know?
    Could this be a problem?
    Best regards
    Nicole

    ARC1: Media recovery disabled will be written to alert log when the database is not running in Archive log mode. I do not think that was the reason the server shutdown.

  • RMAN-06054: media recovery requesting unknown archived log

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/16/2013 09:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 34751 and starting SCN of 8923445274I am receiving the error above on performing RMAN Active cloning, please advise how to resolve this

    In addition to what was said, I can think of two other possibilities for RMAN-6054 during duplicate: bugs such as 12625205 (also see 8554110); duplicate was run earlier without removing the old restored files (Note 1549172.1). In the first case, just specify SCN or find the actual log file and speficy log sequence, instead of time. In the latter case, remove the old restored files or speficy noresume.
    Edited by: user11989003 on May 29, 2013 10:17 AM

  • Oracle Media Recovery Not Started

    Hi,
    Need help
    I've just performed system copy in HP-UX & Oracle as database using backup restore method.
    I'm using online backup for this system copy. Control file has been created successfully. Now I'm trying to start the media recover using below cmd
    "recover database using backup controlfile until cancel"
    After applying this command system is not starting the media recovery. From alert log file I can see the msg Media Recovery Start but oracle is not giving any further message, it is stuck on the below screen.
    aigas:oraaeq 2> sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu May 13 08:42:39 2010
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> conn /as sysdba
    Connected to an idle instance.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 5284823040 bytes
    Fixed Size                  2051424 bytes
    Variable Size            2650800800 bytes
    Database Buffers         2617245696 bytes
    Redo Buffers               14725120 bytes
    Database mounted.
    SQL>
    SQL> recover database using backup controlfile until cancel;
    output of tail -f alert.log file **********
    parallel_threads_per_cpu = 1
      optimizer_index_cost_adj = 20
      query_rewrite_enabled    = FALSE
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 3469486325
      workarea_size_policy     = AUTO
      statistics_level         = typical
      optimizermjc_enabled   = FALSE
      bloomfilter_enabled    = FALSE
    PMON started with pid=2, OS id=5447
    PSP0 started with pid=3, OS id=5449
    MMAN started with pid=4, OS id=5451
    DBW0 started with pid=5, OS id=5453
    DBW1 started with pid=6, OS id=5455
    LGWR started with pid=7, OS id=5457
    CKPT started with pid=8, OS id=5459
    SMON started with pid=9, OS id=5461
    RECO started with pid=10, OS id=5463
    CJQ0 started with pid=11, OS id=5465
    MMON started with pid=12, OS id=5467
    MMNL started with pid=13, OS id=5469
    Thu May 13 09:17:26 2010
    ALTER DATABASE   MOUNT
    Thu May 13 09:17:30 2010
    Setting recovery target incarnation to 1
    Thu May 13 09:17:30 2010
    Successful mount of redo thread 1, with mount id 680883430
    Thu May 13 09:17:30 2010
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Thu May 13 09:18:19 2010
    ALTER DATABASE RECOVER  database using backup controlfile
    Thu May 13 09:18:19 2010
    Media Recovery Start
    We have mounted two nfs file system which are part of oracle file system
    Regards,
    Neehir Bhatt

    Hi Neehir,
    How did you create the control file ?
    Did you use start the DB with source SID and generated a control file trace  and then excutede the control file trace sql with the SID change in ordrer to create actual control files with ORACLE_SID reset to actual DBSID. .
    Also i use:
    recover database until cancel using backup controlfile;
    and not :
    "recover database using backup controlfile until cancel"
    Not sure though if that should make difference because if yours was erroneous oracle should have let you known.
    What message comes when you try
    alter database open
    Regards.
    Ruchit.

  • SMON ABOUT TO RECOVER UNDO SEGMENT s messages in alert log

    Problem
    ======
    There are lots of messages appearing in alert log of the following form:
    SMON: about to recover undo segment %s
    SMON: mark undo segment %s as available
    Reason
    ======
    When the recovery is going on after a abnormal shutdown. Cause These errors do not indicate rollback segment corruption. In oracle8i, this may becoz of problem with the "rollback_segments" parameter in the init.ora. where as in oracle9i, When the instance is shutdown, during the next startup instance recovery needs to take place.
    In AUM we do not have any control over which undo segments will brought online after the instance startup.When SMON finds such offline undo segments with transactions needing recovery ,then it does what is intended to do recovery.
    Solution
    ======
    with oracle8i, we need to cross check rollback_segments" parameter in the init.ora
    with oracle9i,
    first note down segment from SMON: mark undo segment %s as available
    sqlplus "/ as sysdba"
    alter session set "_smu_debug_mode"=4;
    alter rollback segment <offline segment name> online;
    e.g. alter rollback segment "_SYSSMU11$" online;
    Where 11 is the number that is appearing in the messages in the alert log.

    What's the point duplicate metalink doc here,
    SMON: ABOUT TO RECOVER UNDO SEGMENT %s messages in alert log
    Doc ID: Note:266159.1
    besides it's violation of Oracle support service contract.

  • What is Media Recovery Log ..? Physical Standby Database

    Hello All,
    In my physical stdby database alert log I could see the below message, I'm not sure what id Media Recovery Log and why it is dumping ORACLE_HOME Directory..?
    Could any one please help on this..? I need to house keep ORACLE_HOME directory.
    Oracle 11gR2 / RHEL5
    RFS[164]: No standby redo logfiles available for thread 2
    RFS[164]: Opened log for thread 2 sequence 1995 dbid 287450012 branch 760028574
    Fri Nov 11 19:39:05 2011
    Media Recovery Log /u01/app/oracle/product/11.2.0/db_1/dbs/arch2_1992_760028574.dbf
    Media Recovery Log /u01/app/oracle/product/11.2.0/db_1/dbs/arch2_1993_760028574.dbf
    Media Recovery Waiting for thread 1 sequence 5568 (in transit)
    Fri Nov 11 19:39:53 2011
    Archived Log entry 948 added for thread 2 sequence 1994 rlc 760028574 ID 0x1122a1
    FYI : The primary and standby database are in sync.

    Hello;
    The alert log is providing you with information. If you want more run this query :
    select process,status,client_process,sequence# from v$managed_standby;You should see processes like ARCH, RFS and MRP0.
    MRP will tell you if its applying log(s), waiting for a log, or if it thinks there's a gap.
    PROCESS   STATUS       CLIENT_P  SEQUENCE#
    ARCH      CONNECTED    ARCH              0
    ARCH      CONNECTED    ARCH              0
    ARCH      CONNECTED    ARCH              0
    ARCH      CONNECTED    ARCH              0
    ARCH      CONNECTED    ARCH              0
    ARCH      CONNECTED    ARCH              0
    ARCH      CONNECTED    ARCH              0
    ARCH      CONNECTED    ARCH              0
    MRP0      APPLYING_LOG N/A            5051
    RFS       IDLE         N/A               0
    RFS       IDLE         UNKNOWN           0There's a tiny amount of information about this under "9.3.1 Adding a Datafile or Creating a Tablespace" in Oracle document E10700-02.
    If you find this helpful please click the "helpful" button.
    Best Regards
    mseberg

  • Recovery is repairing media corrupt block x of file x in standby alert log

    Hi,
    oracle version:8.1.7.0.0
    os version :solaris  5.9
    we have oracle 8i primary and standby database. i am getting erorr in alert log file:
    Thu Aug 28 22:48:12 2008
    Media Recovery Log /oratranslog/arch_1_1827391.arc
    Thu Aug 28 22:50:42 2008
    Media Recovery Log /oratranslog/arch_1_1827392.arc
    bash-2.05$ tail -f alert_pindb.log
    Recovery is repairing media corrupt block 991886 of file 179
    Recovery is repairing media corrupt block 70257 of file 184
    Recovery is repairing media corrupt block 70258 of file 184
    Recovery is repairing media corrupt block 70259 of file 184
    Recovery is repairing media corrupt block 70260 of file 184
    Recovery is repairing media corrupt block 70261 of file 184
    Thu Aug 28 22:48:12 2008
    Media Recovery Log /oratranslog/arch_1_1827391.arc
    Thu Aug 28 22:50:42 2008
    Media Recovery Log /oratranslog/arch_1_1827392.arc
    Recovery is repairing media corrupt block 500027 of file 181
    Recovery is repairing media corrupt block 500028 of file 181
    Recovery is repairing media corrupt block 500029 of file 181
    Recovery is repairing media corrupt block 500030 of file 181
    Recovery is repairing media corrupt block 500031 of file 181
    Recovery is repairing media corrupt block 991837 of file 179
    Recovery is repairing media corrupt block 991838 of file 179
    how i can resolve this.
    [pre]
    Thanks
    Prakash
    Edited by: user612485 on Aug 28, 2008 10:53 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Dear satish kandi,
    recently we have created index for one table with nologgign option, i think for that reason i am getting that error.
    if i run dbv utility on the files which are shown in alert log file i am getting the following results.
    bash-2.05$ dbv file=/oracle15/oradata/pindb/pinx055.dbf blocksize=4096
    DBVERIFY: Release 8.1.7.0.0 - Production on Fri Aug 29 12:18:27 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = /oracle15/oradata/pindb/pinx053.dbf
    Block Checking: DBA = 751593895, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 751593896, Block Type =
    .DBVERIFY - Verification complete
    Total Pages Examined : 1048576
    Total Pages Processed (Data) : 0
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 1036952
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 7342
    Total Pages Empty : 4282
    Total Pages Marked Corrupt : 0
    Total Pages Influx : 0
    bash-2.05$ dbv file=/oracle15/oradata/pindb/pinx053.dbf blocksize=4096
    DBVERIFY: Release 8.1.7.0.0 - Production on Fri Aug 29 12:23:12 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = /oracle15/oradata/pindb/pinx054.dbf
    Block Checking: DBA = 759492966, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 759492967, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 759492968, Block Type =
    .DBVERIFY - Verification complete
    Total Pages Examined : 1048576
    Total Pages Processed (Data) : 0
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 585068
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 8709
    Total Pages Empty : 454799
    Total Pages Marked Corrupt : 0
    Total Pages Influx : 0
    bash-2.05$ dbv file=/oracle15/oradata/pindb/pinx054.dbf blocksize=4096
    DBVERIFY: Release 8.1.7.0.0 - Production on Fri Aug 29 12:32:28 2008
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = /oracle15/oradata/pindb/pinx055.dbf
    Block Checking: DBA = 771822208, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 771822209, Block Type =
    Found block already marked corrupted
    Block Checking: DBA = 771822210, Block Type =
    .DBVERIFY - Verification complete
    Total Pages Examined : 1048576
    Total Pages Processed (Data) : 0
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 157125
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 4203
    Total Pages Empty : 887248
    Total Pages Marked Corrupt : 0
    Total Pages Influx : 0
    My doubts are :
    1.if i drop the index and recreate the index with logging option will this error won't repeat in alert log file
    2.in future if i activate the standby database will database is going to open without any error.
    Thanks
    Prakash
    .

  • Media Recovery Log    DATAGUARD

    hi all ,
    i have installed 10.2.0.2 databases and configure dataguard. everything works fine but i have 1 problem.
    imagine that server 1 is primary ;
    when i check on server 1 ; (primary DB)
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination            /u01/app/oracle/archive/SID
    Oldest online log sequence 215
    Next log sequence to archive 218
    Current log sequence 218
    server 2 ( Standby server )
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination            dgsby_Stan
    Oldest online log sequence 216
    Next log sequence to archive 0
    Current log sequence 218
    on the alert_log of stanby server , it locate the archived logs from primary on */u01/app/oracle/product/10g/dbs/* not on */u01/app/oracle/archive/SID*
    Primary database is in MAXIMUM AVAILABILITY mode
    Standby controlfile consistent with primary
    RFS[6]: Successfully opened standby log 5: '/u02/app/oracle/oradata/SID/stdby_log01_1.log'
    Mon Dec 19 13:16:28 2011
    Media Recovery Log /u01/app/oracle/product/10g/dbs/dgsby_Stan1_217_767463156.dbf
    Media Recovery Waiting for thread 1 sequence 218 (in transit)
    Mon Dec 19 13:16:31 2011
    Recovery of Online Redo Log: Thread 1 Group 5 Seq 218 Reading mem 0
    Mem# 0 errs 0: /u02/app/oracle/oradata/SID/stdby_log01_1.log
    if i do switchover i faced with same reverse situation ; ( old primary acts like the old standby and old standby acts like old primary db )
    i have already set log_archive_dest_1 on both server.
    i want both standby and primary db locates the archive logs on */u01/app/oracle/archive/SID* not on */u01/app/oracle/product/10g/dbs/*
    what do i have to correct this situation ???
    thanks

    here is the output from standby ;
    SQL>
    SQL> show parameter standby_archive_dest
    NAME TYPE VALUE
    standby_archive_dest string /u01/app/oracle/archive/TELE
    SQL>
    SQL> show parameter log_archive_dest_1
    NAME TYPE VALUE
    log_archive_dest_1 string location="/u01/app/oracle/arch
    ive/SID", valid_for=(ONLINE_L
    OGFILE,ALL_ROLES)
    log_archive_dest_10 string
    SQL> show parameter log_archive_dest
    NAME TYPE VALUE
    log_archive_dest string
    log_archive_dest_1 string location="/u01/app/oracle/arch
    ive/SID", valid_for=(ONLINE_L
    OGFILE,ALL_ROLES)
    log_archive_dest_10 string
    log_archive_dest_2 string location="dgsby_Stan", valid_
    for=(STANDBY_LOGFILE,STANDBY_R
    OLE)
    log_archive_dest_3 string
    log_archive_dest_4 string
    log_archive_dest_5 string
    NAME TYPE VALUE
    log_archive_dest_6 string
    log_archive_dest_7 string
    log_archive_dest_8 string
    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
    NAME TYPE VALUE
    log_archive_dest_state_7 string enable
    log_archive_dest_state_8 string enable
    log_archive_dest_state_9 string enable

  • HT1766 my ipod is disabled, and the recovery mode is not working. what should i do?

    my ipod is disabled, and the recovery mode isn't working. what should I do?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. Try more than once. The iPod will be erased.
    iOS: Forgot passcode or device disabled
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:                                                             
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:           
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.
    If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone and use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.
    You can also wipe the iOS device by installing the FindMyiPhone app on another iOS device and using that app to wipe the device.
    Try another cable
    Try on another computer

  • RMAN Restore Error - media recovery requesting unknown log: thread 1 seq 7

    Im using RMAN to copy a database to another server. The new server is IDENTICAL to the old one. By identical I mean it has the same sever name, ip address, operating system, Oracle version and directory structure.
    The new server already has the instance created, (same name as the old server instance, paths etc)
    The backup files have been manually restored to the new server, same locations as they were on the old one. ( RMAN did an automatic controlfile backup and also the archivelogs on the old server ).
    Ive restored the control file on the new server from the RMAN backup pieces.
    Ive catalogued the RMAN backup pieces on the new server.
    I know the last sequence available in the archivelogs backup by running on the new server :
    list backup of archivelog all;
    List of Backup Sets
    ===================
    BS Key Size Device Type Elapsed Time Completion Time
    5 14.43M DISK 00:00:03 11-MAY-11
    BP Key: 9 Status: AVAILABLE Compressed: NO Tag: TAG20110511T163502
    Piece Name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\
    011_05_11\O1_MF_ANNNN_TAG20110511T163502_6WOC5833_.BKP
    List of Archived Logs in backup set 5
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 2 550217 10-MAY-11 556559 11-MAY-11
    1 3 556559 11-MAY-11 559776 11-MAY-11
    1 4 559776 11-MAY-11 560093 11-MAY-11
    1 5 560093 11-MAY-11 560794 11-MAY-11
    BS Key Size Device Type Elapsed Time Completion Time
    7 15.50K DISK 00:00:01 11-MAY-11
    BP Key: 10 Status: AVAILABLE Compressed: NO Tag: TAG20110511T163653
    Piece Name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\
    011_05_11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_.BKP
    List of Archived Logs in backup set 7
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 6 560794 11-MAY-11 560851 11-MAY-11
    So far its all going swimmingly well.
    Now I want to restore the datafiles and recover. So I ran :
    RMAN run { restore database; recover database; alter database open resetlogs; }
    This gave me the output below which goes great but I get a final error, I think the error is because its looking for an archive log thats not in the backup set, but it should be. However, I think SCN 560851 is for a log that hadnt been created yet on the old server when the backup was ran ?
    How do I address resolving the error ? Its worth pointing out log, "archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG
    \2011_05_11\O1_MF_1_6_6WOK1X4W_.ARC recid=10 stamp=750881741" isnt on the old server either which is why its not in the backup set.
    I can do a alter database open reset logs but Id prefer to know why its failing.
    Any help would be much appreciated.
    RMAN> run { restore database; recover database; alter database open resetlogs; }
    Starting restore at 11-MAY-11
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\SYSTEM01.DBF
    restoring datafile 00002 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\UNDOTBS01.DBF
    restoring datafile 00003 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\SYSAUX01.DBF
    restoring datafile 00004 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\USERS01.DBF
    channel ORA_DISK_1: reading from backup piece C:\ORACLE\PRODUCT\10.2.0\FLASH_REC
    OVERY_AREA\SAT\BACKUPSET\2011_05_11\O1_MF_NNNDF_TAG20110511T163507_6WOC5CM7_.BKP
    channel ORA_DISK_1: restored backup piece 1
    piece handle=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\2011_05_
    11\O1_MF_NNNDF_TAG20110511T163507_6WOC5CM7_.BKP tag=TAG20110511T163507
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:55
    Finished restore at 11-MAY-11
    Starting recover at 11-MAY-11
    using channel ORA_DISK_1
    starting media recovery
    channel ORA_DISK_1: starting archive log restore to default destination
    channel ORA_DISK_1: restoring archive log
    archive log thread=1 sequence=6
    channel ORA_DISK_1: reading from backup piece C:\ORACLE\PRODUCT\10.2.0\FLASH_REC
    OVERY_AREA\SAT\BACKUPSET\2011_05_11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_.BKP
    channel ORA_DISK_1: restored backup piece 1
    piece handle=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\2011_05_
    11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_.BKP tag=TAG20110511T163653
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG
    \2011_05_11\O1_MF_1_6_6WOK1X4W_.ARC thread=1 sequence=6
    channel default: deleting archive log(s)
    archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG
    \2011_05_11\O1_MF_1_6_6WOK1X4W_.ARC recid=10 stamp=750881741
    unable to find archive log
    archive log thread=1 sequence=7
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 05/11/2011 18:15:42
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 7 lowscn 560851
    RMAN>
    Edited by: user12173666 on 11-May-2011 10:28

    You need to do incomplete recovery i.e. to ask RMAN to restore/recover to some specific point in time. This is usually done with some UNTIL clause or SET UNTIL statement. Example in your case:
    SET UNTIL SEQUENCE 7;See http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta065.htm#RCMRF160.

  • At what point oracle write "Checkpoint not complete" in alert log ?

    DB version: 10.2.0.4/RHEL 5.8
    During a batch run, we encountered lots of 'Checkpoint not complete' errors in alert log.
    Later we discovered that ORLs were sized only 50mb and this DB had only 3 redo log group. Since this is the potential cause, we are going create at least 10 Redo log groups and increase Redo log size to 500MB.
    But , I want to know what exactly causes oracle to write "Checkpoint not complete" in alert log ?
    For the purpose of this discussion, I am assuming we have only 1 ORL per redo log group. Is my below assumption correct ?
    ORL1
    |----------------> ORL1 file got full, so, LGWR starts writing to ORL2 file. Checkpoint occurs at log switch
    |                    DBWR writes modified blocks associated with the redo entries in ORL1 to datafiles
    |
    V
    ORL2
    |----------------> ORL2 file got full, LGWR wants to start writing to ORL3 file. Checkpoint is initiated at log switch.
    |                    But checkpoint can't be finished due to unknowN reasons
    |
    V
    ORL3
    |---------------->

    Your assumption is only partly right.
    I would illustrate it like
    ORL1
    |
    |----------------> ORL1 file got full, so, LGWR starts writing to ORL2 file. Checkpoint occurs at log switch
    |                    DBWR starts writing modified blocks associated with the redo entries in ORL1 to datafiles
    |
    V
    ORL2
    |----------------> ORL2 file got full, LGWR starts writing to ORL3 file.
    |                    Checkpoint for ORL2 is initiated at log switch.
    |
    V
    ORL3
    |
    |----------------> ORL3 file (the last member) also got full very quickly . LGWR wants to start the 'new cycle' by
                        writing (Reusing) to ORL1. But the checkpoint intiated by the log switch of ORL1 from the previous cycle is
                        not complete yet !! .
    Basically you get this error when LGWR attempts to reuse an online redo log file (ORL1 in the above example) and finds that it cannot.
    This is because the remaining ORL files (ORL2 and ORL3) got fully written before  DB writer finished checkpointing the modified blocks associated with ORL1 yet.
    Until the checkpoint of ORL1 is complete, the DB effectively hangs and user sessions have to wait until LGWR can safely reuse ORL1
    Yes a larger redo log size of 10 groups can help. But make sure the I/O subsytem where ORLs are stored has no latency issues.

  • What is the point of XML formatted alert log in 11g?

    DB version: 11.1.0.6.0
    OS : RHEL 5
    What is the point of have XML formatted alert log in 11G?
    When i tried to open in Internet Explorer
    Only one top level element is allowed in an XML document. Error processing resource 'file:///D:/Work/FILES/log.xm...
    <msg time='2011-01-27T19:42:53.484+08:00' org_id='oracle' comp_id='rdbms'I got a similair error with FireFox. How is the XML alert log file used in diagnosis?

    It is used by the ADRCI command line utility:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/adrci.htm#BGBBBBEA

  • Rogue alert log in $ORACLE_HOME/dbs

    Hi there, have looked all over and not yet found the answer to my query. I have a database instance running at 10.2.0.4.0. There is a rougue alert-{ORACLE_SID}.log created in $ORACLE_HOME/dbs directory when an instance is started. Show parameter background_dump_dest points to the correct directory - $ORACLE_ADMIN/$ORACLE_SID/bdump wether using spfile or pfile.  To confirm what is happening I shutdown the instance and deleted both alert logs from the two locations and restarted the instance. Again two alert logs were created. Can anyone please advise why this is happening. I have found threads suggesting that logs are created in $ORACLE_HOME/dbs as default if parameters are not set correctly, but this is creating an alert log in two locations at startup.
    in $ORACLE_ADMIN/$ORACLE_SID/bdump/alert_DBAASS06.log shows -
    [oracle@el64dev03 bdump]$ cat alert_DBAASS06.log
    Wed Jul 24 09:29:19 2013
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =30
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 250
      __shared_pool_size       = 92274688
      __large_pool_size        = 4194304
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      nls_language             = ENGLISH
      nls_territory            = UNITED KINGDOM
      sga_target               = 327155712
      control_files            = /oradata/10.2.0/DBAASS06/DBAASS06ctrl01.ctl, /oradata/10.2.0/DBAASS06/DBAASS06ctrl02.ctl
      db_block_size            = 8192
      __db_cache_size          = 218103808
      compatible               = 10.2.0.4.0
      log_archive_dest_1       = LOCATION=/oradata/10.2.0/DBAASS06/archive
      log_archive_format       = DBAASS06%t_%s_%r.dbf
      db_file_multiblock_read_count= 16
      undo_management          = AUTO
      undo_tablespace          = UNDO
      remote_login_passwordfile= EXCLUSIVE
      db_domain                = bctn.wheatley-associates.co.uk
      utl_file_dir             = *
      job_queue_processes      = 10
      background_dump_dest     = /orahome/app/oracle/admin/DBAASS06/bdump
      user_dump_dest           = /orahome/app/oracle/admin/DBAASS06/udump
      core_dump_dest           = /orahome/app/oracle/admin/DBAASS06/cdump
      session_max_open_files   = 20
      sort_area_size           = 65536
      db_name                  = DBAASS06
      db_unique_name           = DBAASS06
      open_cursors             = 300
      pga_aggregate_target     = 31457280
    PMON started with pid=2, OS id=13977
    PSP0 started with pid=3, OS id=13979
    MMAN started with pid=4, OS id=13981
    DBW0 started with pid=5, OS id=13983
    DBW1 started with pid=6, OS id=13985
    LGWR started with pid=7, OS id=13987
    CKPT started with pid=8, OS id=13989
    SMON started with pid=9, OS id=13991
    RECO started with pid=10, OS id=13993
    CJQ0 started with pid=11, OS id=13995
    MMON started with pid=12, OS id=13997
    MMNL started with pid=13, OS id=13999
    Wed Jul 24 09:29:57 2013
    ALTER DATABASE   MOUNT
    Wed Jul 24 09:30:01 2013
    Setting recovery target incarnation to 2
    Wed Jul 24 09:30:01 2013
    Successful mount of redo thread 1, with mount id 3614370965
    Wed Jul 24 09:30:01 2013
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Wed Jul 24 09:30:01 2013
    ALTER DATABASE OPEN
    Wed Jul 24 09:30:01 2013
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=15, OS id=14163
    Wed Jul 24 09:30:01 2013
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=16, OS id=14165
    Wed Jul 24 09:30:01 2013
    Thread 1 opened at log sequence 14
      Current log# 2 seq# 14 mem# 0: /oradata/10.2.0/DBAASS06/DBAASS06_redo02.log
    Successful open of redo thread 1
    Wed Jul 24 09:30:01 2013
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Wed Jul 24 09:30:01 2013
    ARC1: Becoming the 'no FAL' ARCH
    ARC1: Becoming the 'no SRL' ARCH
    Wed Jul 24 09:30:01 2013
    ARC0: Becoming the heartbeat ARCH
    Wed Jul 24 09:30:01 2013
    SMON: enabling cache recovery
    Wed Jul 24 09:30:01 2013
    Successfully onlined Undo Tablespace 1.
    Wed Jul 24 09:30:01 2013
    SMON: enabling tx recovery
    Wed Jul 24 09:30:01 2013
    Database Characterset is WE8MSWIN1252
    Opening with internal Resource Manager plan
    where NUMA PG = 1, CPUs = 12
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=17, OS id=14167
    Wed Jul 24 09:30:01 2013
    Completed: ALTER DATABASE OPEN
    [oracle@el64dev03 bdump]$
    There is also a trace file created -
    [oracle@el64dev03 bdump]$ cat dbaass06_lgwr_13987.trc
    /orahome/app/oracle/admin/DBAASS06/bdump/dbaass06_lgwr_13987.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /orahome/app/oracle/product/10.2.0/db_1
    System name:    Linux
    Node name:      el64dev03.bctn.wheatley-associates.co.uk
    Release:        2.6.32-300.39.2.el5uek
    Version:        #1 SMP Wed Dec 19 14:56:59 PST 2012
    Machine:        x86_64
    Instance name: DBAASS06
    Redo thread mounted by this instance: 1
    Oracle process number: 7
    Unix process pid: 13987, image: [email protected]
    *** 2013-07-24 09:30:01.622
    *** SERVICE NAME:() 2013-07-24 09:30:01.622
    *** SESSION ID:(275.1) 2013-07-24 09:30:01.622
    Maximum redo generation record size = 156160 bytes
    Maximum redo generation change vector size = 150676 bytes
    tkcrrsarc: (WARN) Failed to find ARCH for message (message:0x10)
    tkcrrpa: (WARN) Failed initial attempt to send ARCH message (message:0x10)
    in $ORACLE_HOME/dbs/alert_DBAASS06.log shows -
    [oracle@el64dev03 dbs]$ cat alert_DBAASS06.log
    Wed Jul 24 09:29:19 2013
    Adjusting the default value of parameter parallel_max_servers

    Thanks for the reply. The cloned database source looks like it uses spfile on startup on the test box, but as I hadn't checked this at the time it was cloned, the spfile was not copied over, so I'm assuming it would have used the default init.ora created which had the correct dump dest defined. As for the new database, it was created from scratch, so I don't see why this should not work correctly. Unfortunately as I am new to this establishment, I have no history as to how Oracle was installed on either machine or how any of the other databases were created, though I do understand that many may have been cloned.
    So while I can't speak for the databases that already existed on the Dev box, it seemed weird that they all appeared to be doing the same thing.  So I found one that hadn't been started for a while for which there was no historic alert log in dbs and started it to see what happened. It had no spfile, started with pfile and did not create a rogue log. I created an spfile and restarted and still no rouge log.  I ran show paremeters and compared to another similar database that had a rougue log, DASSEN02 v DASSEN04 and the only differences were with the instance name and all the files (bdump, cdump etc) existed correctly. Had a further look ref RMAN as some but not all databases had snapcf files in the dbs directory, but again some that had snap files had rougue alert files and others didn't. Also double checked file permissions on the bdump directory, no issues there. Unexplained issues really do bug me, but I think I'll just have to live with not knowing for now, till I have a spare few hours to look at again.

  • Errors in alert log

    Hi,
    we have Oracle 11.2.0 standard running under Windows Xp 32
    At last time alert log is full of error? like
    Tue Dec 18 11:14:26 2012
    Errors in file c:\oracle\diag\rdbms\ \trace\ratik_j000_4448.trc:
    Errors in file c:\oracle\diag\rdbms\ \trace\ratik_j000_4448.trc:
    and Db is open and in read/write mode
    each trace file is over 4 GB size and new trace files appear and they all are like <sid>j000<>.trc
    all trace files contains following messages
    Trace file c:\oracle\diag\rdbms\ \trace\<sid>j0003300.trc
    Oracle Database 11g Release 11.2.0.1.0 - Production
    Windows XP Version V5.1 Service Pack 3
    CPU : 4 - type 586, 4 Physical Cores
    Process Affinity : 0x0x00000000
    Memory (Avail/Total): Ph:705M/2986M, Ph+PgF:3533M/6914M, VA:978M/2047M
    Instance name: ratik
    Redo thread mounted by this instance: 1
    Oracle process number: 19
    Windows thread id: 3300, image: ORACLE.EXE (J000)
    *** 2013-03-12 09:07:08.906
    *** SESSION ID:(192.5) 2013-03-12 09:07:08.906
    *** CLIENT ID:() 2013-03-12 09:07:08.906
    *** SERVICE NAME:(SYS$USERS) 2013-03-12 09:07:08.906
    *** MODULE NAME:(EM_PING) 2013-03-12 09:07:08.906
    *** ACTION NAME:(AGENT_STATUS_MARKER) 2013-03-12 09:07:08.906
    --------Dumping Sorted Master Trigger List --------
    Trigger Owner : SYSMAN
    Trigger Name : MGMT_JOB_EXEC_UPDATE
    --------Dumping Trigger Sublists --------
    trigger sublist 0 :
    trigger sublist 1 :
    Trigger Owner : SYSMAN
    Trigger Name : MGMT_JOB_EXEC_UPDATE
    trigger sublist 2 :
    trigger sublist 3 :
    trigger sublist 4 :
    what it can be and whow can I fix it?
    Thank's

    There are no ora-00600 errors not in aler not in treace file. And it is not a standby, it is a standalone Db server
    full trace files are over 4GB
    so again the alert log
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =27
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Release 11.2.0.1.0 - Production.
    Using parameter settings in server-side spfile C:\ORACLE\PRODUCT\11.2.0\DBHOME_1\DATABASE\SPFILERATIK.ORA
    System parameters with non-default values:
    processes = 150
    nls_language = "AMERICAN"
    nls_territory = "AMERICA"
    memory_target = 1200M
    control_files = "C:\ORACLE\ORADATA\RATIK\CONTROL01.CTL"
    control_files = "C:\ORACLE\FLASH_RECOVERY_AREA\ \CONTROL02.CTL"
    Wed Mar 13 11:32:52 2013
    db_block_size = 8192
    compatible = "11.2.0.0.0"
    db_recovery_file_dest = "C:\oracle\flash_recovery_area"
    db_recovery_file_dest_size= 3852M
    undo_tablespace = "UNDOTBS1"
    max_enabled_roles = 148
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = ""
    dispatchers = "(PROTOCOL=TCP) (SERVICE=ratikXDB)"
    utl_file_dir = "*"
    job_queue_processes = 100
    audit_file_dest = "C:\ORACLE\ADMIN\ \ADUMP"
    audit_trail = "DB"
    db_name = " SID "
    open_cursors = 300
    optimizer_mode = "ALL_ROWS"
    query_rewrite_enabled = "TRUE"
    query_rewrite_integrity = "TRUSTED"
    aq_tm_processes = 1
    diagnostic_dest = "C:\ORACLE"
    Deprecated system parameters with specified values:
    Wed Mar 13 11:33:02 2013
    max_enabled_roles
    End of deprecated system parameter listing
    Wed Mar 13 11:33:03 2013
    PMON started with pid=2, OS id=2484
    Wed Mar 13 11:33:03 2013
    MMAN started with pid=9, OS id=2176
    Wed Mar 13 11:33:04 2013
    DBW0 started with pid=10, OS id=2896
    Wed Mar 13 11:33:04 2013
    SMON started with pid=13, OS id=2380
    Wed Mar 13 11:33:03 2013
    GEN0 started with pid=4, OS id=1056
    Wed Mar 13 11:33:03 2013
    DBRM started with pid=6, OS id=2188
    Wed Mar 13 11:33:04 2013
    RECO started with pid=14, OS id=3452
    Wed Mar 13 11:33:04 2013
    MMNL started with pid=16, OS id=2588
    Wed Mar 13 11:33:03 2013
    VKTM started with pid=3, OS id=2492 at elevated priority
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Wed Mar 13 11:33:03 2013
    DIA0 started with pid=8, OS id=2180
    starting up 1 shared server(s) ...
    Wed Mar 13 11:33:04 2013
    MMON started with pid=15, OS id=1640
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Wed Mar 13 11:33:03 2013
    PSP0 started with pid=7, OS id=2504
    Wed Mar 13 11:33:04 2013
    CKPT started with pid=12, OS id=2544
    Wed Mar 13 11:33:04 2013
    LGWR started with pid=11, OS id=3228
    ORACLE_BASE from environment = C:\oracle
    Wed Mar 13 11:33:03 2013
    DIAG started with pid=5, OS id=2488
    Wed Mar 13 11:33:10 2013
    alter database mount exclusive
    Successful mount of redo thread 1, with mount id 327119926
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Wed Mar 13 11:33:21 2013
    Beginning crash recovery of 1 threads
    Started redo scan
    Completed redo scan
    read 463 KB redo, 146 data blocks need recovery
    Started redo application at
    Thread 1: logseq 517, block 72654
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 517 Reading mem 0
    Mem# 0: C:\ORACLE\ORADATA\RATIK\REDO01.LOG
    Completed redo application of 0.35MB
    Completed crash recovery at
    Thread 1: logseq 517, block 73581, scn 11916940
    146 data blocks read, 146 data blocks written, 463 redo k-bytes read
    Wed Mar 13 11:33:32 2013
    Thread 1 advanced to log sequence 518 (thread open)
    Thread 1 opened at log sequence 518
    Current log# 2 seq# 518 mem# 0: C:\ORACLE\ORADATA\RATIK\REDO02.LOG
    Successful open of redo thread 1
    Wed Mar 13 11:33:35 2013
    SMON: enabling cache recovery
    Wed Mar 13 11:33:36 2013
    Successfully onlined Undo Tablespace 2.
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    SMON: enabling tx recovery
    Database Characterset is CL8MSWIN1251
    No Resource Manager plan active
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    Wed Mar 13 11:33:45 2013
    QMNC started with pid=20, OS id=4012
    Wed Mar 13 11:33:49 2013
    Completed: alter database open
    Wed Mar 13 11:33:56 2013
    Starting background process CJQ0
    Wed Mar 13 11:33:56 2013
    CJQ0 started with pid=22, OS id=2540
    Wed Mar 13 11:33:57 2013
    db_recovery_file_dest_size of 3852 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Mar 13 11:34:23 2013
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Wed Mar 13 11:34:29 2013
    Trace dumping is performing id=[cdmp_20130313113429]
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Wed Mar 13 11:34:39 2013
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Wed Mar 13 11:34:41 2013
    Trace dumping is performing id=[cdmp_20130313113441]
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Trace dumping is performing id=[cdmp_20130313113448]
    Wed Mar 13 11:34:53 2013
    Errors in file c:\oracle\diag\rdbms\k\trace\_j000_632.trc:
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Wed Mar 13 11:35:01 2013
    Trace dumping is performing id=[cdmp_20130313113501]
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Wed Mar 13 11:35:07 2013
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Trace dumping is performing id=[cdmp_20130313113509]
    Errors in file c:\oracle\diag\rdbms\ratik\ratik\trace\ratik_j000_632.trc:
    Wed Mar 13 11:35:20 2013
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Wed Mar 13 11:36:20 2013
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    Errors in file c:\oracle\diag\rdbms\\trace\_j000_632.trc:
    and this message goes on till server is restarted after server is up that message appear again
    in trace file
    Trace file c:\oracle\diag\rdbms\ \trace\<sid>j0003300.trc
    Oracle Database 11g Release 11.2.0.1.0 - Production
    Windows XP Version V5.1 Service Pack 3
    CPU : 4 - type 586, 4 Physical Cores
    Process Affinity : 0x0x00000000
    Memory (Avail/Total): Ph:705M/2986M, Ph+PgF:3533M/6914M, VA:978M/2047M
    Instance name: ratik
    Redo thread mounted by this instance: 1
    Oracle process number: 19
    Windows thread id: 3300, image: ORACLE.EXE (J000)
    *** 2013-03-12 09:07:08.906
    *** SESSION ID:(192.5) 2013-03-12 09:07:08.906
    *** CLIENT ID:() 2013-03-12 09:07:08.906
    *** SERVICE NAME:(SYS$USERS) 2013-03-12 09:07:08.906
    *** MODULE NAME:(EM_PING) 2013-03-12 09:07:08.906
    *** ACTION NAME:(AGENT_STATUS_MARKER) 2013-03-12 09:07:08.906
    --------Dumping Sorted Master Trigger List --------
    Trigger Owner : SYSMAN
    Trigger Name : MGMT_JOB_EXEC_UPDATE
    --------Dumping Trigger Sublists --------
    trigger sublist 0 :
    trigger sublist 1 :
    Trigger Owner : SYSMAN
    Trigger Name : MGMT_JOB_EXEC_UPDATE
    trigger sublist 2 :
    trigger sublist 3 :
    trigger sublist 4 :
    *** 2013-03-12 09:07:14.046
    oer 8102.3 - obj# 86174, rdba: 0x00810e2c(afn 2, blk# 69164)
    kdk key 8102.3:
    ncol: 8, len: 47
    key: (47):
    01 80 05 41 44 4d 34 36 02 c1 02 0b 78 70 0a 10 08 2c 32 28 f2 c9 c0 02 c1
    04 01 80 01 80 10 c0 89 b8 fe e0 85 45 5a 8d 44 5f 2f 1c b6 ea bb
    mask: (2048):
    05 09 80 54 00 00 00 00 00 4c 00 00 00 88 70 9e 3e 00 00 00 00 00 00 00 00
    40 00 00 00 c8 78 34 0d 94 d1 aa 06 a0 03 8d 0b 00 00 00 00 ed d4 aa 06 9c
    70 9e 3e 00 00 00 00 38 00 00 00 0d 00 00 00 01 00 00 00 03 00 00 00 01 00
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 a0 79 9e 3e 00 00 00 00 ed d4 aa
    06 e8 70 9e 3e 00 00 00 00 38 00 00 00 00 00 00 00 38 00 00 00 00 00 00 00
    4c 00 00 00 00 00 00 00 9c 70 9e 3e 00 00 00 00 00 00 00 00 14 00 00 00 00
    40 00 00 00 00 00 00 a0 79 9e 3e 6c 00 00 00 c8 1c e4 3e 68 b6 3d 0d 7c 79
    34 0d fc f5 c4 62 a0 03 8d 0b a0 79 9e 3e 38 00 00 00 ff ff ff 7f 00 00 00
    00 00 00 00 00 00 40 00 01 00 00 00 00 38 ca f4 62 00 00 00 00 00 00 00 00
    00 00 00 00 02 00 00 00 02 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00
    00 00 00 c4 b0 3d 0d 08 76 9e 3e 16 00 00 00 f0 1c e4 3e 00 00 00 00 64 81
    34 0d 00 00 00 00 44 79 34 0d 8c 2c 20 07 17 00 00 00 c4 b0 3d 0d 4c 79 34
    0d 28 23 ea 06 5c 79 34 0d 8c 2c 20 07 17 00 00 00 c4 b0 3d 0d 64 79 34 0d
    28 23 ea 06 b4 79 34 0d a5 d2 ec 62 5c 88 34 0d 80 79 34 0d 8c 2c 20 07 17
    00 00 00 6c 00 00 00 88 79 34 0d 28 23 ea 06 ac 79 34 0d 58 14 cd 62 08 76
    9e 3e a0 03 8d 0b 00 00 00 00 00 00 00 00 02 00 00 00 0c 7e 34 0d c4 b0 3d
    0d 80 ff 8c 0b 6c 00 00 00 d4 79 34 0d 36 a4 c2 62 c8 1c e4 3e 06 00 00 00
    0c 7e 34 0d 02 00 00 00 84 00 00 00 c4 b0 3d 0d 10 7e 34 0d ef 5f 3b 02 c8
    1c e4 3e 06 00 00 00 0c 7e 34 0d 02 00 00 00 84 00 00 00 c4 b0 3d 0d 06 00
    00 00 40 7e 34 0d 02 00 00 00 84 00 00 00 c4 b0 3d 0d 44 7e 34 0d ef 5f 3b
    and those memory blocks till the end of log file
    NO SR is raised.

Maybe you are looking for

  • Passing parameters to PL/SQL table types

    Hi Everybody, I have one question about passing PL/SQL tables types and tabs as IN parameter in procedure.I am working in 11.2.0.2.0 environment. I am stuck on how to pass those values to procedure.Please find below more details: Table 1: CREATE TABL

  • How to Hide SSID's on Windows 8?

    hello i wanna hide SSID of USB NIC wireless router on winndows 8. more description: i create a wireless router on my windows 8 by USB wireless adapter and i want to hide the SSID of this wireless connection.

  • Nvidia / Nouveau Failing [SOLVED]

    Using a dual-VGA nVidia Corporation NV17GL [Qaudro NVS] (rev a3) card. Followed the instructions in the beginner's guide to install Nouveau drivers, but when I 'startx' I get: http://gmjones.org/tv/IMAG0138.jpg The log reads: http://gmjones.org/tv/Xo

  • Purchase requisition and cost center authorization check

    Hi all, in a R/3 4.7, I need to check the cost center (or profit center) when managing (create/modify/view) purchase requisitions. I have not found any auths object which perform this check. Any idea ? A BADI seems to be he only solution, inserting a

  • A problem when install oracle personal 8i --"jrew perform illegal operation"?

    seems something wrong. but i can't figure out. can u please tell me how to correct it?