Complete recovery

Hi All,
I have a doubt. Imagine a database in archive log mode. whatever transactions are going on vil be written to redo logs and then to the archivelogs during the subsequent switch. But what if when db got crashed before the archive generated for the last redo?
through archives we can recover till the last archive but what about the transactions which is written is the last active redo which is not written to archives yet? CAn we use redo logs for the recovery? if yes then how?
Regards
Arun

ONLINE REDO LOG FILES
Redo logs are absolutely crucial for recovery. For example, imagine that a power outage prevents Oracle from permanently writing modified data to the datafiles. In this situation, an old version of the data in the datafiles can be combined with the recent changes recorded in the online redo log to reconstruct what was lost. Every Oracle database contains a set of two or more online redo log files. Oracle assigns every redo log file a log sequence number to uniquely identify it. The set of redo log files for a database is collectively known as the database's redo log.
Oracle uses the redo log to record all changes made to the database. Oracle records every change in a redo record, an entry in the redo buffer describing what has changed. For example, assume a user updates a column value in a payroll table from 5 to 7. Oracle records the old value in undo and the new value in a redo record. Since the redo log stores every change to the database, the redo record for this transaction actually contains three parts:
* The change to the transaction table of the undo
* The change to the undo data block
* The change to the payroll table data block
If the user then commits the update to the payroll table - to make permanent the changes executed by SQL statements - Oracle generates another redo record. In this way, the system maintains a careful watch over everything that occurs in the database.
Circular Use of Redo Log Files
Log Writer (LGWR) writes redo log entries to disk. Redo log data is generated in the redo log buffer of the system global area. As transactions commit and the log buffer fills, LGWR writes redo log entries into an online redo log file. LGWR writes to online redo log files in a circular fashion: when it fills the current online redo log file, called the active file, LGWR writes to the next available inactive redo log file. LGWR cycles through the online redo log files in the database, writing over old redo data. Filled redo log files are available for reuse depending on whether archiving is enabled:
* If archiving is disabled, a filled online redo log is available once the changes recorded in the log have been saved to the datafiles.
* If archiving is enabled, a filled online redo log is available once the changes have been saved to the datafiles and the file has been archived.
ARCHIVED REDO LOG FILES
Archived log files are redo logs that Oracle has filled with redo entries, rendered inactive, and copied to one or more log archive destinations. Oracle can be run in either of two modes:
* ARCHIVELOG - Oracle archives the filled online redo log files before reusing them in the cycle.
* NOARCHIVELOG - Oracle does not archive the filled online redo log files before reusing them in the cycle.
Running the database in ARCHIVELOG mode has the following benefits:
* The database can be completely recovered from both instance and media failure.
* The user can perform online backups, i.e., back up tablespaces while the database is open and available for use.
* Archived redo logs can be transmitted and applied to the standby database
* Oracle supports multiplexed archive logs to avoid any possible single point of failure on the archive logs.
* The user has more recovery options, such as the ability to perform tablespace-point-in-time recovery (TSPITR)
Running the database in NOARCHIVELOG mode has the following consequences:
* The user can only back up the database while it is completely closed after a clean shutdown.
* Typically, the only media recovery option is to restore the whole database, which causes the loss of all transactions issued since the last backup.
for more information:
http://www.oracle.com/technology/deploy/availability/htdocs/BR_Overview.htm

