How to recover from one corrupted redo log file in NOARCHIVE mode?

Oracle 10.2.1.
The redo log file was corrupted and Oracle can't work.
When I use STARTUP mount, I got no error msg.
SQL> startup mount
ORACLE instance started.
Total System Global Area 1652555776 bytes
Fixed Size 1251680 bytes
Variable Size 301991584 bytes
Database Buffers 1342177280 bytes
Redo Buffers 7135232 bytes
Database mounted.
But I have some applications which are depended on Oracle can't be started.
So, I tried STARTUP open. But I got error msg.
SQL> startup open
ORACLE instance started.
Total System Global Area 1652555776 bytes
Fixed Size 1251680 bytes
Variable Size 301991584 bytes
Database Buffers 1342177280 bytes
Redo Buffers 7135232 bytes
Database mounted.
ORA-00368: checksum error in redo log block
ORA-00353: log corruption near block 497019 change 42069302 time 11/07/2007
23:43:09
ORA-00312: online log 4 thread 1:
'G:\ORACLE\PRODUCT\10.2.0\ORADATA\NMDATA\REDO04.LOG'
So, how can I restore and recover my database?
If use RMAN, how to do that?
Any help will be appreciated.
Thanks.

Hi, Yingkuan,
Thanks for the helps.
Actually, I have 10 redo log files exists. All of them are here.
I tried your suggestion:
alter database clear unarchived logfile group 4;
The error msg I got is the same as before:
SQL> alter database clear unarchived logfile group 4;
alter database clear unarchived logfile group 4
ERROR at line 1:
ORA-01624: log 4 needed for crash recovery of instance nmdata (thread 1)
ORA-00312: online log 4 thread 1:
'G:\ORACLE\PRODUCT\10.2.0\ORADATA\NMDATA\REDO04.LOG'
Compared to losing all the data, it is OK for me lose some of them.
I have more than 1 TB data stored and 99.9% of them are raster images.
The loading of these data were the headache. If I can save them, I can bear the lost.
I want to grasp the last straw.
But I don't know how set the parameter: allowresetlogs_corruption
I got the error msg:
SQL> set allowresetlogs_corruption=true;
SP2-0735: unknown SET option beginning "_allow_res..."
I have run the command:
Recover database until cancel
Alter database open resetlogs
The error msg I got is the following:
SQL> recover database until cancel
ORA-00279: change 41902930 generated at 11/05/2007 22:01:48 needed for thread 1
ORA-00289: suggestion :
D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\NMDATA\ARCHIVELOG\2007_11_09\O1_MF_
1_1274_%U_.ARC
ORA-00280: change 41902930 for thread 1 is in sequence #1274
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: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\NMDATA\SYSTEM01.DBF'
ORA-01112: media recovery not started
SQL>
From the log file, I got the following:
ALTER DATABASE RECOVER database until cancel
Fri Nov 09 00:12:48 2007
Media Recovery Start
parallel recovery started with 2 processes
ORA-279 signalled during: ALTER DATABASE RECOVER database until cancel ...
Fri Nov 09 00:13:20 2007
ALTER DATABASE RECOVER CANCEL
Fri Nov 09 00:13:21 2007
ORA-1547 signalled during: ALTER DATABASE RECOVER CANCEL ...
Fri Nov 09 00:13:21 2007
ALTER DATABASE RECOVER CANCEL
ORA-1112 signalled during: ALTER DATABASE RECOVER CANCEL ...
Thank you very much. and I am looking forward to your followup input.

