Recovery in progress may need access to file

hi,
during the configuration of a hot standby db using the Dataguard configuration wizard i get this error :
Renaming datafiles for standby database...
Error running creation process on node aquarius: Error renaming files: ORA-01156: recovery in progress may need access to files
The first attempt ot create the stand by db failed and now I get this...
j.

I copied the missing archive log over to standby db, still got the same error.
1) SQL> recover standby database;
ORA-00279: change 2342934 generated at 8/27/2009 21:10:35 needed for thread 1
ORA-00289: suggestion : /opt/oracle/arch/SID/1_833_682861383.arc
ORA-00280: change 2342934 for thread 1 is in sequence #833
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
AUTO
ORA-00317: file type 0 in header is not log file
ORA-00334: archived log: '/opt/oracle/arch/SID/1_833_682861383.arc'
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/opt/oracle/oradata/SID/system01.dbf'
I also tried..
2) SQL> recover standby database using backup controlfile until cancel;
ORA-00279: change 2342934 generated at 8/27/2009 21:10:35 needed for thread 1
ORA-00289: suggestion : /opt/oracle/arch/SID/1_833_682861383.arc
ORA-00280: change 2342934 for thread 1 is in sequence #833
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
AUTO
ORA-00317: file type 0 in header is not log file
ORA-00334: archived log: '/opt/oracle/arch/SID/1_833_682861383.arc'
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01195: online backup of file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/opt/oracle/oradata/SID/system01.dbf'
Edited by: user10427867 on Aug 28, 2009 5:56 AM

