Stopping the process background Media Recovery, need to resolve the issue

Hello

Nice day!

O/S: HP - UX 11.31
DB: 10.2.0.5

primary database: 2xnode RAC/ASM
database Watch: Single Instance / Unix file system

Problem
======
due to not having enough file system free space on the database pending node the name extension (primary database insider) Undo tablespace data file failed on the eve of the database and stop MRP.

primary 2xnode RAC/ASM works well, as there is sufficient free space available in ASM - DG, but on the eve of the database MRP could not operate as cancel datafile could not be postponed because of not enough free space on the file system.


Alert - content:

ORA-01237: impossible to extend datafile 7
ORA-01110: data file 7: ' / oracle/folder/undotbs2_01.dbf'
ORA-19502: write error on file ' / oracle/folder/undotbs2_01.dbf ', blockno 102713 (blocksize = 8192)
ORA-27072: IO file error
HP-UX-ia64 Error: 11: Resource temporarily unavailable
Additional information: 4
Additional information: 102713
Additional information: 456704
Sun Aug 07 11:27:58 PST 2011
Some of the files recovered data maybe left media fuzzy
Media recovery can continue but open resetlogs may fail
Sun Aug 07 11:27:58 PST 2011
Errors in the /xxxx/bsspindb_mrp0_11342.trc file:
ORA-01237: impossible to extend datafile 7
ORA-01110: data file 7: ' / oracle/folder/undotbs2_01.dbf'
ORA-19502: write error on file ' / oracle/folder/undotbs2_01.dbf ', blockno 102713 (blocksize = 8192)
ORA-27072: IO file error
HP-UX-ia64 Error: 11: Resource temporarily unavailable
Additional information: 4
Additional information: 102713
Additional information: 456704
Sun Aug 07 11:27:58 PST 2011
MRP0: Stopping the process background Media Recovery (bsspindb)


contents of the trace file:
=============

2011-08-07 11:27:32.542
2011-08-07 11:27:32.542 64896 kcrr.c

MRP0: Background Media Recovery terminated with error 1237
ORA-01237: impossible to extend datafile 7
ORA-01110: data file 7: ' / oracle/folder/undotbs2_01.dbf'
ORA-19502: write error on file ' / oracle/folder/undotbs2_01.dbf ', blockno 102713 (blocksize = 8192)
ORA-27072: IO file error
HP-UX-ia64 Error: 11: Resource temporarily unavailable
Additional information: 4
Additional information: 102713
Additional information: 456704
-Redo read statistics for thread - 2
Read rate (SYNC): 2651607 KB in 18054.67 s = > 0.14 Mb / s
Physical reads total: 2651607Kb
Longer: 14 Ko moves: 0/9426662 (0%)
Change the movements: 1382412/14790845 (9%), moved: 503 MB
More long LWN: 1081 KB, moves: 204/935910 (0%), moved: 5 MB
Redo last scn: 0x0807.6e5e2a25 (8828009458213)
----------------------------------------------
2011-08-07 11:27:32.557
Fall of Media Recovery redo thread 2
-Redo read statistics for thread - 1
Read rate (SYNC): 2696445 KB in 18836.08 s = > 0.14 Mb / s
Physical reads total: 2696445Kb
Longer: 64 k, moves: 0/7997789 (0%)
Change the movements: 1622690/11754876 (13%), moved: 701Mb
More long LWN: 1974 KB moves: 237/591888 (0%), moved: 22 MB
Redo last scn: 0x0807.6e5e2a03 (8828009458179)
----------------------------------------------
2011-08-07 11:27:32.557
Fall of Media Recovery redo thread 1
2011-08-07 11:27:58.586
The recovery is currently fatal!
2011-08-07 11:27:58.586 1170 krsm.c
Managed recovery: no Active posted.
ORA-01237: impossible to extend datafile 7
ORA-01110: data file 7: ' / oracle/folder/undotbs2_01.dbf'
ORA-19502: write error on file ' / oracle/folder/undotbs2_01.dbf ', blockno 102713 (blocksize = 8192)
ORA-27072: IO file error
HP-UX-ia64 Error: 11: Resource temporarily unavailable
Additional information: 4
Additional information: 102713
Additional information: 456704
2011-08-07 11:27:58.590 64896 kcrr.c
MRP0: Stopping the process background Media Recovery
2011-08-07 11:27:58.590 1170 krsm.c
++++++++++++++++++++++++++++++++++