Similar Messages

  • "iTunes was unable to verify your device" after succesfully completing recovery mode on iPhone 4

    I have an iPhone 4 which has never caused me any problems, until i updated to iOS7 it started lagging and battery didn't even last until midday (having it charged 100% in the morning!).
    In just a few days it turned off automatically and wouldn't turn on. I googled and solved it by pushing the two buttons together for about 10 seconds. iPhone revived, and all the data was intact though many people states it would've been erased.
    The morning after, using my iPhone more carefully not to have it crash again, it crashed. 10 seconds wouldn't do and I gave up, until the day after I found by surprise that the battery had run out and it finally showed some sign of not being completely dead!
    I connected the cable to iTunes and pushed the Home button before connecting the iPhone and it entered Recovery mode. Recovery mode was completed and the iPhone had to restart to complete the process. While completing I get the error message "iTunes was unable to verify your device, please disconnect and reconnect your device". And from here I don't get anywhere, so I will probably visit Apple Store and ask what can be done, but if anyone has had the same problem please share any possible solution to this problem!

    I had to contact Apple Store and make an appointment. They tried the last step suggested (which I had already tried three times) and stated that the memory had failed. They said it probably failed due to having some small issue already on the phone and then updating to a new iOS.
    They could only offer me an exact copy of my iPhone but new for 149€.

  • T61 will not complete recovery process

    I have a Lenovo T61 with windows XP that crashed and died. I am trying to get it to recover to factory install using the discs supplied my lenovo. I can get it to complete disc 6 but then on reboot it freezes when trying to load the ram disk or it loads the ram disk and then freezes on the windows setup screen.
    I have tried 3 different hard drives, I have run system system checks including ram and cpu and they passed, and I have tried in bot sata and ata hard drive modes. I have done a bios update and I have tried running the recovery via a usb caddy. None of this works.  If anyone have any ideas  I would very much appreciate any help you can give me.

    the discs maybe faulty, and you would need to call lenovo service, and obtain a new set of discs. 
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Battery removed from ipod touch, will not complete recovery

    the battery died a long time ago on my ipod touch 32gb, think it is 1st or 2nd gen, when i plug the ipod in it still lights up and works but asks me to plug it into itunes, when i do that itunes says i need to restore it but when i start the restore process the apple logo reappears on the ipod then it dies and i get an error message from itunes, usually unknown error 1604 or 1603, sometimes 1611. all i want to do is leave my ipod plugged into a dock to play music without the ipod having a battery will this work, surely there must be a way if it's still showing the screen when plugged in

    hi thanks for your reply, i tried all of the things on this page already and still no luck, itunes goes into preparing ipod for recovery, the screen on the ipod switches from telling me to connect to itunes, to the apple logo for about 10-20 seconds then the screen on the touch dies and the update either fails or just sticks on preparing bar
    really quite annoying this

  • HT2188 Phone displaying iTunes music sign & USB cord, tried to complete recovery mode and still showing same thing after

    Iphone displaying music sign and USB cord a box pops up iTunes has detected an Iphone in recovery mode You must restroe this Iphone before it can be used w/iTunes...did that 3 different times and still no results...

    Might your iPhone have been jailbroken?  Sounds like it's "bricked".  It will be a paperweight if so.

  • Standby database is not completing recovery.

    All,
    I applied a PSU to 10.2.0.4 (8576156) patch this afternoon on both the primary and standby oracle_home(s). Upon starting up the standby database, I no longer see the “media recovery waiting” message in the alert log when an archive log is sent from the primary.
    Not sure if I have an issue with the patch or DG is configured or started.
    Perhaps another set of eyes can lead me to an issue I am not seeing.
    The standby database was started as follows:
    alter database RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION
    Example alert log message before:
    Sun Sep 13 02:20:39 2009
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[2]: Successfully opened standby log 4: '/oradat1/cwsiqa2/cwsiqa2_sb_redo04_a.log'
    Sun Sep 13 02:20:47 2009
    Media Recovery Waiting for thread 1 sequence 52 (in transit) <<== NOTE
    Sun Sep 13 02:20:47 2009
    Recovery of Online Redo Log: Thread 1 Group 4 Seq 52 Reading mem 0
    Mem# 0: /oradat1/cwsiqa2/cwsiqa2_sb_redo04_a.log
    Mem# 1: /oradat2/cwsiqa2/cwsiqa2_sb_redo04_b.log
    Example alert log message after:
    Primary database is in MAXIMUM PERFORMANCE mode
    Tue Sep 15 15:56:27 2009
    RFS[3]: Successfully opened standby log 4: '/oradat1/cwsiqa2/cwsiqa2_sb_redo04_a.log'
    Tue Sep 15 15:56:27 2009
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[4]: Successfully opened standby log 6: '/oradat3/cwsiqa2/cwsiqa2_sb_redo06_a.log'
    Tue Sep 15 15:57:05 2009
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[5]: Assigned to RFS process 29772
    RFS[5]: Identified database type as 'physical standby'
    Tue Sep 15 16:12:56 2009
    The same messages are listed in v$datagurd_status
    1* select message from v$dataguard_status
    SQL> /
    MESSAGE
    ARC0: Archival started
    ARC1: Archival started
    ARC2: Archival started
    ARC3: Archival started
    ARC4: Archival started
    ARC5: Archival started
    ARC6: Archival started
    ARC7: Archival started
    ARC8: Archival started
    ARC9: Archival started
    ARC9: Becoming the 'no FAL' ARCH
    ARC9: Becoming the 'no SRL' ARCH
    ARC0: Becoming the heartbeat ARCH
    Attempt to start background Managed Standby Recovery process
    MRP0: Background Managed Standby Recovery process started
    Managed Standby Recovery starting Real Time Apply
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[1]: Assigned to RFS process 28316
    RFS[1]: Identified database type as 'physical standby'
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[2]: Assigned to RFS process 28318
    RFS[2]: Identified database type as 'physical standby'
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[3]: Assigned to RFS process 29693
    RFS[3]: Identified database type as 'physical standby'
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[4]: Assigned to RFS process 29691
    RFS[4]: Identified database type as 'physical standby'
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[3]: Successfully opened standby log 4: '/oradat1/cwsiqa2/cwsiqa2_sb_redo04_a.log'
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[4]: Successfully opened standby log 6: '/oradat3/cwsiqa2/cwsiqa2_sb_redo06_a.log'
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    RFS[5]: Assigned to RFS process 29772
    RFS[5]: Identified database type as 'physical standby'
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[4]: Successfully opened standby log 4: '/oradat1/cwsiqa2/cwsiqa2_sb_redo04_a.log'
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[4]: Successfully opened standby log 6: '/oradat3/cwsiqa2/cwsiqa2_sb_redo06_a.log'
    I also have a “gap” that is not getting resolved.
    SQL> select * from v$archive_gap
    2 /
    THREAD# LOW_SEQUENCE# HIGH_SEQUENCE#
    1 53 53
    SELECT MAX(R.SEQUENCE#) LAST_SEQ_RECD, MAX(L.SEQUENCE#) LAST_SEQ_SENT
    2* FROM V$ARCHIVED_LOG R, V$LOG L WHERE R.DEST_ID=2 AND L.ARCHIVED='YES'
    SQL> /
    LAST_SEQ_RECD LAST_SEQ_SENT
    54     58
    Any insight would be appreciated.

    Problem has been resolved.

  • HP System Recovery DVD Unable to Complete Recovery

    Hello
    I am having trouble using the System Recovery DVDs on my HP Pavilion dm4-1065dx. My computer got a virus and I uninstalled Windows 7 and reinstalled it using a new copy I bought.  Currently my computer can run Windows 7 but it does not have any programs or other software installed on it. I am trying to restore my computer to factory settings using the System Recovery DVDs from HP. The DVD works until it gets to the step where it must restore files to the hard drive. About 10% into this step a message pops up that says:
    "Contact HP Support
    In most cases, recovering the hard drive will fix your problems.
    If your problems continue, you may need to contact HP Support. Find HP Support contact information in your PC documentation."
    I have tried running the System Recovery DVDs several times and always get this message. So far I have been unable to recover my hard drive and try this process again.  
    Any tips?
    Thanks

    Hello
    I am having trouble using the System Recovery DVDs on my HP Pavilion dm4-1065dx. My computer got a virus and I uninstalled Windows 7 and reinstalled it using a new copy I bought.  Currently my computer can run Windows 7 but it does not have any programs or other software installed on it. I am trying to restore my computer to factory settings using the System Recovery DVDs from HP. The DVD works until it gets to the step where it must restore files to the hard drive. About 10% into this step a message pops up that says:
    "Contact HP Support
    In most cases, recovering the hard drive will fix your problems.
    If your problems continue, you may need to contact HP Support. Find HP Support contact information in your PC documentation."
    I have tried running the System Recovery DVDs several times and always get this message. So far I have been unable to recover my hard drive and try this process again.  
    Any tips?
    Thanks

  • TS1538 i have a iphone and am unable to recover the device it keeps say iphone disabled connect to itunes even after completing recovery mode and dfu

    my ipod is disabled and asking to connect to itunes.
    i ahve tried to recover and dfu but it still dosent work .Please any help asap will be appriciated

    Put the phone into recovery mode:
    http://support.apple.com/kb/ht1808

  • Unable to complete recovery to factory settings

    Hi, my HP notebook has been crashing for some time now so I decided to reset it to default. I click System Recovery and carry on without backing up my files (all I need I have on a pendrive). It starts off, gets stuck on 1% and then this message comes up:
    Recovery Manager could not restore your computer using the factory image. Please contact HP support. Error code: 0xe0ef0003.
    I'm really scared, what do I do?

    Hi
    You have a couple of options as I see it please try these steps might help you resolve your issue.
    Please run the Hard drive & Memory test on the unit and check if both are working fine if any fails then you need to replace the part.
    Testing a Hard Disk using the Built in Self Test
    You May need to order a set of HP restore discs, apparently the image on the hard drive is corrupt.
    You can order recovery media here
    Order Recovery Discs for Windows 7, Vista, or XP
    Let us know how it goes!
    *Although I am an HP employee, I am speaking for myself and not for HP.
    ****Click the White Kudos star to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Cannot complete recovery procedure of iPod Touch 4g

    My son´s iPod touch 4g was lost for some time, plus he forgot the password. I go through all the steps to restore it, but at some point while itunes is downloading the software update, the ipod disconnects, and I cannot complete the process

    Thanks IIIaass. I do not get that message, but I disabled the antivirus anyway. What happens is that after some 10 minutes, and ca. halfway thru the process, the ipod disconnects and iTunes shows the following message: "iTunes could not connect to the ipod "ipod" because it is locked with a passcode. You must enter your passcode on the ipod before it can be used with itunes"
    We dont remember the passcode, but in any case, the ipod is blocked and will not let us introduce a passcode even if we remembered it.

  • PIX 506E - Complete recovery/restore?

    I recently got a new 506, however... I am trying to reset it completely so that I can reconfigure it for this new location. However, I think that they had the speed changed, because when I connect via console cable, and normal settings, I just get a bunch of CCCCCC's.... I know with the 2800's, you hold down a button when it powers on, and you can get into rommon that way, and from what I've read about the 506's, you gotta send the BREAK sequence and get into rommon that way, however... I can't read the output. =**[ Any help in this would be greatly appreciated! Thanks much!
    Shaun

    Please make sure that hyperterminal settings are correct:
    9600 bps, 8 data bits, none as parity, no flow control and 1 stop bit.
    In addition, PIX needs ESC key in order to go to monitor mode but I'm not sure why you're trying to do that. You just need to go to enable mode and issue the command "wr erase" and then to reload the box

  • Complete Recovery from HOT BACKUP

    One of our server had media failuer. We are rebuilding new server and reinstalling oracle on it. I have hot backup of instance which I would like to recover.
    Can I have steps please. I will appreciate your help...!

    Hi,
    What is the OS and version of Oracle?
    Do you have all the archivelogs after the hot backup? Is the backup a valid backup? Is it a RMAN backup or normal file system backup of the datafiles?
    Regards,
    Badri.

  • Can I do a complete recovery of hard drive recovery and everything t over without an external drive if I don't care to save anythingcm

    having bad permission problems and just seems easier to start over can I do it without an external hard drive as long I'm not saving information

    I have dozen OWC cases and drives and no issue so I know that they are good choice.
    Don't know how much data and such and given the price of 1-2-3TB drives $160 for 1TB might be small but get the job done, while 3TB for $230 is a good drive + case investment to handle your needs and nice combo TimeMachien and other purposes - for external solution which you do want, so it can be safe and off line etc
    http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATA_FW800_FW400_USB
    I keep a Voyager Dock around to access various bare drives externally as need, they do get warm under heavier use but work well
    http://eshop.macsales.com/shop/NewerTech/Voyager/Hard_Drive_Dock
    Good value in a bare drive
    http://eshop.macsales.com/item/Seagate/ST3000DM001R/
    Popular WD Black 2TB for all uses
    http://eshop.macsales.com/item/Western%20Digital/WD2002FAEXR/
    For my own systems. SSD for system with spare 10K 250GB WD drives ($100 for either), WD Black 1TB for data and 1-1.5TB Green for backups.
    WD Black 1TB $93
    http://www.amazon.com/Western-Digital-Caviar-Internal-Desktop/dp/B0036Q7MV0/
    WD Green 3TB $149 - backup
    http://www.amazon.com/Western-Digital-Caviar-Green-Desktop/dp/B004RORMF6/
    WD VR 10K 250GB $103 200MB/sec boot drive :
    http://www.amazon.com/gp/product/B007V5A1BK/
    Those last and last and make a nice boot drive.
    SSD: Samsung 840 128GB
    http://www.amazon.com/Samsung-Series-120GB-internal-MZ-7TD120BW/dp/B009NHAF06/

  • Table not found after complete tablespace recovery

    Hello Everyone, Table not found even after tablespace restored and recovered. Please loot at this if you got a minute.
    SQL> conn reddy/reddy
    Connected.
    SQL> select table_name from user_tables where tablespace_name='REDDY';
    TABLE_NAME
    RECORDS
    EMP
    SQL> select * from emp;
    ENAME E_NUM ESAL E_ID
    jim 1001 40000 25
    sam 1002 30000 27
    kim 1003 35000 30
    phil 1005 25000 37
    sam 1006 32000 40
    james 1009 43000 45
    6 rows selected.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@RHELSRV ~]$ rman
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jul 4 21:05:37 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN> connect target/
    connected to target database: ORCL (DBID=1314955841)
    RMAN> backup tablespace reddy;
    Starting backup at 04-JUL-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=115 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00008 name=/u01/app/oracle/oradata/orcl/reddy01.dbf
    channel ORA_DISK_1: starting piece 1 at 04-JUL-12
    channel ORA_DISK_1: finished piece 1 at 04-JUL-12
    piece handle=/u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_04/o1_mf_nnndf_TAG20120704T210605_7z8rq6pb_.bkp tag=TAG20120704T210605 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:07
    Finished backup at 04-JUL-12
    Starting Control File and SPFILE Autobackup at 04-JUL-12
    piece handle=/u01/orabackup/c-1314955841-20120704-01 comment=NONE
    Finished Control File and SPFILE Autobackup at 04-JUL-12
    RMAN> exit
    Recovery Manager complete.
    [oracle@RHELSRV ~]$ expdp dumpfile=emp.dmp logfile=emp.log directory=dpump tables=emp
    Export: Release 10.2.0.1.0 - Production on Wednesday, 04 July, 2012 21:07:21
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Username: reddy
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Starting "REDDY"."SYS_EXPORT_TABLE_01": reddy/******** dumpfile=emp.dmp logfile=emp.log directory=dpump tables=emp
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 64 KB
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    . . exported "REDDY"."EMP" 6.070 KB 6 rows
    Master table "REDDY"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
    Dump file set for REDDY.SYS_EXPORT_TABLE_01 is:
    /u01/orabackup/emp.dmp
    Job "REDDY"."SYS_EXPORT_TABLE_01" successfully completed at 21:08:07
    [oracle@RHELSRV ~]$ sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 4 21:08:21 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: reddy
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> drop table emp;
    Table dropped.
    SQL> select table_name from user_tables where tablespace_name='REDDY';
    TABLE_NAME
    RECORDS
    SQL> conn /as sysdba
    Connected.
    SQL> alter tablespace reddy offline;
    Tablespace altered.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@RHELSRV ~]$ rman
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jul 4 21:09:39 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN> restore tablespace reddy;
    Starting restore at 04-JUL-12
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 07/04/2012 21:09:56
    RMAN-12010: automatic channel allocation initialization failed
    RMAN-06171: not connected to target database
    RMAN> connect target/
    connected to target database: ORCL (DBID=1314955841)
    RMAN> restore tablespace reddy;
    Starting restore at 04-JUL-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=109 devtype=DISK
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00008 to /u01/app/oracle/oradata/orcl/reddy01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_04/o1_mf_nnndf_TAG20120704T210605_7z8rq6pb_.bkp
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_04/o1_mf_nnndf_TAG20120704T210605_7z8rq6pb_.bkp tag=TAG20120704T210605
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    Finished restore at 04-JUL-12
    RMAN> recover tablespace reddy;
    Starting recover at 04-JUL-12
    using channel ORA_DISK_1
    starting media recovery
    media recovery complete, elapsed time: 00:00:01
    Finished recover at 04-JUL-12
    RMAN> exit
    Recovery Manager complete.
    [oracle@RHELSRV ~]$ sqlplus '/as sysdba'
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 4 21:10:42 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> alter tablespace reddy online;
    Tablespace altered.
    SQL> conn reddy/reddy
    Connected.
    SQL> select table_name from user_tables where tablespace_name='REDDY';
    TABLE_NAME
    RECORDS
    Thanks in Advance!!!!

    Hi,
    As you performed complete recovery you did see the table resotred. You can use TSPITR
    recover tablespace reddy until time "to_date('04-JUL-2012 21:07:00','dd-mon-rrrr hh24:mi:ss')" auxiliary destination ''xxxxxx';
    Read http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmtspit.htm#BRADV009
    Anand

  • Iphone 4 stuck in recovery mode, sleep button not working and Apple not helping

    Hey Apple Community,
    My iPhone 4 has been caused me a lot of frustration in the past week and after getting rejected from Apple Customer Service I did not know where else to turn. Sometime in January my iPhone 4's sleep/wake button stopped responding (it seemed to have gotten stuck) and in my initial call to Apple I was told there was nothing they could do for me even though I was within the 1 year warranty. I figured I could live without locking my phone, it wasn't that big of a deal to me so I simply ignored it.
    However, just a few days ago my home button started being less responsive and this was clearly something I could not manage without. It was acting odd, sometimes it would work on the first try and sometimes it wouldn't do anything even after 4-5 tries. The worst part was it would automatically go to voice control even when it was sitting in my pocket. This of course caused me quite a lot of embarrassment since voice control would activate in the middle of my lectures sounding a chime and would dial a random person's number and I would open my phone to hearing someone calling my name. No fun indeed. I called apple about it last week and the nice agent told me that he had waved some sort of a fee to talk to me, I did not know I was required to pay to recieve basic customer support. He also said since I was over the one-year warranty by 7 days and because I do not have an Apple Care plan there was nothing he could do for me besides offering me a refurbished iPhone 4 for $150 as a replacement. I said thanks for the offer but that isn't exactly solving my problem. Since Apple comes out with a new phone every year and being an Apple geek I stay current with the new technology - the Apple care plan just doesn't suit me. I protect my phone in the best of cases and I have never damaged a product due to negligence, I'm not a kid anymore so I don't need to insure my products for my own stupidity. 
    Well just in the past few hours the demon iPhone went from making random calls to showing me a "Connect to iTunes" logo. I figured it had to be reset due to some software probelm (which meant I might not have to fork out $$$ to get the home button fixed), I gladly connected it to my laptop and now it wont seem to leave recovery mode. I have tried numerous times and it seems to complete recovery and then tell me to connect to itunes again. At this point I feel like I have lost my phone (and everything precious I had stored in it).
    Of course as a business professional this is quite a set back. All my contacts, all my pictures and scans of products and documents and even the little notes that I kept on there to help me function - all gone. I haven't called Apple yet but since they were unable to help me before I am assuming there isn't much they can do now. I do not want to pay $29.99 to be able to talk to someone who will tell me I am out of luck. I am about 130 miles from the nearest Apple store so the Genius bar is out of the window. So in a last attempt to salvage this expensive piece of technology I turn to you Apple Community for suggestions. I was not able to find an email address for customer service or any method of communication to someone who could just hear me out and give me a reasonable excuse for why Apple cannot do anything for me.  I always heard about the great customer service of Apple but I am surprised to see a product fail before my eyes and the manufacturer simply refusing to accept responsibility; all because I am 7 days too late. If I had dropped it or damage it through some programming experiments then I understand Apple refusing to do anything but this case is very disappointing.
    I would sincerely appreciate any advice and apologize for writing a novel here, I wanted to present my case in the fullest of details.
    - Raza

    I had the same issue (stuck in "Connect to iTunes" logo mode) and looked around for a resolution.  I didn't find an answer posted anywhere.   I ended up holding down the power button and the home button for about 20 seconds before it finally came back and said I had to restore it.  Once restored, everything is fine. 
    My problem was caused when I accidentally closed the iTunes window when I was updating the software (I meant to turn off the volume as a song was playing, but clicked on the window close button instead of the pause button).  I tried holding both buttons for the recommended 10 seconds several times and it didn't clear the problem.  Holding both buttons for a longer period of time did the trick for me.
    I hope this post is useful to others.

Maybe you are looking for