Recover using... : no prompt "specify log:..." !?!?

Hi Gurus,
After an online backup restore and relevant archive logs restore, I start recovering:
SQL>startup mount
SQL>recover database using backup controlfile until time '...
then I got the traditional msgs:
ORA-00279: change nnnn generated at <date-time> needed for thread 1
ORA-00289: suggestion: <archive logs path/&&&xxx> (it's OK this file was restored)
ORA-00280: change nnnn is in sequence xxx (nb corresponding to the preceding file)
but then no prompt comes up with "specify log: {<RET>=suggested | filename ...."
No further error message, just a prompt:
SQL>
What am I supposed to do?
Thanks in advance.
Edited by: user10278506 on 17 sept. 2008 09:53

The only thing I got in the alert.log is:
alter database recover using backup controlfile until time '2008-09-17:11:00:00'
Wed Sep 17 17:02:06 2008
Media Recovery Start
parallel recovery started with 3 processes
ORA-279 signalled during: alter database recover using backup controlfile until time '2008-09-17:11:00:00'...
Wed Sep 17 17:08:05 2008
Warning: Recovery session ended without issuing ALTER DATABASE RECOVER CANCEL
I believe the "startup mount" would not start an automatic recovery, am I right?

Similar Messages

  • I have Lightroom 6 (not CC) on a Windows machine.  I'm prompted to log into Creative Cloud when I restart my computer (I don't have, use, or pay for Creative Cloud), and then when I launch Lightroom, it tells me to use the application I have to log into m

    I have Lightroom 6 (not CC) on a Windows machine.  I'm prompted to log into Creative Cloud when I restart my computer (I don't have, use, or pay for Creative Cloud), and then when I launch Lightroom, it tells me to use the application I have to log into my Adobe account...AGAIN!  And then to further add insult to injury, I'm prompted to enter in the license number of my product.  I've gone through this process a dozen times now...SCREAM!!!

    Paulou12 what type of a Creative Cloud Membership do you have?  You can find details on how to update Lightroom using the Creative Cloud Desktop application at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.
    Finally if you are in a managed environment then please work with your I.T. department to apply the update.

  • 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

  • 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.

  • Users prompted to log in to view public pages

    I have a page in my app called "publicHome.jspx". It has a pageDef file for it. In the Application | Secure | Resource Grants, I've granted View access to that page to the "anonymous-role" role. This should mean that anyone can view the page without being prompted to log in.
    However, when users go to that page, they are redirected to the login page to log in. This is the problem; this is not expected behavior.
    I've found that if I remove the pageDef file for publicHome.jspx, then users can go to the page without being prompted to log in. This is expected behavior, since pages without a pageDef file are not secured by ADF.
    If I then create a new pageDef (empty, with no bindings), then re-grant View permissions to "anonymous-role", users are prompted to log in once again. (The problem is repeatable.)
    This does NOT happen on the Embedded WebLogic Server that comes with JDev (v11.1.1.5.0, BTW). It only happens when we deploy it to a standalone WebLogic (v10.3.5) server. I've tried deploying it to multiple standalone WL servers - it fails on all of them. (So, it doesn't seem to be a problem with my WL setup.) And, to really make it worse, it used to work - something changed to cause this, and I can't figure out what!
    I've verified that the "anonymous-role" is NOT defined in my jazn-data.xml file, since I know that triggers an endless loop bug.
    I'll be happy to post any config files that might be of use - just let me know which ones you'd like to see.
    Thanks in advance for any help!
    Karl

    Hi,
    can you try starting the stand alone WLS instance in development mode (which makes it to be the same as the embedded server).
    See
    http://docs.oracle.com/cd/E13222_01/wls/docs100/medrec_tutorials/devmode.html
    See: Step 2: Edit the server startup file.
    In a command-line shell, move to the root directory of the MedRec domain:
    Open the setDomainEnv.cmd (Windows) or setDomainEnv.sh (UNIX) script in a text editor:
    Look for the line that sets the PRODUCTION_MODE script variable:
    set PRODUCTION_MODE=false
    Frank

  • Specifying log file as jvm argument not working

    I've long used the java.util.logging by having a logging.properties file and specifying the "java.util.logging.FileHandler.pattern" in that file and specifying the location of the logging.properties as a jmv arg (-Djava.util.logging.config.file=logging.properties). No issues with that.
    I now, however, want to override the file pattern by using a jvm arg (-Djava.util.logging.FileHandler.pattern=somename.log), but when I do that, I get no file log output. If I leave it specified in the logging.properties it uses the value there and NOT the jvm arg value. If I comment it out of the logging.properties file is uses nothing (no file output).
    I see (via Google) others using this parameter, but I am having no luck.
    All in latest JDK release (6u11).
    Can't find any documentation on doing this on Sun's site (it might be there, but I haven't been able to find it). Don't see posts of others having this problem. I've got the same results on linux and OSX, different releases and all.
    Thanks for any insight in advance!

    This is easy to do! Remember you can write things like
    ... ${user.home}...In your config file. So write something like:
    log4j.rootLogger=debug, R
    log4j.appender.R=org.apache.log4j.DailyRollingFileAppender
    log4j.appender.R.File=${my.file}Then launch your app with:
    java ... -Dmy.file=goomba.txt ...

  • What are F. M's used for creating application log in application server

    Hello
    plz suggest which F.M's i have to use to create application log
    Regards
    Kanth

    Hi Kanth,
    You can go through the following Function Modules :
    Application Log Maintenance
    (i)APPL_LOG_DELETE With this function module you delete logs in the database according to specified selection conditions
    (ii)APPL_LOG_DISPLAY With this function module you can analyze logs in the database.
    (iii)APPL_LOG_DISPLAY_INTERN With this function module you can analyze logs in local memory, e.g. when you have only collected log records at runtime and do not want to write to the database.
    (iv)APPL_LOG_INIT This function module checks whether the specified object or sub-object exists and deletes all existing associated data in local memory.
    (v)APPL_LOG_READ_DB With this function module you read the log data in the database for an object or sub-object according to specified selection conditions.
    (vi)APPL_LOG_READ_INTERN With this function module you read all log data whose log class has at least the specified value, from local memory, for the specified object or sub-object.
    (vii)APPL_LOG_SET_OBJECT With this function module, you create a new object or sub-object for writing in local memory. With a flag you can control whether the
    (viii)APPL_LOG_WRITE_u2026 messages are written in local memory or are output on the screen.
    (ix)APPL_LOG_WRITE_DB With this function module you write all data for the specified object or sub-object in local memory to the database. If the log for the object or sub-object in question is new, the log number is returned to the calling program.
    (x)APPL_LOG_WRITE_HEADER With this function module, you write the log header data in local memory.
    (xi)APPL_LOG_WRITE_LOG_PARAMETERS With this function module, you write the name of the log parameters and the associated values for the specified object or sub-object in local memory. If this function module is called repeatedly for the same object or sub-object, the existing parameters are updated accordingly. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    (xii)APPL_LOG_WRITE_MESSAGE_PARAMS With this function module you write a single message, with parameters, in local memory. Otherwise the function module works like
    (xiv)APPL_LOG_WRITE_SINGLE_MESSAGE.
    (xv)APPL_LOG_WRITE_MESSAGES With this function module you write one or more messages, without parameters, in local memory.
    (xvi)APPL_LOG_WRITE_SINGLE_MESSAGE With this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is assumed.
    Regards,
    Swapna.

  • When occurs crash recovery,why use active online redo log not archived log?

    If current redo log had archived, but it's still 'ACTIVE'. As we all know, archived log is just an archived copy of the current redo log which is still 'ACTIVE', they have the same data. But why use active online redo log not archived log for crash recovery?(I think, if crash recovery can use archived log, then whether the online redo log is 'ACTIVE' or not, it can be overwritten)
    Quote:
    Re: v$log : How redo log file can have a status ACTIVE and be already archived?
    Hemant K Chitale
    If your instance crashes, Oracle attempts Instance Recovery -- reading from the Online Redo Logs. It doesn't need ArchiveLogs for Instance Recovery.
    TanelPoder
    Whether the log is already archived or not doesn't matter here, when the instance crashes, Oracle needs some blocks from that redolog. Archivelog is just an archived copy of the redolog, so you could use either the online or achive log for the recovery, it's the same data in there (Oracle reads the log/archivelog file header when it tries to use it for recovery and validates whether it contains the changes (RBA range) in it what it needs).

    Aman.... wrote:
    John,
    Are you sure that the instance recovery (not the media recovery) would be using the archived redo logs? Since the only thing that would be lost is the isntance, there wouldn't be any archived redo log generated from the Current redo log and the previous archived redo logs, would be already checkpointed to the data file, IMHO archived redo logs won't participate in the instance recovery process. Yep, shall watch the video but tomorrow .
    Regards
    Aman....
    That's what I said. Or meant to say. If Oracle used archivelogs for instance recovery, it would not be possible to recover in noarchive log mode. So recovery relies exclusively on the online log.
    Sorry I wasted your time, I'll try to be less ambiguous in future

  • I have a HP Pavilion dv2910us that I am try to recover using the HP recovery disks.

    I have a HP Pavilion dv2910us that I am try to recover using the HP Vista Home Premium recovery disks. Recovery disk #1 worked and prompted me to insert disk #2, disk #2 was inserted and ran until only 20% of installing original content was reached. CD/DVD rom light on lower left of the notebook is not lit, wireless light is lit, running. Program ran slowly to reach the 20% mark, over three hours at one or two percentage points at a time. Then for the next 12 hours nothing, no keys or commands on the keyboard have been touched. Please advise next step, thank you.

    Hi:
    If you can't get the recovery disks to work (I can't help you there), and you can still read all 25 characters of your Vista product key on the bottom of your PC, you can make your own Vista installation disk and use the product key to activate it.
    Here's how:
    If you're up to a slight but rewarding challenge you can make your own if you can read your 25 character Vista product key on the PC.
    Just download the 3 files you need at the link below, and read all of the instructions to create a bootable DVD installation disk using imageburn.
    Disregard the part of the text under the first screen shot about "extract the files to the Vista folder."
    The files were already extracted to that folder when you ran the X14.exe file by reading the text on top of the first screen shot.
    The other thing I noticed is on the 4th screen shot, where it shows Developer ID Microsoft Corporation. I had to type Microsoft Corporation in myself, and then the other codes automatically populated.
    When I went to compile the ISO file, ImageBurn gave a message that about a WIM file and ISO, and if I wanted to burn it in a different format.
    I selected No, make the ISO file.
    It was not that hard to do. I burned both the 64 bit disk and the 32 bit disk in case I ever need them.
    I tested both of them on my hp dc7100 CMT desktop PC, they worked perfectly.
    When you enter the product key, it knows what version of Vista you have.
    http://en.community.dell.com/support-forums/software-os/w/microsoft_os/3317.2-3-microsoft-windows-v....
    After you successfully install Vista, you can then install the drivers from your PC's support and driver page.
    Paul

  • Using is prompted not displaying the results

    Hi,
    I have a situation here where i want to show all the live reports that are available and then by clicking on the report i will be able to to to adifferent report shows other details like the Dashboard and the Dashboard page.
    I have created the report which has the report name display and then have done a "Value Interaction" -> Navigate under Column format and had mentioned the other report which shows the details of the reports.
    Then created the Detailed report and have the Report name in the detailed report as "Is prompted".
    But when i click on the report the details report could not fetch details of the report giving me the below error
    No Results
    The specified criteria didn't result in any data. This is often caused by applying filters that are too restrictive or that contain incorrect values. Please check your Request Filters and try again. The filters currently being applied are shown below.
    Report Name New is equal to Entries
    I figure out the problem is that if it uses equal to it is not able to fetch the data but if i choose "Contains All" from the filter in the details report it shows me the data.
    But using "is prompted" does equal to. So how do i pass the report name to the Detailed report and use a SQL in the filter.
    Rgds,
    Amit

    Hi David,
    I did the trimboth, another problem which i am facing is that even after putting a filter saying "Dashboard Name not null" i am seeing blank rows in the Dashboard Name column.
    I am having a reports with the below columns:
    Report Name Dashboard Name Dashboard Page
    Any idea why is the Dashboard Name coming blank when after putting TRIMBOTH and not null criteria.
    Rgds
    Amit

  • Prompted to log into iCloud post ios7 install

    my daughter updated her iphone 4S to ios7 and is continually being prompted to log into various apps using her icloud ID.
    When I go into Settings, iCloud is grayed out. How do I fix this?
    Thx

    Bingo. I checked that right after I posted the question, and realized that was what it was. Thanks for posting the solution.

  • Always prompting of log in information for users

     I have a requirement to always prompting of log in information for users in SharePoint site rather than taking their logged in credentials.
    Any idea??

    To deactivating Windows-Integrated authentication and use basic authentication. Refer to the following post for more information
    http://sharepoint.stackexchange.com/questions/61652/force-users-to-log-in-to-our-sharepoint-intranetsite
    http://sharepoint.stackexchange.com/questions/68784/how-to-set-default-login-with-windows-prompt-for-all-intranet-users
    --Cheers

  • I have two apple id accounts ,when i used to update application it used to prompt a default id and if the application was downloaded using the other id i would cancel and it would prompt the other id but not any more .

    i have two apple id accounts ,when i used to update application it used to prompt a default id (the old one) and if the application was downloaded using the other id i would cancel and it would prompt the other id but not any more .
    it just prompt the old id which im not signed in with im signed in using the new id and when i cancel nothing happens and when i try to update applications separately  i have the same problem .
    im signed in using the new id
    the old one is my wife's so i can't delete it
    the problem happens  when i update all or  each application by its own
    using ios 5.0.1 on a iphone 3gs
    the applications are downloaded using both the new and old id's
    any help will be greatly appreciatedِ

    These are user-to-user forums, you are not talking to Apple here and they don't monitor these forums - I've asked the hosts to remove yout account ids from your post.
    In terms of combining accounts it's not currently possible to do so, nor to copy/transfer content from account to another.

  • How to use a boolean to log time?

    Hi all,
    In my application, I want to use a boolean to log a time on continuous bases. When boolean gets 1, it logs system time. When boolean gets 0, it logs system time...& the cycle goes on.. We can use push button for changing boolean value...
    Please guide me,,
    Thank you,
    Vaibhav Gandhi
    B.E. Instrumentation & Control,
    INDIA
    Solved!
    Go to Solution.

    Hi vaibhav,
     I created a switch control,whenver its state is changed..that particular time is logged...Check the attachment..
    Thanks and regards,
    srikrishnaNF
    Attachments:
    Example_VI_BD.png ‏12 KB

  • How to use the prompted value in the filter expression

    Hi
    Is it possible to use the prompted value in the filter expression?
    My requirement is that user will be prompted for a date field and I need to filter the records such that the records are displayed for the last 5 weeks from the date entered by the user.
    If somehow I know how to use the prompted value in the filter expression then this requirement is easy to be done. If this is possible, please guide me?
    If there are other ways to acheive the desired results then please suggest.
    Thanks
    -Jaz

    Edit: example added
    SQL> create table tb_test
      2  ( id number(5)
      3  , tot number(5)
      4  , mon_tot number generated always as (tot*15) virtual
      5  );
    Table created.
    SQL> insert into tb_test (id, tot) values (1, 5);
    1 row created.
    SQL> select * from tb_test;
            ID        TOT    MON_TOT
             1          5         75
    1 row selected.
    SQL> update tb_test
      2  set    tot = 15
      3  where  id = 1;
    1 row updated.
    SQL> select * from tb_test;
            ID        TOT    MON_TOT
             1         15        225
    1 row selected.

Maybe you are looking for