No idea how fix the problem and restart the MRP process.

Thank you...

Kind regards
X

Hello

You must add the disk to the /oracle file system. It seems that there is not enough space to extend the data file.
After the addition of disc, you can restart the recovery with:
ALTER DATABASE RECOVER MANAGED STANDBY BASE DISCONNECT FROM THE SESSION.

or

You can move your data undotbs2_01.dbf file to another file system that has enough space, that
ALTER system set standby_file_management = manual scope = mΘmoire;
change the database file rename ' / oracle/folder/undotbs2_01.dbf' to ' / new_fs/undotbs2_01.dbf ';
ALTER system set standby_file_management = auto scope is mΘmoire;.

then start the recovery.

concerning

Tags: Database

Similar Questions

  • Test system update fails on ORA-01113: file 1 needs media recovery

    I use Oracle 9.2.0.6 on HP - UX (B.11.11)

    I'm refreshing to a test of production on the same server system.

    The update fails on...

    ALTER DATABASE OPEN RESETLOGS;
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: ' / elltest/system/system_01.dbf'


    I do mainly:
    -Place prod tablespaces in backup mode
    -Copy the files from production to test directories
    -Take prod tablespaces out of backup mode
    -pass the prod (once for each newspaper group) log files
    -copy files from archive prod to test

    STARTUP NOMOUNT

    Create control file from a copy of the prod trace file
    (CREATE CONTROLFILE REUSE SET DATABASE 'ELLTEST' RESETLOGS ARCHIVELOG)
    It works

    RECOVER DATABASE USING BACKUP CONTROLFILE
    -J' I grab the last log archive copied during production.

    ALTER DATABASE OPEN RESETLOGS;
    ERROR on line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: ' / elltest/system/system_01.dbf'

    I think I have I have all required log archiving prod?

    Any advice?

    What you're trying to do is an incomplete recovery of the database. Since the redo logs are not used in your recovery you must explicitly specify the time to stop. If you do not process assumes a complete recovery and will require a request for reinstatement of online recovery log data that you do not.
    You can use UNDO based recovery with
    RECOVER DATABASE UNTIL CANCEL USING BACKUP CONTROL FILE;
    then type CANCEL after the last active log has been applied.
    Open with option RESETLOG database. It should work.

  • Cannot access the Oblivion cheat console, but I stopped the windows media center Receiver service.

    Hey, I tried to set up the console cheats for oblivion, but it does not work I followed the steps on how to stop the windows media center Receiver service, but even after that I stopped it it won't let me put up the cheat console. no idea what I should try next. ?

    Hi daking9002,

    To bring up the cheat console into oblivion, you will need to unplug the sensor remotely from the PC. Once it has been disconnected, the oblivion cheat console will come just as it would on any other PC.

    I also tried equipping my number 1 access key. It works very well now, I just press 1 and the console opens. To close simply press ESC twice and press 1 once the UN-equip the ring.

    You can also download: " http://www.tesnexus.com/downloads/file.php?id=13133 ."

    -It gives you an inventory item: "Ring of Console" problem solved. -

    QUESTMSG

  • The media recovery disk creation

    I failed to create a recovery disc for my new HP PC 700-327c.  The training video shows that under "All programs" the Recovery Manager or HP Support Tools & has a link with the media recovery process.  None appear in all programs.

    How can I create recovery discs or a USB Flash for this PC drive...

    I am happy that they will send you recovery disks.

    Only 2 reasons why this can happen are:

    A. a person has already made or attempted to create the recovery disks

    B. some virus or program contaminated recovery partition functions.  This is the most likely cause.

  • Stop the mouse pointer to show more of Windows Media Center

    Original title: Windows Media Center

    Hello

    Is there a way to stop the mouse pointer to show more of Windows Media Center, other than moving it?

    I note that adobe flash player can do it in a web page, then why not an 'entire' application such as Windows Media Center?

    Thank you

    Hi hiphoppoprock,

    In Windows Mode, the pointer in Windows Media center is designed to be displayed.

    In order to have the pointer automatically disappear you need to change the Mode full screen.

    You can see the Feedback forum to leave a comment or suggestion about the present:

    https://connect.Microsoft.com/

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Why the Media recovery is necessary once a data file is brought back to fashion online?

    Hi DBAs,

    Consider the following scenario:

    Offline data file:

    08:09:38 coredev > select status, name from v$ datafile where name like '% UNDO4% ';

    NAME OF THE STATE

    ------- ----------------------------------------------------------------------

    F:\ORACLE\ORADATA\CD\UNDO4 ONLINE. DBF

    08:09:47 coredev > alter database datafile ' F:\ORACLE\ORADATA\CD\UNDO4. DBF' offline;

    Database altered.

    08:09:58 coredev > select status, name from v$ datafile where name like '% UNDO4% ';

    NAME OF THE STATE

    ------- ----------------------------------------------------------------------

    RETRIEVE F:\ORACLE\ORADATA\CD\UNDO4. DBF

    08:10:02 coredev > select * from v$ tablespace where name = "UNDO";

    ENC FLA BIG TS # NAME INC.

    ---------- ------------------------------ --- --- --- ---

    UNDO 33 YES NO YES

    Data file online:

    08:10:53 coredev > alter database datafile ' F:\ORACLE\ORADATA\CD\UNDO4. DBF' online;

    ALTER database datafile ' F:\ORACLE\ORADATA\CD\UNDO4. DBF' online

    *

    ERROR on line 1:

    ORA-01113: file 21 needs media recovery

    ORA-01110: data file 21: ' F:\ORACLE\ORADATA\CD\UNDO4. DBF'

    08:11:04 coredev > recover datafile ' F:\ORACLE\ORADATA\CD\UNDO4. DBF';

    Complete media recovery.

    08:11:13 coredev > alter database datafile ' F:\ORACLE\ORADATA\CD\UNDO4. DBF' online;

    Database altered.

    08:11:49 coredev > select status, name from v$ datafile where name like '% UNDO4% ';

    NAME OF THE STATE

    ------- ----------------------------------------------------------------------

    F:\ORACLE\ORADATA\CD\UNDO4 ONLINE. DBF

    Now my doubt is:

    1.Pourquoi Media recovery is necessary once a data file brought to online from offline mode?

    2. why DB not open and throws the error message after brining online of offline?

    3. Why is he asking for recovery of the media?

    I'm very confused...!

    Kind regards

    Ritu

    In order to make the UNDO4 data file. Coherent DBF with other UNDO tablespace data files, when you bring it from OFFLINE to ONLINE, the changes that happened during the period offline needs to be applied to this data file hence it is requires media recovery.

    It is directed by my understanding.

  • Starting and stopping the process GG

    GG admin guide I understand we can start/stop the GG (excerpt, pump, Replicat) procedures through shell scripts, and it is mentioned that it can be invoked from a script to start/stop/go. Are there restrictions on these operations?

    We intend to implement the process of stop/start GG in our application scenario where you need to update the source DB (and thus the target DB also) through a batch process at regular intervals (once a week, can also be less frequent). The plan is the first above mentioned stop GG process, update source DB with the latest data, transfer data to target the DB using exp/imp, restart GG treats using the SNA option after. All these steps are automated.

    From the tests above of initial works but don't know if GG power operation is strong enough to manage the scenarios on a regular basis and will work. Are there known issues with these operations such as disorders while implementation power which makes it unfit for use through scripts like the one mentioned above.

    Enjoy all the entries in the present.

    Thank you

    The process can be run from the command line and are just as reliable as any other executable UNIX regarding commissioning correctly if all the prerequisites are met.

    To launch the Manager from the command line
    To run the management of the control of the operating system interface, use the following syntax.
    Bishop paramfile [ reportfile]

    On the source and target systems, publishes one of the following sets of commands
    in the process, you are a beginner. Run the Oracle programs
    Directory of GoldenGate.
    extract paramfile .prm reportfile .rpt [Pei ]
    or...
    replicat paramfile .prm reportfile .rpt

    You can automate the monitoring, and it's an exercise as any monitoring process (for example, the tail of the alerts log and grep for errors ORA, logs of web server of grep, etc..). You can see extract and replicat upstairs / ongoing run, so you can also use Director (Management Pack).

  • How the media recovery is possible in this case?

    Hi Experts,
    OS: Windows 2000 Server.
    DB version: 10.2.0.1

    BONE broke down due to power problem. I restarted the operating system and it started with questions. But in the alerts log, I found the following message appears when oracle tries to open the database.
    ERROR on line 1:
    ORA-01113: file 6 needs media recovery
    ORA-01110: data file 6:
    ' D:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST\ES_PRODUCTION1. DBF'

    It's just a database test and no with no backup archivelog mode at all. Once again, I see this message I thought to drop the tablespace that contains 6 data file and create the new tablespace and then import it with the data, I'll have the dump of the export of this tablespace.

    But before you do something, for a test, I just published
    SQL > restore database;
    SQL > alter database open;
    And to my surprise she succeed to open the database on all issues and the DB works now normal.

    But I want to know how oracle perform media recovery when there is no backup of the BD at all with the DB in no archivelog mode.

    Entries of your experts are greatly appreciated.
    Thank you all...

    You have recovered the database using the redo data available in online redo log. You were lucky that you got all the necessary data for recovery within redo log.

    Kind regards
    S.K.

  • When I try to shut down my computer with Firefox running it hangs and stops the shutdown process.

    When I try to shut down my computer with Firefox running, it does not close properly during the closing. Instead, it crashes (as described in this article) and will continue to do so until I have stop the shutdown process and close it manually, where it will still not respond. There is the substantive issue. Here is the list of the relevant data to identify more precisely:

    On the list of programs is still active during the closure, the window of Firefox starts only appearing once as it should be, but a few seconds after starting to hang, it begins to appear a second time on the bottom of the list, with the specific name of the page is a duplicate of whatever it is on the original.

    This problem does not occur in safe mode, but it is not caused by one of my addons either, as I figured out after disabling all my addons with tools > Modules rather than the safe mode and still the problem.

    He is listed as that passes several times a week, but that is simply because that's how many times I forgot to close Firefox before pressing 'closed' and leaves the room without bothering to check it works. It happens whenever I try to turn off the computer with Firefox is running well.

    See this article--> occurs not in Safe Mode

    Check and say whether his work after turning off hardware acceleration.

  • I need to download my photos on icloud on my device and stop the photos to upload on icloud because my icloud is full and I have a 64GB iphone

    I need to download my photos on icloud on my device and stop the photos to upload on icloud because my icloud is full and I have a 64GB iphone

    On your phone, go to settings > iCloud and make sure that you have downloaded all your photos on your phone. Then click on "disable the iCloud photo library." But even once, make sure that you have all the photos uploaded to your Mac computer or your iPhone.

  • Stop the loop in the process

    Hello

    Once, I am for another question, desire to learn more about labview and these countless obscure secrets.

    Well my problem seem is a common problem, but I have not found the answer in other topics.
    Here are the levels of my (simpler if you look directly at VI) VI

    1st level, I have an event to bring the action or return to the main Vi
    level 2 (during the measurement process), I have an loo whilep with an event case inside to stop the loop if the process is blocked. but it does not work.

    And to make matters worse I can't press the keys at the start of the measure

    I'm on this problem for 10 hours is not a question asked without thinking, but I am really stuck.

    Thank you

    Firstly, stacking of the structures of the event is going to be tricky, very quickly, so I want to disencourage to do until you are an experienced developer of LV. You are currently a little diving on the "first numbers", which is generally understood as the warnings from the structure of the event.

    The second thing is that I understand that you want to terminate the wait function itself (which represents your external code). This can be done. The reason is simple: LV is just waiting for the code complete. So saying LV to stop his execution will happen as soon as LV "took over". This will happen once the external code is complete.

    You CAN complete the thread using the Windows API, but you should / must restart the entire application of the LV to prevent corruption of memory created by the son put to death (not recommended).

    hope this helps,

    Norbert

  • How can I fix my windows vista stops the process?

    When I run normal stops the process, the system seems to want to close normally, but then was hindered in the phase "forest operations off the coast. I let the computer take its course at night, only to find tht the next morning, he is always "logout".

    Hi Beachdubber,

    ·         You receive an error message or error code?

    ·         Did you do changes on the computer before the show?

    I suggest you to check and clean the boot if the problem persists.

     

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

     

    Note: After troubleshooting, be sure to configure the computer to start as usual as mentioned in step 7 in the above article.

    Let us know the results.

  • stop the display of the controls at the bottom of the screen during video playback on windows media player

    How to stop the display of control at the bottom of the screen during video playback on windows media player

    How to stop the display of control at the bottom of the screen during video playback on windows media player

    Use the following steps and controls will NOT appear when you play multimedia player mode full-screen:

    Open Windows Media Player > tools > Options > Performance tab > uncheck "Controls display full screen" > apply/OK for the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • I am unable to stop the hosts of loading process, because it takes a lot of memory

    I am unable to stop the hosts of loading process, because it takes a lot of memory

    Hello

    Some processes have to load, however, you can use these tools to check those and look for ones that
    can use a lot of memory after loading in the Manager of tasks - processes tab - CTRL + SHIFT + ESC
    Check the CPU column.

    How to troubleshoot a problem by performing a clean boot in Windows Vista
    http://support.Microsoft.com/kb/929135
    How to troubleshoot performance issues in Windows Vista
    http://support.Microsoft.com/kb/950685

    Optimize the performance of Microsoft Windows Vista
    http://support.Microsoft.com/kb/959062
    To see everything that is in charge of startup - wait a few minutes without doing anything - then right click on the task - bar
    The task manager - take a look at stored by - Services - process - it is a quick reference (if you have
    a small box in the lower-left - show for all users can check only).

    How to check and change Vista startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    A quick check to see that load method 2 is - using MSCONFIG and then display a list of the people here.
    --------------------------------------------------------------------

    Tools that should help you:

    Process Explorer - free - find out what are the files, registry keys and other objects processes have opened, the dll
    they loaded and much more. This exceptionally effective utility will show you even owned by each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured to startup automatically when your system boots and you
    opening of session. Autoruns also shows you the full list of registry and file locations where applications can configure auto-
    start the settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor the system files, registry, process, thread and DLL real-time activity.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    WhatsInStartUP - free - this utility displays the list of all applications that are loaded automatically when Windows
    starts. For each request, the following information is displayed: Startup Type (registry/Startup folder).
    The command - line String, product name, file Version, company name, location in the registry or the file system,
    and much more. It allows you to easily disable or remove unwanted programs that runs in your Windows startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe not. The window Watcher says it all, reporting of any window created by all running programs, if the window is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp

    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

    Hope these helps.

    Rob - bicycle - Mark Twain said it is good.

  • Try to STOP the constant evolution of my screen background image

    Please forgive me for his appearances in this forum bareheaded, but I ripped all my hair in total annihilation.

    No matter what I cannot do Win7 to stop changing my wallpaper every few minutes. I even took each picture on all the issues referred to in the window "Browse image" on the "customization" Page and AGAIN it search images and load new every few minutes. I've got pictures "erased ALL" on the page of customization without result.  I tried to change the frequency of changing the image at once every day, but even THAT can't help the recovery cycle.  I even entered in user/AppData files and deleted all the files of themes, only to have quickly rebuild themselves.

    ARRRGGHHH... brilliant someone has ideas how to whip this Windows 7 in submnission?

    Hello Seatac33,

    Thank you for visiting the Microsoft answers community.

    -Right-click Office
    -Click on customize
    -Down - click wallpaper

    Make sure has only a tick in the context that you are wanting to view. If you have check marks next to several images, it automatically creates the slideshow.

    Hope this helps Chris.H
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • Can save us our system drive on Dropbox?

    Hello! As the title says, "can save us our system drive on Dropbox? Thank you!

  • How to reset the stabilization to remake "Analysis."... »

    Hello I hope I have fast enough to validate the first stupid question. How can I reset stabilization in order to re-not the "analysis...." » ? I tried to stabilize what a clip and it seemed worse, I thought that is not normal, so I wanted to give him

  • Question Z10 blackBerry OS 10.2.1.2941

    Hi guys, last week I received auto notification update software for 10.2.1.2941, I did it via wifi. Since then now, I am faced with a series of question, my mobile battery will not be charged more than 70% BBM, which is app application and the messag

  • Question about installing windows on a Macbook Air

    Hello! I was just wondering if I would be able to use the student updated Windows Upgrade Pro 8 (the http://www.microsoftstore.com/store/msapac/en_GB/pdp/Windows-8-Pro-Upgrade---Student-Offer/productID.282175100) to install Windows 8 on my Macbook wi

  • Photoshop for Linux

    10 being most Mickey Mouse (phone) OS Windows, many people need to use Photoshop on PC under the most serious of the operating system.  How about Photoshop for Linux?