Similar Messages

  • How to recover from corrupt redo log file in non-archived 10g db

    Hello Friends,
    I don't know much about recovering databases. I have a 10.2.0.2 database with corrupt redo file and I am getting following error on startup. (db is non archived and no backup) Thanks very much for any help.
    Database mounted.
    ORA-00368: checksum error in redo log block
    ORA-00353: log corruption near block 6464 change 9979452011066 time 06/27/2009
    15:46:47
    ORA-00312: online log 1 thread 1: '/dbfiles/data_files/log3.dbf'
    ====
    SQL> select Group#,members,status from v$log;
    GROUP# MEMBERS STATUS
    1 1 CURRENT
    3 1 UNUSED
    2 1 INACTIVE
    ==
    I have tried this so far but no luck
    I have tried following commands but no help.
    SQL> ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 3;
    Database altered.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01139: RESETLOGS option only valid after an incomplete database recovery
    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 6464 change 9979452011066 time 06/27/2009
    15:46:47
    ORA-00312: online log 1 thread 1: '/dbfiles/data_files/log3.dbf'

    user652965 wrote:
    Thanks very much for your help guys. I appreciate it. unfortunately none of these commands worked for me. I kept getting error on clearing logs that redo log is needed to perform recovery so it can't be cleared. So I ended up restoring from earlier snapshot of my db volume. Database is now open.
    Thanks again for your input.And now, as a follow-up, at a minimum you should make sure that all redo log groups have at least 3 members. Then, if you lose a single redo log file, all you have to do is shutdown the db and copy one of the good members (of the same group as the lost member) over the lost member.
    And as an additional follow-up, if you value your data you will run in archivelog mode and take regular backups of the database and archivelogs. If you fail to do this you are saying that your data is not worth saving.

  • How to increase the size of Redo log files?

    Hi All,
    I have 10g R2 RAC on RHEL. As of now, i have 3 redo log files of 50MB size. i have used redo log size advisor by setting fast_start_mttr_target=1800 to check the optimal size of the redologs, it is showing 400MB. Now, i want to increase the size of redo log files. how to increase it?
    If we are supposed to do it on production, how to do?
    I found the following in one of the article....
    "The size of the redo log files can influence performance, because the behavior of the database writer and archiver processes depend on the redo log sizes. Generally, larger redo log files provide better performance, however it must balanced out with the expected recovery time.Undersized log files increase checkpoint activity and increase CPU usage."
    I did not understand the the point however it must balanced out with the expected recovery time in the above given paragraph.
    Can anybody help me?
    Thanks,
    Praveen.

    You dont have to shutdown the database before dropping redo log group but make sure you have atleast two other redo log groups. Also note that you cannot drop active redo log group.
    Here is nice link,
    http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_34.shtml
    And make sure you test this in test database first. Production should be touched only after you are really comfortable with this procedure.

  • Private strand flush not complete how to find optimal size of redo log file

    hi,
    i am using oracle 10.2.0 on unix system and getting Private strand flush not complete in the alert log file. i know this is due to check point is not completed.
    I need to increase the size of redo log files or add new group to the database. i have log file switch (checkpoint incomplete) in the top 5 wait event.
    i can't change any parameter of database. i have three redo log group and log files are of 250MB size. i want to know the suitable size to avoid problem.
    select * from v$instance_recovery;
    RECOVERY_ESTIMATED_IOS     ACTUAL_REDO_BLKS     TARGET_REDO_BLKS     LOG_FILE_SIZE_REDO_BLKS     LOG_CHKPT_TIMEOUT_REDO_BLKS     LOG_CHKPT_INTERVAL_REDO_BLKS     FAST_START_IO_TARGET_REDO_BLKS     TARGET_MTTR     ESTIMATED_MTTR     CKPT_BLOCK_WRITES     OPTIMAL_LOGFILE_SIZE     ESTD_CLUSTER_AVAILABLE_TIME     WRITES_MTTR     WRITES_LOGFILE_SIZE     WRITES_LOG_CHECKPOINT_SETTINGS     WRITES_OTHER_SETTINGS     WRITES_AUTOTUNE     WRITES_FULL_THREAD_CKPT
    625     9286     9999     921600          9999          0     9     112166207               0     0     219270206     0     3331591     5707793please suggest me or tell me the way how to find out suitable size to avoid problem.
    thanks
    umesh

    How often should a database archive its logs
    Re: Redo log size increase and performance
    Please read the above thread and great replies by HJR sir. I think if you wish to get concept knowledge, you should add in your notes.
    "If the FAST_START_MTTR_TARGET parameter is set to limit the instance recovery time, Oracle automatically tries to checkpoint as frequently as necessary. Under this condition, the size of the log files should be large enough to avoid additional checkpointing due to under sized log files. The optimal size can be obtained by querying the OPTIMAL_LOGFILE_SIZE column from the V$INSTANCE_RECOVERY view. You can also obtain sizing advice on the Redo Log Groups page of Oracle Enterprise Manager Database Control."
    Source:http://download-west.oracle.com/docs/cd/B13789_01/server.101/b10752/build_db.htm#19559
    Pl also see ML Doc 274264.1 (REDO LOGS SIZING ADVISORY) on tips to calculate the optimal size for redo logs in 10g databases
    Source:Re: Redo Log Size in R12
    HTH
    Girish Sharma

  • How to reduce the size of redo log files

    Hi,
    I am using Oracle Database 9.2.0.1.0. My present redo log files are of 100 MB each
    (redo01.log,redo02.log,redo03.log) which tooks more time to swicth the logs.
    I want to change the size to 20MB each so that log switcjing will be faster.
    Please let me know the exact step to resize the redo log files so that Ican change it.
    Regards,
    Indraneel

    Technical questions cannot be answered here. Please, post in the right forum :
    General Database Discussions

  • How to recover database when all redo logs are losted

    pls help me in recovering the database when all the redo logs are losted

    In both cases he has to open the database in RESETLOGS option. So try:
    recover database until cancel;
    Then cancel the recovery, and
    alter database open resetlogs;
    If you want to check where your database is at then mount your database and issue:
    select group#, sequence#,first_change# from v$log;
    This will tell you the sequence and SCN of all the online log files then compare it with what it prompted when you issued recovery command.
    Daljit Singh

  • RMAN recovery from lost online redo log files

    Hi,
    Can any one tell me, How can we recover database when all online redolog files (current, Active and Inactive) are lost.
    Note : RMAN with catalog.

    Hi,
    Database is running or down?
    If the database is is down and your database files and controlfile are synchronised then then
    perform a fake incomplete recovery like "Recover database until cancel and open the database using resetlogs.
    This will create new log files. And then take a full database backup.
    Regards,
    Navneet

  • How to recover from a corrupted VHD file?

    There is a tool that can recover logical problems in the VHD structure?
    A friend called me and told me that his VS R2 Enterprise with 4 VMs suffered a power falure and after that, one of the VMs does not startup anymore. The erros is the same as using VHDMOUNT, something similar: "VHD file could not be mounted"
    There is a CHKDSK for VHD files?
    How to "rebuild" a corrupetd VHD file? How to analyze logical structure of a offline VHD file?

    I also would like to suggest another application which I have used recently for doing VHD recovery. Last, I lost almost everything on my lappy due to hard drive crash
    issue. I backup my data in .vhd file but due to somehow the backup file unable to show me any data. Finally, I tried Hyper-V data recovery tool that had been recommended by my friend. The tool have easy-to-operate GUI techniques so that even a novice use can
    also run this application for repairing VHD file corruption or data inaccessible problem without any hassle. It also recovered those files which I had deleted earlier.
    I got this superb tool over here:
    http://www.corrupt.vhdrecovery.com/

  • How to recover from an iPod Touch 2G stuck in recovery mode (even after using DFU)

    I have an iPod Touch 2G which is in a mode that requires recovery. When connecting it to a Windows XP computer running iTunes 11.0.2.25(HP) it is detected as needing recovery. I think it has got into this state from pressing random buttons when it stopped working (not a good idea!).
    I turn off my AVG antivirus software and Windows firewall and start the iTunes recovery. This fails with error 40.
    I now try putting the iPod into DFU mode using iREB-v6. This reports that the iPod is in "PWNED DFU state". I then try the iTunes restore again and this time the iPod screen turns white and then I get an error 21.
    I have tried 2 different cables and 2 different computers (Windows XP and Windows 7) and have also tried different USB ports.
    Whilst this iPod was never knowingly jailbroken a visit to an Apple store was unsuccessful in that they claimed it had been jailbroken. Various combinations of buttons have been pressed together but no different firmware installed. I don't want to jailbreak it - just restore the factory settings. I'm not bothered about retaining any contents of the iPod.
    Any ideas on what to try next and any advice on what the updater log is telling me precisely about the problem would be really useful.
    2013-03-06 20:12:44.859 [3844:f08]: restore library built Dec 21 2012 at 16:17:03
    2013-03-06 20:12:44.859 [3844:f08]: iTunes: iTunes 11.0.2.25
    2013-03-06 20:12:44.859 [3844:f08]: iTunes: Software payload version: 8C148
    2013-03-06 20:12:55.109 [3844:b50]: iTunes: Specifying UOI boot image
    2013-03-06 20:12:55.109 [3844:b50]: token 'CPF懨∂03' has unexpected format
    2013-03-06 20:12:55.109 [3844:b50]: device software does not support nonce generation
    2013-03-06 20:12:55.109 [3844:b50]: requested restore behavior: Erase
    2013-03-06 20:12:55.109 [3844:b50]: requested variant: Erase
    2013-03-06 20:12:55.109 [3844:b50]: *** UUID 69DA094B-E49D-E140-8C43-4F0C412D66A3 ***
    2013-03-06 20:12:55.109 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    2013-03-06 20:12:55.109 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreLogo" Digest = "<CFData 0882EE50 [01728078]>{length = 20, capacity = 20, bytes = 0xabd0395ddb52e605484fddd48326ef965c2cb8ed}"
    2013-03-06 20:12:55.109 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreDeviceTree" Digest = "<CFData 08884638 [01728078]>{length = 20, capacity = 20, bytes = 0xb8d7048b4444765c826918507caf22dd7ffebe69}"
    2013-03-06 20:12:55.109 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreKernelCache" Digest = "<CFData 087E81F0 [01728078]>{length = 20, capacity = 20, bytes = 0x14a39375fccb975821a0df6615d2cfe1775012f0}"
    2013-03-06 20:12:55.109 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreRamDisk" Digest = "<CFData 08825820 [01728078]>{length = 20, capacity = 20, bytes = 0xf3cc910ec2728d5ecb57b607762c1701801d2ae4}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "KernelCache" Digest = "<CFData 087DD3C0 [01728078]>{length = 20, capacity = 20, bytes = 0x14a39375fccb975821a0df6615d2cfe1775012f0}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow1" Digest = "<CFData 08808C48 [01728078]>{length = 20, capacity = 20, bytes = 0x2f0bfc29f1f3f4376647d38acad9e42231be71bf}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow0" Digest = "<CFData 0881E2A0 [01728078]>{length = 20, capacity = 20, bytes = 0x96bb15703c76d8cfe86ff8df960132e3e6f69eba}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBoot" Digest = "<CFData 087FE1B0 [01728078]>{length = 20, capacity = 20, bytes = 0x529f0ddfc88a594151f2a84d81a7fb557e850173}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "DeviceTree" Digest = "<CFData 08847CF0 [01728078]>{length = 20, capacity = 20, bytes = 0xb8d7048b4444765c826918507caf22dd7ffebe69}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging1" Digest = "<CFData 0885A230 [01728078]>{length = 20, capacity = 20, bytes = 0xae31510e86c960480798f75063628ea81be398e9}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging" Digest = "<CFData 088568D8 [01728078]>{length = 20, capacity = 20, bytes = 0xd5a78da5ae000c7d8c4b8ca28d9cf426f9700062}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "AppleLogo" Digest = "<CFData 087F89B0 [01728078]>{length = 20, capacity = 20, bytes = 0xabd0395ddb52e605484fddd48326ef965c2cb8ed}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryPlugin" Digest = "<CFData 087DEB50 [01728078]>{length = 20, capacity = 20, bytes = 0x512d627e6b25795bfffa6958acf5bcd804fbf611}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryFull" Digest = "<CFData 0880F1C8 [01728078]>{length = 20, capacity = 20, bytes = 0xfcd60d184eff7fbb2cae9ee41b6751c445b3ab68}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging0" Digest = "<CFData 0881C058 [01728078]>{length = 20, capacity = 20, bytes = 0x5d9addf5eb137d24563bf8ed50a519940ba27ef2}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RecoveryMode" Digest = "<CFData 08884898 [01728078]>{length = 20, capacity = 20, bytes = 0x9a4600b1550b83712ed1260d9c4c22834fd2ea77}"
    2013-03-06 20:12:55.125 [3844:b50]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: using UniqueBuildID <CFData 087FDF50 [01728078]>{length = 20, capacity = 20, bytes = 0xef5a50aa8e88624610082d688fc062febf3bfa35}
    2013-03-06 20:12:55.125 [3844:b50]: amai: AMAuthInstallRequestSendSync: SSO function returned NULL, SSO disabled.
    2013-03-06 20:12:55.562 [3844:b50]: amai: tss_submit_job: HttpQueryInfo returned 200
    2013-03-06 20:12:55.968 [3844:b50]: amai: AMAuthInstallRequestSendSync: received tss response (server version: 2.1.0)
    2013-03-06 20:12:56.875 [3844:b50]: amai: _AMAuthInstallBundleInstallPersonalizedEntry: entry "KernelCache" has been previously personalized; skipping it
    2013-03-06 20:12:56.890 [3844:b50]: amai: _AMAuthInstallBundleInstallPersonalizedEntry: entry "DeviceTree" has been previously personalized; skipping it
    2013-03-06 20:12:56.890 [3844:b50]: amai: _AMAuthInstallBundleInstallPersonalizedEntry: entry "AppleLogo" has been previously personalized; skipping it
    2013-03-06 20:12:57.125 [3844:508]: token 'CPF懨∂03' has unexpected format
    2013-03-06 20:12:57.125 [3844:508]: device software does not support nonce generation
    2013-03-06 20:12:57.125 [3844:508]: unable to open device_map.txt: No such file or directory
    2013-03-06 20:12:57.125 [3844:508]: token 'CPF懨∂03' has unexpected format
    2013-03-06 20:12:57.125 [3844:508]: device software does not support nonce generation
    2013-03-06 20:12:57.125 [3844:508]: WinDFU::OpenDFUDevice: path: \\?\USB#VID_05AC&PID_1227#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#1d3afa0
    2013-03-06 20:12:57.125 [3844:508]: WinDFU::OpenDeviceByPath: \\?\USB#VID_05AC&PID_1227#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#1d3afa0
    2013-03-06 20:12:57.125 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 2
    2013-03-06 20:12:57.125 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 4
    2013-03-06 20:12:57.125 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 6
    2013-03-06 20:12:57.125 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 8
    2013-03-06 20:12:57.140 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 10
    2013-03-06 20:12:57.140 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 12
    2013-03-06 20:12:57.140 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 14
    2013-03-06 20:12:57.140 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 16
    2013-03-06 20:12:57.140 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 18
    2013-03-06 20:12:57.156 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 20
    2013-03-06 20:12:57.156 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 22
    2013-03-06 20:12:57.156 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 24
    2013-03-06 20:12:57.156 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 26
    2013-03-06 20:12:57.156 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 28
    2013-03-06 20:12:57.156 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 30
    2013-03-06 20:12:57.171 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 32
    2013-03-06 20:12:57.171 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 34
    2013-03-06 20:12:57.171 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 36
    2013-03-06 20:12:57.171 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 38
    2013-03-06 20:12:57.171 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 40
    2013-03-06 20:12:57.187 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 42
    2013-03-06 20:12:57.187 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 44
    2013-03-06 20:12:57.187 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 46
    2013-03-06 20:12:57.187 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 48
    2013-03-06 20:12:57.187 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 50
    2013-03-06 20:12:57.203 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 52
    2013-03-06 20:12:57.203 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 54
    2013-03-06 20:12:57.203 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 56
    2013-03-06 20:12:57.203 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 58
    2013-03-06 20:12:57.203 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 61
    2013-03-06 20:12:57.203 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 63
    2013-03-06 20:12:57.218 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 65
    2013-03-06 20:12:57.218 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 67
    2013-03-06 20:12:57.218 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 69
    2013-03-06 20:12:57.218 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 71
    2013-03-06 20:12:57.234 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 73
    2013-03-06 20:12:57.234 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 75
    2013-03-06 20:12:57.234 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 77
    2013-03-06 20:12:57.234 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 79
    2013-03-06 20:12:57.234 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 81
    2013-03-06 20:12:57.250 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 83
    2013-03-06 20:12:57.250 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 85
    2013-03-06 20:12:57.250 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 87
    2013-03-06 20:12:57.250 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 89
    2013-03-06 20:12:57.250 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 91
    2013-03-06 20:12:57.265 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 93
    2013-03-06 20:12:57.265 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 95
    2013-03-06 20:12:57.265 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 97
    2013-03-06 20:12:57.265 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 99
    2013-03-06 20:12:57.265 [3844:508]: WinDFU::UploadData: EOF, cbRead: 359
    2013-03-06 20:12:57.265 [3844:508]: <DFU Device 03FDFC10>: operation 0 progress 100
    2013-03-06 20:12:57.265 [3844:508]: WinDFU::UploadData: ZLP
    2013-03-06 20:12:57.281 [3844:508]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 6
    2013-03-06 20:12:57.281 [3844:508]: WinDFU::ProcessUpdateState: status.bState == DFU_STATE_MANIFEST_SYNC
    2013-03-06 20:12:57.281 [3844:508]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 7
    2013-03-06 20:12:57.281 [3844:508]: WinDFU::ProcessUpdateState: status.bState == DFU_STATE_MANIFEST, PollTimeout: 3000
    2013-03-06 20:13:00.281 [3844:508]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 8
    2013-03-06 20:13:00.281 [3844:508]: WinDFU::ProcessUpdateState: status.bState == DFU_STATE_MANIFEST_WAIT_RESET
    2013-03-06 20:13:00.281 [3844:508]: WinDFU::ResetDevice: resetting...
    2013-03-06 20:13:20.296 [3844:508]: WinDFU::FinalizeDfuUpdate: success
    2013-03-06 20:13:20.296 [3844:508]: <DFU Device 03FDFC10>: DFU succeeded
    2013-03-06 20:13:21.437 [3844:df0]: WinAMRestore::OnInterfaceRemoval: \\?\USB#VID_05AC&PID_1227#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#1d3afa0
    2013-03-06 20:13:21.437 [3844:df0]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#4b6b6b97
    2013-03-06 20:13:21.468 [3844:df0]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2013-03-06 20:13:21.484 [3844:df0]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2013-03-06 20:13:21.500 [3844:df0]: WinAMRestore::AddAppleDeviceToDeviceList, old disconnected device connects again
    2013-03-06 20:13:21.500 [3844:df0]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#4b6b6b97, inst: 0x677c218
    2013-03-06 20:13:21.500 [3844:df0]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#4b6b6b9 7
    2013-03-06 20:13:21.531 [3844:df0]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2013-03-06 20:13:21.546 [3844:df0]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2013-03-06 20:13:21.546 [3844:df0]: WinAMRestore::AddAppleDeviceToDeviceList, device already connected, new interface
    2013-03-06 20:13:21.546 [3844:df0]: AppleDevice::SetDeviceID: AMD_INTERFACE_IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#4b6b6b9 7, inst: 0x677c218
    2013-03-06 20:13:21.546 [3844:df0]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#4b6b6b9 7, inst: 0x677c218
    2013-03-06 20:13:21.546 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0402fb78, notify: 2, connected: 1
    2013-03-06 20:13:21.546 [3844:df0]: AppleDevice::NotifyDisconnect: DFU \\?\USB#VID_05AC&PID_1227#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#1d3afa0, inst: 0x402fb78
    2013-03-06 20:13:21.546 [3844:df0]: _AMDFUModeDeviceFinalize: 03FDFC10
    2013-03-06 20:13:21.546 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0677c218, notify: 1, connected: 0
    2013-03-06 20:13:21.546 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0874bc90, notify: 2, connected: 0
    2013-03-06 20:13:21.546 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0679f920, notify: 2, connected: 0
    2013-03-06 20:13:21.546 [3844:df0]: AppleDevice::NotifyConnect: Device type: 2, Interfaces total: 2, arrived: 2
    2013-03-06 20:13:21.546 [3844:df0]: AppleDevice::NotifyConnect: IBOOT, IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#4b6b6b9 7, inst: 0x677c218
    2013-03-06 20:13:21.546 [3844:df0]:                             IBOOT, DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#4b6b6b97, inst: 0x677c218
    2013-03-06 20:13:21.546 [3844:f08]: device software does not support nonce generation
    2013-03-06 20:13:21.546 [3844:f08]: device software does not support nonce generation
    2013-03-06 20:13:21.546 [3844:f08]: iTunes: SCEP 4
    2013-03-06 20:13:21.703 [3844:4fc]: iBoot build-version = iBoot-931.71.16
    2013-03-06 20:13:21.703 [3844:4fc]: iBoot build-style = RELEASE
    2013-03-06 20:13:21.703 [3844:4fc]: <Recovery Mode Device 04031498>: operation 44 progress -1
    2013-03-06 20:13:21.703 [3844:4fc]: requested restore behavior: Erase
    2013-03-06 20:13:21.703 [3844:4fc]: requested variant: Erase
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreLogo" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreDeviceTree" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreKernelCache" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreRamDisk" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBEC" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "KernelCache" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "BatteryLow1" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "BatteryLow0" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBoot" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "DeviceTree" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "BatteryCharging1" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "BatteryCharging" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "AppleLogo" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "BatteryPlugin" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "BatteryFull" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "BatteryCharging0" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RecoveryMode" has been previously personalized; skipping it
    2013-03-06 20:13:21.718 [3844:4fc]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    2013-03-06 20:13:21.718 [3844:4fc]: unable to open device_map.txt: No such file or directory
    2013-03-06 20:13:21.718 [3844:4fc]: found device map entry for 0x00008720 0x00000000. boardConfig=n72ap platform=s5l8720x
    2013-03-06 20:13:21.718 [3844:4fc]: _AMRestoreCreateCFDataWithContentsOfFile: CreateFileA failed: 2
    2013-03-06 20:13:21.718 [3844:4fc]: unable to create data from file: 17
    2013-03-06 20:13:21.718 [3844:4fc]: device_map.plist file not found
    2013-03-06 20:13:21.718 [3844:4fc]: AMDeviceIoControl: GetOverlappedResult failed
    2013-03-06 20:13:21.718 [3844:4fc]: AMDeviceIoControl: pipe stall
    2013-03-06 20:13:21.718 [3844:4fc]: USBControlTransfer: error 31, usbd status c0000004
    2013-03-06 20:13:21.718 [3844:4fc]: command device request for 'getenv radio-error' failed: 2008
    2013-03-06 20:13:21.718 [3844:4fc]: radio-error not set
    2013-03-06 20:13:21.718 [3844:4fc]: unable to open device_map.txt: No such file or directory
    2013-03-06 20:13:21.718 [3844:4fc]: <Recovery Mode Device 04031498>: production fused device
    2013-03-06 20:13:21.734 [3844:4fc]: interface has 1 endpoints, file pipe = 1
    2013-03-06 20:13:21.734 [3844:4fc]: <Recovery Mode Device 04031498>: operation 4 progress -1
    2013-03-06 20:13:21.812 [3844:4fc]: <Recovery Mode Device 04031498>: operation 42 progress -1
    2013-03-06 20:13:21.828 [3844:4fc]: AMDeviceIoControl: GetOverlappedResult failed
    2013-03-06 20:13:21.828 [3844:4fc]: AMDeviceIoControl: pipe stall
    2013-03-06 20:13:21.828 [3844:4fc]: USBControlTransfer: error 31, usbd status c0000004
    2013-03-06 20:13:21.828 [3844:4fc]: command device request for 'setpicture 0' failed: 2008
    2013-03-06 20:13:21.828 [3844:4fc]: AMRAuthInstallDeletePersonalizedBundle
    2013-03-06 20:13:21.875 [3844:4fc]: <Recovery Mode Device 04031498>: Recovery mode failed (result = 21)
    2013-03-06 20:13:22.062 [3844:f08]: iTunes: Restore error 21
    2013-03-06 20:13:22.156 [3844:df0]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#4b6b6b9 7
    2013-03-06 20:13:22.156 [3844:df0]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#4b6b6b9 7
    2013-03-06 20:13:22.171 [3844:df0]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2013-03-06 20:13:22.187 [3844:df0]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2013-03-06 20:13:22.203 [3844:df0]: WinAMRestore::AddAppleDeviceToDeviceList, device already connected, new interface
    2013-03-06 20:13:22.203 [3844:df0]: AppleDevice::SetDeviceID: AMD_INTERFACE_IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#4b6b6b9 7, inst: 0x677c218
    2013-03-06 20:13:22.203 [3844:df0]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#4b6b6b9 7, inst: 0x677c218
    2013-03-06 20:13:22.203 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0402fb78, notify: 0, connected: 0
    2013-03-06 20:13:22.203 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0677c218, notify: 1, connected: 1
    2013-03-06 20:13:22.203 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0874bc90, notify: 2, connected: 0
    2013-03-06 20:13:22.203 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0679f920, notify: 2, connected: 0
    2013-03-06 20:13:22.203 [3844:df0]: AppleDevice::NotifyConnect: Device type: 2, Interfaces total: 2, arrived: 3
    2013-03-06 20:13:22.203 [3844:df0]: AppleDevice::NotifyConnect: Interfaces total != arrived, no notification
    2013-03-06 20:13:22.250 [3844:df0]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#4b6b6b97
    2013-03-06 20:13:22.250 [3844:df0]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#4b6b6b97
    2013-03-06 20:13:22.281 [3844:df0]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2013-03-06 20:13:22.296 [3844:df0]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2013-03-06 20:13:22.296 [3844:df0]: WinAMRestore::AddAppleDeviceToDeviceList, device already connected, new interface
    2013-03-06 20:13:22.296 [3844:df0]: AppleDevice::SetDeviceID: AMD_INTERFACE_DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#4b6b6b97, inst: 0x677c218
    2013-03-06 20:13:22.296 [3844:df0]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#4b6b6b97, inst: 0x677c218
    2013-03-06 20:13:22.296 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0402fb78, notify: 0, connected: 0
    2013-03-06 20:13:22.296 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0677c218, notify: 1, connected: 1
    2013-03-06 20:13:22.296 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0874bc90, notify: 2, connected: 0
    2013-03-06 20:13:22.296 [3844:df0]: WinAMRestore::ProcessDevNodesChanges: device: 0x0679f920, notify: 2, connected: 0
    2013-03-06 20:13:22.296 [3844:df0]: AppleDevice::NotifyConnect: Device type: 2, Interfaces total: 2, arrived: 4
    2013-03-06 20:13:22.296 [3844:df0]: AppleDevice::NotifyConnect: Interfaces total != arrived, no notification

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar      

  • Redo log file corupted, database not getting open

    I am Oracle Funda-1 student.
    Have install standard Oracle 9I on Windows XP pro service pack 2.
    I made some changes in sample table & given commit. So log buffer will flush to redo log file.
    Then I open current redo log file from OS & selected all junk characters [select all] & deleted same. Save the file. Causing redo file size 0KB.
    Then made more changes to table & issue commit. no errors ! every thing working file.
    Even chked V$log & V$logfile.
    Again I open current redo log file from OS & selected all junk characters [ select all ] & deleted same. Save the file. Causing redo file size 0KB.
    Then issue manual log switch. Alter system switch logfile
    I got disconnected from database & database was close.
    When I reconnected & try to open database in normal mode. Gave error saying redolog_1.log is corrupted & needed for recovery.
    Now not even allowing me clear redo group 1. with alter database clear logfile group 1. as database is not coming to open stage.
    just able to mount the database. with error rdolog_1 corrupted.
    Wasn't oracle suppose to be halted when very 1st time I corrupted redo log file.
    Why it disconnected me & got close.
    When then one use alter database clear logfile group 1.

    I may try this ALTER DATABASE OPEN RESETLOGS;
    As no backup & not multiplex.
    Still looking for explanation why database got close down instead of getting halt.
    I have found one more status in V$log, which is not given in Oracle university book or online document.
    INVALIDATED
    Which come as a result when oracle unable to switch to next on line group due to non availability of next group redo log physical file.
    SQL> select group#,members,status from V$log;
    GROUP# MEMBERS STATUS
    1 1 INVALIDATED
    2 1 INACTIVE
    4 1 UNUSED
    As matter of fact, it's only portion of a big
    document which happen to cover what you are testing
    in detail.
    I would invest time to read the document to
    understand how things work instead of getting dirty
    quick answers.

  • T is frequently switching the redo log files within 5min approx..

    i am facing frequent switching of redo logs within 5minutes
    can you please tell how to resolve
    thanks for help

    Hi,
    I found this:
    More frequent log switches may result in decreased performance. If your redo logs switches so faster Oracle will stop processing until the checkpoint completes successfully. Generally it is recommended to size your redo log file in a way that Oracle performs a log switch every 15 to 30 minutes.
    A recommended approach is to
    Query V$LOG view to determine the current size of the redo log members.
    Record the number of log switches per hour.
    Increase the log file size so that Oracle switches at the recommended rate of one switch per 15 to 30 minutes.
    You can also check messages in the alert log in order to determine how fast Oracle is filling and switching logs. Suppose if your database redo log file size is set to 1MB. It means that Oracle switches the logs every 1 minute. So you will need to increase the size of redo log file to 30MB so that Oracle switches per 30 minutes.
    It is also recommended to ensure that your online redo log files do not switch too often during high activity time. Instead in the period of high activity it should switch less while it should switch enough times during the time of low processing workloads. Many database administrators create PL/SQL programs to ensure that the logs switch every 15 to 30 minutes during times when activity is low.
    Oracle ARCHIVE_LAG_TARGET can also be used to force a log switch after the specified amount of time elapses. The basic purpose of ARCHIVE_LAG_TARGET parameter is to control the amount of data that is lost and effectively increasing the availability of the standby database but many database administrators set ARCHIVE_LAG_TARGET parameter to make sure that the logs switch at regular intervals during lower activity time periods.
    You should also keep in mind that how the size of the online redo log files will affect the instance recovery. Remember the lesser the checkpoints are taken; the longer will be the instance recovery duration. You can decrease the instance recovery time by appropriately setting the LOG_CHECKPOINT_TIMEOUT, LOG_CHECKPOINT_INTERVAL and FAST_START_MTTR_TARGET parameters.

  • Require 9i Primary and Standby redo logs files same size?

    Hi,
    We have 9.2.0.6 Oracle RAC (2 node) and configured data guard (physical standby).
    I want to increase redo log files size, but i can't this do same time primary and standby side.
    Is there a rule, primary and standby database instances have same size redo log files?
    If I increase only primary redo log files, is there any side effect? However I try this issue on test system. I increased all primary redo log files(if status='INACTIVE' drop redo log group and add redo log group, switch logfile,...)
    , but i couldn't changed standby side. So the system is work well. Is this correct solution or not? How can i increase both sides redo log files?
    Thank you for helps..

    Thank you for your helps.. I found this issue answer:
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14239/manage_ps.htm#i1010448
    Consequently, when you add or drop an online redo log file at the primary site, it is important that you synchronize the changes in the standby database by following these steps:
    If Redo Apply is running, you must cancel Redo Apply before you can change the log files.
    If the STANDBY_FILE_MANAGEMENT initialization parameter is set to AUTO, change the value to MANUAL.
    Add or drop an online redo log file:
    To add an online redo log file, use a SQL statement such as this:
    SQL> ALTER DATABASE ADD LOGFILE '/disk1/oracle/oradata/payroll/prmy3.log' SIZE 100M;
    To drop an online redo log file, use a SQL statement such as this:
    SQL> ALTER DATABASE DROP LOGFILE '/disk1/oracle/oradata/payroll/prmy3.log';
    Repeat the statement you used in Step 3 on each standby database.
    Restore the STANDBY_FILE_MANAGEMENT initialization parameter and the Redo Apply options to their original states.
    bye..

  • Recover from missing files(redo log file/control file) and state of the DB

    Hello,
    i hv go through the doc. as well. But have some doubts what will happen in each on these situations.
    Pls help me to clarify these!
    Scenario is like this;
    hv 3 redo log files - multiplxed
    hv 3 control files - multiplxed
    - What will happen if 1 redo log file missing when starting the DB?
    - What will happen if 1 redo log file missing when using(performing operations) the DB?
    (will it recover automatically/db abort/even redo log lost will the DB run as usual... ?)
    -How to recover this lost redo log?
    - What will happen if 1 control file missing when starting the DB?
    - What will happen if 1 control file missing when using(performing operations) the DB?
    (will it recover automatically/db abort/even control file lost will the DB run as usual... ?)
    -How to recover this lost redo log?
    thanks

    - What will happen if 1 redo log file missing when starting the DB?IF you have multiplexed the members you can drop the lost file and will be able to open the DB
    What will happen if 1 redo log file missing when using(performing operations) the DB?Again if multiplexed it will drop a warinign in the alert log and contnue to write on othere members
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/recoscen.htm#sthref1385
    - What will happen if 1 control file missing when starting the DB?Just remove the entry from the init.ora and start the DB
    What will happen if 1 control file missing when using(performing operations) the DB?Will shutdown

  • How to overcome corrupt redo log block header

    friends, can you tell me any utilities or packages using which i can clean my redo log . Iam encountering this error during recovery of my database
    Nand

    Jafar,
    SQL> recover database using backup controlfile;
    ORA-00279: change 166327733 generated at 04/03/2008 12:06:36 needed for thread
    1
    ORA-00289: suggestion : C:\COLD\ARCHIVES\ARC17966_0616830416.001
    ORA-00280: change 166327733 for thread 1 is in sequence #17966
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    C:\STREDO09.LOG
    ORA-00283: recovery session canceled due to errors
    ORA-00354: corrupt redo log block header
    ORA-00353: log corruption near block 4044 change 166329643 time 04/03/2008
    12:46:45
    ORA-00334: archived log: 'C:\STREDO09.LOG'
    ORA-01112: media recovery not started
    The stredo09.log is the standby redo log. My production server crashed.....Unfortunately the physical standby was also down..before main crashed..(power failure). Iam not able to open the production server.

  • Redo log files lost in Disk Corruption/failure

    DB version:10gR2
    In one of our test databases, I have lost all members of a group due to disk corruption(it was a bad practise to store both members on the same filesystem)
    Database is still up. We don't have a backup of the lost redo log group. Altogether we had 3 redo log groups. this is what i am going to do to fix this issue.
    Step 1. Add a redo log group
    ALTER DATABASE
    ADD LOGFILE ('/u04/oradata/ora67tst/log4a.rdo',
       '/u05/oradata/ora67tst/log4b.rdo') SIZE 15m;Step 2. Drop the corrupted redo log group
    ALTER DATABASE DROP LOGFILE GROUP 2;Is this the right way to go about fixing this issue?
    The documentation says that you need to make sure a redo log group is archived before you DROP it.
    When i use the query
    SQL>SELECT GROUP#, ARCHIVED, STATUS FROM V$LOG;
        GROUP# ARC STATUS
             1 YES  ACTIVE
             2 NO  CURRENT
             3 NO  INACTIVE
    How can i force the archiving of a redo log group 2?
    Edited by: Citizen_2 on May 28, 2009 10:10 AM
    Edited by: Citizen_2 on May 28, 2009 10:11 AM

    Citizen_2 wrote:
    How can i force the archiving of a redo log group 2?How could you archive a log group when you have lost all members of that group?
    Have you checked out this documentation: [Recovering After the Loss of Online Redo Log Files|file://///castle/1862/Home%20Directories/Vaillancourt/Oracle%2010gR2%20Doc/backup.102/b14191/recoscen008.htm#sthref1872]
    More specifically:
    If the group is . . .      Current      
    Then . . .
    It is the log that the database is currently writing to.
    And you should . . .
    Attempt to clear the log; if impossible, then you must restore a backup and perform incomplete recovery up to the most recent available redo log.
    >
    HTH!

Maybe you are looking for

  • 1080p apple tv hdmi issues in movie info page.

    Hi, anyone have an issue with the latest 1080p device and hdmi issues in the movie previews? With the new hardware I have an issue when I go to a movie preview; the image shifts green and then my tv loses sync. Thanks

  • Problem with memo field displaying

    I have a table in MS access with a memo field. Everything the user inputs in the field is recorded in the table. When I try to output the memo field I am on getting part of the field. Attached is the code for displaying the data from the acty_comment

  • Is there a solution for iMessage "Bug"

    I'm sitting here and trying to activate iMessage on my old iPhone 3GS that my doughter now got. The problem is iMessage that still remembers my phone number even if I enter my doughters Apple ID. I have searched everywhere and I read a lot about this

  • Module Pool+TOP+report prog,, Shuld I move to TEST individually?

    Hi Experts, I enhanced one Module Pool Prog., which contains 3 parts i.e. 1 - Main Module Prog. 2- Top include 3- One error report prog. i.e. executable prog. So, Now, I need to move this main Module prog. to TEST box, So, 1) I guess I need to move t

  • Black screen with Distortion - Macbook Pro (Retina 15 inch Late 2013)

    Hello. I don't know much about computer problems like this, hence why i'm here but yesterday my Macbook Pro started to get pixel size flickering snow with some flashing horizontal lines. It kept functioning fine although this was happening.  Then lat