Current archive log got deleted, how to recover using previous archive log?

Hi
My current log sequence #819 and it is got deleted and no choice to get it back and I have previous archived logs with sequences #814 to 818.
When I starting my database it is showing that use 'MUST USE RESETLOGS OR NORESETLOGS option for database open then I used the command
SQL> ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN RESETLOGS
ERROR at line 1:
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: 'E:\APP\ADMINISTRATOR\ORADATA\ORCL\SYSTEM01.DBF'
SQL> alter database recover;
alter database recover
ERROR at line 1:
ORA-00283: recovery session canceled due to errors
ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
SQL> alter database recover using backup controlfile;
alter database recover using backup controlfile
ERROR at line 1:
ORA-00279: change 8433746 generated at 01/15/2013 19:51:59 needed for thread 1
ORA-00289: suggestion :
E:\APP\ADMINISTRATOR\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2013_01_16\O1_MF_1_819_
%U_.ARC
ORA-00280: change 8433746 for thread 1 is in sequence #819
now I don't have the archive log with sequence 819, I have recover from 818. please tell me how to do it?

You probably should post to the correct forum too: Recovery Manager (RMAN)
cheers

Similar Messages

  • Cookies got deleted, how do I enable them again?

    cookies got deleted, how do I enable them again?

    In general, deleting web cookies is not a recoverable operation.  They're gone.
    Most web sites will recreate cookes as and if needed.  Often after logging into the web site.
    If this is a result of a web site error message or web site requirements, what are the requirements are the error message(s) you are encountering?  (It's possible to disable cookies entirely via a particular web browser's preferences settings, for instance, and some web sites require cookies for logins and related operations.  And for tracking users.)

  • Backup set in the tape. copied into disk. how to recover using RMAN

    I have backup set in the tape. copied into disk. how to recover using RMAN
    any link and steps please

    It should be something like the following, but really you should read and understand the rman documentation first ...
    1. restore the controlfile
    sqlplus / as sysdba
    startup nomount
    exit
    rman
    connect target /
    restore controlfile from '/path to the controlfile backup piece';
    exit
    sqlplus / as sysdba
    alter database mount
    exit
    2. catalog the backup pieces
    rman
    connect target /
    catalog start with '/path to backup pieces';
    3. restore the database
    rman
    connect target /
    restore database
    4. recover the database
    rman
    connect target /
    recover database
    5. open the database
    sqlplus / as sysdba
    alter database open resetlogs;

  • How to recover using lion recovery disk assistant IN MAC MINI

    how to recover using lion recovery disk assistant IF MY KEYBOARD AND MOUSE DOEST NOT WORK DURING BOOTING ?

    Hello:
    If my memory serves me correctly, the licence agreement that comes with a new system indicates that is good for one system....
    Also, I do not think that something that would boot one type of processor would work on a different type.
    Barry

  • I already downloaded the ios 6.0.1 for my iphone when i connected my another iphone to update its asking again to download the ios 6.0.1  how can i use previously downloaded software

    i already downloaded the ios 6.0.1 for my iphone when i connected my another iphone to update its asking again to download the ios 6.0.1  how can i use previously downloaded software

    plzz help me as soon as possible

  • Table entries got deleted  ,how can we find who has deleted these entries

    Hi Team,
    We are using ECC6 /Oracle,few days back 2000 entries got deleted from one table.
    How can we get the log for deleted entries with all the details like User ID ,Date and time of Deletion.
    I have already checked STAD and DBACOCKPIT for SQL queries of deletion of records but could not find any log .
    Kindly help me to resolve this issue.

    Yes, under controlled situation, you can find some information(at least date and time with what was deleted) even if deleted from SQL level.
    You can use ORACLE's log miner - Using LogMiner to Analyze Redo Log Files
    Or have a look at this note: 1128990 - Using Oracle Logminer with Oracle >= 10g
    Regards,
    Divyanshu

  • "recovery disk"delete.how to recover again.

    apple air  Install the dual system (windows and os x 10.7.4) recover disk delete. now  i need update mountain lion 。Upgrade is not successful.Suggesting the need recover disk. How to recover “re disk"

    Reinstall Lion. That should restore the Recover HD virtual volume.

  • How to recover a previous version of my iphone

    Hello,
    I was syncronising my iphone with my Itunes, and Itunes asked me to install a new version of the software of my mobile.
    I have accepted.
    Unfortunately, something turn bad (I don't really know what) and my Iphone was rested as factory settings.
    I don't have any of my settings. Only my applications which I have bought. I don't have my sms, neither my pictures...
    How can I recover my previous data's. I've tried with Itunes, and the recover button, but doesn't work.
    FYI, I have time machine, Can I do something? please help...
    thanks a lot
    Sandra

    Juan,
    If you make use of the Oracle Designer Web Assistant 6i/9i (ODWA) (part of the iDevelopment Accelerator Suite), you have a far easier choice:
    - enter ODWA
    - browse to any version of the file you are interested in (using the Search, the Navigator or the Browser)
    - open the Version History Viewer for the file
    - click on the version you are interested in en start downloading
    (from the ODWA Version History Viewer you can immediately download any version of the object whose version history you are viewing; hopefully this functionality will be retained once the ODWA has been incorporated into Oracle Designer 9i by the Designer development team in a few weeks time).
    best regards,
    Lucas Jellema (AMIS Services)

  • HT5625 How to recover my previous Mac account

    How can I recover my previous MAC email account I am missing plenty of email from contact members that still have my @mac account

    This is the wrong forum for your post.....
    Please repost your question in the correct forum... which you will find via the following link, depending on which OS X version you are running...
    https://discussions.apple.com/community/mac_os
    Cheers..

  • TS1702 Reminders got deleted, how do I recover them?

    How can I recover deleted Reminders?

    Restore from backup. For how, see:
    iOS: How to back up
    If you restore from iTunes backup
    To help prevent the last backup from being overwritten and thus erasing the Messages from the last backup turn off autosyncing so that you have to overtly start a sync. To turn off go iTunes>Preferences>Devices and check the box that says "Prevent iPods...".

  • Redo log files are deleted, how to recover the database

    Hi All,
    I removed the redo01.log, redo02.log and redo03.log files of our Oracle database. And it caused the db to fail. Is there any way I can recover the database and startup database in normal mode? I do not need it to have all the latest data restored, I will be happy to just start the db and get going.
    database is in arcive log mode.
    Thanks

    Hello,
    You may try this if the database is mounted:
    recover database until cancel;
    cancel
    alter database open resetlogs;Hope it can help.
    Best regards,
    Jean-Valentin

  • Datafile is deleted, How to recover !!!!!!!!!!

    Dear Friends ,
    I m using Oracle 10g . suddenly , I have to delete one of my datafile(USERS01.DBF) in absent mind.
    My database is in NOARCHIVE LOG mode and I have no export or cold backup . When I start my
    database then it shows the following error :
    SQL> startup
    ORACLE instance started.
    Total System Global Area 285212672 bytes
    Fixed Size 1296284 bytes
    Variable Size 188745828 bytes
    Database Buffers 88080384 bytes
    Redo Buffers 7090176 bytes
    Database mounted.
    ORA-01157: cannot identify/lock data file 4 - see DBWR trace file
    ORA-01110: data file 4: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\RND\USERS01.DBF'
    I m running recover command and it also shows the following error :
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-01110: data file 4: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\RND\USERS01.DBF'
    ORA-01157: cannot identify/lock data file 4 - see DBWR trace file
    ORA-01110: data file 4: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\RND\USERS01.DBF'
    SQL> recover database until cancel;
    ORA-00283: recovery session canceled due to errors
    ORA-01110: data file 4: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\RND\USERS01.DBF'
    ORA-01157: cannot identify/lock data file 4 - see DBWR trace file
    ORA-01110: data file 4: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\RND\USERS01.DBF'
    In this moment , Is there any way to recover my datafile ? plz help .. ..

    Vijay,
    Of course you can open your database after creating a new datafile of same. Data of that particular datafile is ever lost.
    I guess you mean "ater database create datafile" command right?I don't think that also will work here because that too needs archivelog files to make that new file consistent with rest of the databsae.
    Please see here,
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/recoscen003.htm#BRADV224
    As OP is in noarchivelog mode, so I don't think he has this option available.
    Aman....

  • Zreport deleted How to recover.../

    Hi Guys
    One of my Zreport is unfortunately deleted & is there any process to recover that as i havent got the last back up also.
    Is there any process to get that back from any table.,
    Thanx & regards

    Hi,
    If your report has been in a released request order you can reimport this transport.
    Otherwise the only solution is to restore the whole database with the obvious side effects...
    Good luck
    Olivier

  • I only wanted to restore my settings but i ended up restoring everything (i.e. all data got deleted), how can i get my pictures and books back?

    How can i return my phone back to what it was 10 minutes ago and no i haven't backed up my phone since last year so i do a restore from what i have in my computer, this will only return my phone back to what it was a year ago. please help.

    If you haven't backed the device up in a year, and you did not copy the pictures and other data  off before restoring it, then your stuff is gone.
    It is important that you back up your data, just like with your computer, regular backups are vital for recovering data when things happen.

  • My app store got deleted how do I get it back ?

    I need help getting my app store back my son deleted it and I have no clue how to get it back I need help please and thank you.

    Swipe from screen to screen to look for it.
    Check Settings>General>Restrictions and make sure that you didn't disable it.
    You can also reset the home screen layout and the icon will reappear - but the home screen will return to the way that it looked when you first activated your iPad.
    Settings>General>Reset>Reset Home Screen Layout.

Maybe you are looking for

  • Cannot access Oracle XE database home page

    Hi I have just installed Oracle Database 10g express edition on my Windows XP, and the installation seemed to go well. I then select to go to the database home page after the installation which opens a browser at this address: http://127.0.0.1:8080/a

  • Buttons not working on iPad

    Hi there. I have created a PDF document with buttons in it (with Icons, duplicated across various pages, to page views). The buttons work perfectly on laptop and desktop however do not work at all on iPad using Acrobat Reader.  Please help?

  • JOptionPane fdifferent look'n'feel to to parent ?

    Should a JOptionPane have the same look and feel as the parent panel ? I've added a JOptionPane to the content pane, and although I have a windows look'n'feel, (blue title bar), the dialog has the hashed grey style title bar ? Is this correct ? Tony

  • Unable to Open Application - Xlib: connection to "localhost:10.0" refused by ser

    Hello, I have Tarantella installed on Fedora Core 2. I am accessing the WebTop from Windows XP machine. After logging in with Administrator account when I click on kedit nothing happens so I clicked on show details and I found below log. I really don

  • IPhoto won't open image due to folder permissions

    So, I have 2 accounts on my Mac, my wife's and mine. Our iPhoto folder is stored in the shared folder, to avoid redundancy. When she uploads pictures on her profile, I can see them in iPhoto on my profile, but when I click to view the image fullscree