Similar Messages

  • Recovery in progress may need access to files error

    Dear all,
    I was shown the below error when trying to drop a tablespace TBS1.
    DROP TABLESPACE TBS1 INCLUDING CONTENTS;
    DROP TABLESPACE TBS1 INCLUDING CONTENTS
    ERROR at line 1:
    ORA-01156: recovery in progress may need access to files
    i donot have any backups for the database, and the database was running in NOARCHIVELOG mode for the past one year.
    The datafile associated to this tablespace is offline (actually the original datafile which occupied 33GB of space on the machine UNNECESSARILY was dropped, and this datafile /u01/app/oracle/.../datafile/MASTER_TBS1.dbf is created and associated with TBS1).
    When I try to bring it online, the following error message is being shown..
    ALTER TABLESPACE TBS1 ONLINE
    ERROR at line 1:
    ORA-01113: file 8 needs media recovery
    ORA-01110: data file 8:
    '/u01/app/oracle/.../datafile/MASTER_TBS1.dbf'
    Now I need a tablespace with name TBS1 to import objects from some other database. (All those objects were defaulted to tablespace"TBS1" on that database.)
    Please help me find a solution.
    Thanks,
    Aswin.

    You could do an
    ALTER DATABASE DATAFILE <fileid or filename> OFFLINE DROP ;
    for each of the datafiles in that tablespace before you attempt to drop the tablespace.
    Of course, be very careeful with what fileid/filename you specify -- you wouldn't want to drop datafiles of some other tablespace -- you wouldn't be able to recover them or bring them back online !

  • Pop up window saying my startup disc is full, I may need to delete files. How do I get rid of this?

    I just got this pop-up window tonight. How do I get rid of this?

    You need to, you know, delete things to create some free space on your disk.
    That doesn't mean you have to discard any data:
    If you have data you haven't looked at in a long time and aren't likely to need regularly, you can burn it to CD or DVD or some other storage media and then delete it from your internal hard drive. You can still access it when needed, but it won't be taking up space on your hard drive.
    A better but more expensive option is to purchase an external hard drive (as large as you can afford, with a FireWire-800 interface for best performance) and move as much as you can onto it. Your entire iTunes library is often a good choice as it tends to be full of movies, TV shows, and music videos which - together - tend to add up to a lot of disk space. The only downside is that you will be able to access that media only when you have the external drive attached, but if you spend a lot of time at your desk or otherwise in one spot with your laptop, it's not much of a downside.
    You could also get a larger internal hard drive, of cours, but they're non-trivial to replace in recent Apple laptops.

  • -- Remote SWFs may not access local files.

    *** Security Sandbox Violation ***
    Connection to file:///D|/AMIT%20DATA/Personel/STANDS%20PROJECT/productsimages.swf halted - not permitted from http://www.fltech.in/awg/app.swf
    I am trying to load productimages.swf from another my client's server, but unable to load that..

    you need to add a cross-domain permission file on your local server.

  • I have a lot of movies on my computer and need to free up memory.  What is the best solution, if I think I may need these movies in the future?

    I'm an elementary music teacher and my students perform regularly so I have a lot of their performances on my computer.  Now I need to free up memory so am wondering what the best solution would be, given that I may need access to these movies again in the future.
    I do have an external hard drive, but have never been able to figure out if you can store movies on it, instead of on the computer hard drive.
    Thanks so much!

    Good evening,
    I see you have another post about deleting movies and iDVD projects.  Wanting the video to be available in the future is a significant criteria because video files are very large and are very compressed to fit on a DVD.   If you want the video to be available in the future for additional editing (eg, highlights of the year), ideally you'd want to save the video in a format which will easily allow this.   To me, this suggests you delete the iDVD projects but keep the iMovie files for future editing.  This accomplishes the easy editing objective but keeps a lot of large files on your hard drive (each iMovie/iDVD project will be about 20% smaller -- assuming a 4 to 1 compression).
    If you are willing to accept some additional work in the future and are okay with some reduction in video quality, you can pull sections from an existing DVD and use iMovie to combine them.  The extra work is required to decompress the DVD, and this is also the reason for loss of some sharpness.  This strategy reduces the file size of your combined projects by about 80% if you save disc images (virtual DVDs), or if you save the physical  DVDs, you save 100% of the space.
    I'd decide about the tradeoffs before jumping into action.
    John

  • Access XML files from HTTP

    Hi,
    I need access XML file from HTTP. Server need parameters in the URL to generate XML files. For example, http://fileserver/xmlfile?orderid=123&custid=321.
    I created a XML Data Server in ODI 11g. The JDBC Url should be jdbc:snps:xml?f=<filename>&s=<schema>&d=<DTD>.
    However, it reports error when replaced the <filename> with "http://fileserver/xmlfile?orderid=123&custid=321".
    I found it's caused by ampersand of the HTTP Url. I guess ODI treat custid=321 as JDBC parameter rather than HTTP parameter.
    How to fill the JDBC Url in this situation?
    Thanks,

    i solved my problem by using the Socket object and controlling my file access by writing requests to the outputstream

  • Hard drive recently failed and iPhoto brings a -36 error when copying need help accessing image files

    I recently updated my computer to mountain lion and after doing so my computer would no longer boot up.  I took it to the apple store and they told me that the hard drive was damaged and needed to be replaced.  They were booting my computer with an external drive and in doing so could access my computers HDD.  Upon starting to drag and drop files to a new hard drive I started to get a lot of -36 errors.  I proceeded to go go,e and create my own bootable thumb drive and try doing the same process with more time to look through it.  I have up till now been able to copy most of my files but have run into a problem with iPhoto.
    I have been searching around for a while now and have yet to find a method that helps me in my particular situation so I am now asking for help myself. I will explain what my current system of file recovery is and see if anyone can help me out.
    I have since then replaced the HDD in my computer and purchased a SATA external HDD enclosure for the original drive.  This allows me to still access all files and folders from the original drive.  I have managed to recover a majority of the files but have recently run into a problem with the iPhoto library.  Every time I try to drag and drop the iPhoto library to my new HDD it fails after "transferring" 2.02GB and tells me it has encountered a -36 error because some files cannot be read or written.  I believe I am using iPhoto '09, I will check and confirm that later.
    I am looking for a way to open iPhoto's library and access the image files it seems to be hiding from me. Please understand that I cannot open the iPhoto library either, I have lost access to the library entirely and want to see if there are any image files that I can save.  I dont have the computer backed up recently and want to save my photos.  Thanks for looking and I'm hoping someone can help.

    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command). Rebuild it to the Pictures Folder. This might overcome the -36 issue.
    (This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.)
    Failing that you're into recovering your Originals from the damaged Library and creating a new Library and starting over from scratch.
    Regards
    TD

  • Detected ipod in "recovery mode" - Need to get files off it

    I plugged my ipod nano 2g 4gb into computer and it says it needs to be restored, but I need to get files of it as I used it mainly as a memory stick. Can anyone help me with this? Thanks

    Have you had a chance to look at this troubleshooting page? Have a look at the bottom section that suggests changing the drive letter assigned to the iPod in Windows Explorer. That may solve the problem without restoring: iTunes has detected an iPod in recovery mode - Use iTunes to restore

  • The # is not my # to send mysecurity code to. You have the wrong number on file & I need access to my account. Can Please call me at

    The # is not my # to send my security code to. You have the wrong number on file & I need access to my account. How do I get you to input the right number or can I edit my profile in some way and change the telephone number so you can either issue a new security code, or determine what my existing code is. I don't seem to have a 7 digit number on file anywhere.
    Thanks,
    George Sedlack

    Thanks again Tyler. The problem comes up when I try to log into Outlook. Microsoft asks to send my security code to a phone number which is not mine and I cannot find a way to change the number. Without an updated or recovery of my existing code, I am always mumbling around the questions and just keep retrying to log on until I can. Any thoughts?

  • HT3986 I've had MS Office:mac 2011 on my imac for around 18 months now.  Outlook has just disappeared and when I find the file and open it it tells me that there is a problem and I may need to re-install it.  I've just done this using the installation dis

    I've had MS Office:mac 2011 on my imac for around 18 months now.  Outlook has just disappeared and when I find the file and open it it tells me that there is a problem and I may need to re-install it.  I've just done this using the installation disc which, then said the installation had been successful.
    Outlook is still not working.  Can anyone please advise me on what to do next.

    Remove MS Office 2011 completely (here are instructions) and reinstall it.
    It's not a simple or fast process but it is important to follow all of the steps in order to get all the files that Office scatters around. This will not affect your data files, only MS Office and its preferences.

  • The circuit of my macbook is dead yet the hard drive is fine.  I need to access a file from the hard drive, how can i do this? is there a cable i can connect to another mac that will let me transfer the file?

    The circuit of my macbook is dead yet the hard drive is fine.  I need to access a file from the hard drive, how can i do this? The mac turns on the screen freezes as bright blue.  Is there a cable i can connect to another mac that will let me transfer the file?

    There is another option if the Macbook will start up in Target Disk Mode.
    Restart the computer while holding down the T key. If you see the firewire symbol moving around on the screen you can connect this one to another one in TDM. You will need a suitable cable to connect the two Macs.
    http://support.apple.com/kb/ht1661
    Firewire symbol:

  • The Server application, source file, or item can't be found, or returned an unknown error. You may need to re install the server application

    Hello All, can anybody help?
    The Problem
    We are running SharePoint 2013 and document sets that have an excel file and a PowerPoint presentation both in the document set folder  and we have mapped this to a unc path
    \\SP.companyname.com\@SSL\DavWWWRoot\Documents
    Once a link(graph) is added from excel 2010 (Ctrl C) then go into PowerPoint 2010 Paste > paste special > paste link (As Microsoft Excel Chart Object) click ok the graph goes into the PowerPoint presentation.
    The graph/Table is added but in Power point 2010. Perfect.
    The problem is when we close excel and try and click on the graph(link) we get the following error “The Server application, source file, or item can’t be found, or returned an unknown error. You may need to reinstall the server
    application”
    If we right click then we get
    The Linked file was unavailable and can’t be updated
    Has anybody else experienced this issue?
    We are running SharePoint 2013 and document sets that have the excel file and PowerPoint in and we have mapped this to a unc path
    \\SP.companyname.com\@SSL\DavWWWRoot\Documents
    I think that Office 2010 does not link or cannot link to a url which it see the unc path as?? It works in Office 2013 but we have Office 2010 as standard across the firm also I have tried SP1 and SP2 for Office 2010 but still
    no joy 
    Is anybody else experiencing this issue? is there at least a work around?
    Many thanks in Advance
    Jake

    Hi,
    Usually this issue is caused by the Protected Mode in Adobe software, since it's not a Microsoft product, the information I can provide is quite limited. I suggest you contact the support of Adobe first, ask if they can provide any suggestion.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • [b]Need to access a file which is not specified in the classpath[/b]

    Hi everybody ,
    I need your help to proceed with my application. I've tried accessing a file without setting it in Classpath using getResourceAsStream(..), but i'm getting an error.
    error :
    java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:61)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
    at abc.func(LoadProp.java:13)
    at LoadProp.main(LoadProp.java:35)
    Application :-
    import java.io.* ;
    class test
    public void func(String file )
    String thisLine ;
    try
    InputStream is = test.class.getClassLoader().getResourceAsStream(file);
    System.out.println("File load successful");
    BufferedReader myInput = new BufferedReader(new InputStreamReader(is));
    while ((thisLine = myInput.readLine()) != null) {
    System.out.println(thisLine);
    catch (Exception e)
    System.out.println("Inside Catch");
    e.printStackTrace();
    public class LoadProp
    public static void main(String args[])
    String testname = System.getProperty("propfile");
    System.out.println(testname);
    test t = new test() ;
    t.func(testname) ;
    System.out.println("End Main!") ;
    Output:-
    test.properties
    File load successful
    Inside Catch
    java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:61)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
    at test.func(LoadProp.java:13)
    at LoadProp.main(LoadProp.java:35)
    End Main!
    Anyone of you help me to get rid of this problem..
    Thanks & Regards
    BK

    It has to be in the classpath for getResourceAsStream
    to "get" it.So if your question is really about needing to read a file which is not in the classpath and won't be, then as long as you have the path to that file, just use FileInputStream to read it.
    InputStream is = new FileInputStream(pathToFileHere);

  • I need to access a file which is present in LAN of our office.

    Hi,
    In windows I could access a remote file by giving the local IP address in the RUN command and then by giving the username and password I was able to access the files in the local server. But not able to do the same with my iPad?
    Ex: In windows in RUN Command I used to type // 192.168.1.100 ( my local server) after which I used to get a window showing username and password. Once I entered the username and password I was able to access the remote files on this IP and work accordingly.. This I'm not able to do in my IPad?
    Kindly give me a solution?

    There may be some apps in teh app store that would provide this, but no, you will not be able to do it with native iOS functionality.

  • HT1751 if I move my iTunes library to an external hard drive can my computer access these files in iTunes or do I need to move them back to play music, watch movies, etc.???

    If I move my iTunes library to an external hard drive, can my MacBookPro access these files in iTunes or do I need to move them backto my MacBookPro to play music, watch movies, etc.???
    Trying to alleviate some disc space on my Mac!!!

    Yes, it can. Launch iTunes with the Option key held down and navigate to that instance of the library.
    (86939)

Maybe you are looking for