Media recovery not enabled or manual archival only

db-version oracle 10.2.0.2
os windows server 2003
after starting up the database
i get the following trace-file of the lgwr
*** SERVICE NAME:() 2007-01-21 02:20:06.326
*** SESSION ID:(166.1) 2007-01-21 02:20:06.326
Maximum redo generation record size = 156160 bytes
Maximum redo generation change vector size = 150672 bytes
*** 2007-01-21 10:00:32.272
Media recovery not enabled or manual archival only 0x10000
*** 2007-01-22 13:22:19.801
Media recovery not enabled or manual archival only 0x10000
*** 2007-01-23 05:49:22.517
Media recovery not enabled or manual archival only 0x10000
is it the bug 4591936?

Hi,
>>is it the bug 4591936?
Yes. These messages were added for debugging purpose and can be ignored.
Cheers

Similar Messages

  • Media recovery not enabled

    I am running/testing just about every XDB feature there is in Oracle XE and I am running into a problem. I am using copyevolve and I am getting an error that I also get in the Enterprise version. That error is not relevant to this post. But in XE it is followed by ORA-30944 Error during rollback for XML schema '<schema_url>' table "<owner_name>.<table_name>" column '<column_name>'. I checked my logs and they have an error stating:
    Media recovery not enabled or manual archival only 0x10000
    How can I enable this feature? Can someone direct me to where I could find more information on this subject?
    Thanks

    Here is the exact error message:
    ORA-30944: Error during rollback for XML schema 'group.xsd' table "XMLTEST"."GROUP_S" column ""
    ORA-02304: invalid object identifier literal
    ORA-30942: XML Schema Evolution error for schema 'idenity-mapping.xsd' table "XMLTEST"."identity-mapping2747_TAB" column ''
    ORA-00922: missing or invalid option
    ORA-06512: at "XDB.DBMS"XMLSCHEMA_INT", line 113
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 210
    ORA-06512: at line 226
    I get the ORA-30942 in Enterprise oracle but I do not get the rollback error. I thought that the media recovery message may have been related to the rollback failure because I associated recovery and rollback (Which may be a poor assumption).

  • ORA-01123: cannot start online backup; media recovery not enabled

    the Oracle doc says:
    Action: Enable media recovery and retry this operation.
    how helpful it is!
    Could someone advise me on what is exactly the command
    for "enable media recovery"?
    Thanks.
    - Zack Hu

    but when I modified the init.ora file and re-start the
    db, I still have "NO archive mode", when I tried to
    set it to archive mode I got an error:
    SQL> startup pfile='D:\oracle\admin\WinMWDCS\pfile\initWinMWDCS.ora';
    ORACLE instance started.
    Total System Global Area 135863156 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 1191936 bytes
    Database mounted.
    Database opened.
    SQL> archive log list;
    Database log mode No Archive Mode
    Automatic archival Enabled
    Archive destination d:\oracle\oradata\WinMWDCS\archive
    Oldest online log sequence 73
    Current log sequence 75
    SQL> alter database archivelog;
    alter database archivelog
    ERROR at line 1:
    ORA-01126: database must be mounted EXCLUSIVE and not open for this operation

  • Oracle Media Recovery Not Started

    Hi,
    Need help
    I've just performed system copy in HP-UX & Oracle as database using backup restore method.
    I'm using online backup for this system copy. Control file has been created successfully. Now I'm trying to start the media recover using below cmd
    "recover database using backup controlfile until cancel"
    After applying this command system is not starting the media recovery. From alert log file I can see the msg Media Recovery Start but oracle is not giving any further message, it is stuck on the below screen.
    aigas:oraaeq 2> sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu May 13 08:42:39 2010
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    SQL> conn /as sysdba
    Connected to an idle instance.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 5284823040 bytes
    Fixed Size                  2051424 bytes
    Variable Size            2650800800 bytes
    Database Buffers         2617245696 bytes
    Redo Buffers               14725120 bytes
    Database mounted.
    SQL>
    SQL> recover database using backup controlfile until cancel;
    output of tail -f alert.log file **********
    parallel_threads_per_cpu = 1
      optimizer_index_cost_adj = 20
      query_rewrite_enabled    = FALSE
      optimpeek_user_binds   = FALSE
      pga_aggregate_target     = 3469486325
      workarea_size_policy     = AUTO
      statistics_level         = typical
      optimizermjc_enabled   = FALSE
      bloomfilter_enabled    = FALSE
    PMON started with pid=2, OS id=5447
    PSP0 started with pid=3, OS id=5449
    MMAN started with pid=4, OS id=5451
    DBW0 started with pid=5, OS id=5453
    DBW1 started with pid=6, OS id=5455
    LGWR started with pid=7, OS id=5457
    CKPT started with pid=8, OS id=5459
    SMON started with pid=9, OS id=5461
    RECO started with pid=10, OS id=5463
    CJQ0 started with pid=11, OS id=5465
    MMON started with pid=12, OS id=5467
    MMNL started with pid=13, OS id=5469
    Thu May 13 09:17:26 2010
    ALTER DATABASE   MOUNT
    Thu May 13 09:17:30 2010
    Setting recovery target incarnation to 1
    Thu May 13 09:17:30 2010
    Successful mount of redo thread 1, with mount id 680883430
    Thu May 13 09:17:30 2010
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Thu May 13 09:18:19 2010
    ALTER DATABASE RECOVER  database using backup controlfile
    Thu May 13 09:18:19 2010
    Media Recovery Start
    We have mounted two nfs file system which are part of oracle file system
    Regards,
    Neehir Bhatt

    Hi Neehir,
    How did you create the control file ?
    Did you use start the DB with source SID and generated a control file trace  and then excutede the control file trace sql with the SID change in ordrer to create actual control files with ORACLE_SID reset to actual DBSID. .
    Also i use:
    recover database until cancel using backup controlfile;
    and not :
    "recover database using backup controlfile until cancel"
    Not sure though if that should make difference because if yours was erroneous oracle should have let you known.
    What message comes when you try
    alter database open
    Regards.
    Ruchit.

  • Managed Standby Recovery not active

    Dear All,
    My database version is:
    SQL> select banner from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    OS:RedHat 5.5
    My current configuration is:
    We have two node RAC primary database and a local standby database.
    And TWO NODE RAC DR (REMOTE)STANDBY DATABASE
    while checking (REMOTE WHICH IS TWO NODE RAC)dr synchronization we found archive since yesterday has not been applied.
    But local dr is fully sinc with the primary database.
    When i have executed 'ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL' it says
    SQL> alter database recover managed standby database cancel;
    alter database recover managed standby database cancel
    ERROR at line 1:
    ORA-16136: Managed Standby Recovery not active
    I manually copied the archive log which where missing in the remote standby database and then register those archive log.
    after that when i manually tried to recover the standby database it has given me following error.
    sql>recover automatic standby database;
    ORA-00283: recovery session canceled due to errors
    ORA-01124: cannot recover data file 1 - file is in use or recovery
    ORA-01110:data file 1: '/database/ctmis/system01.dbf'
    please please help me to resolve the issue.
    Thanks and Regards
    Monoj Das

    according to my understand
    Node1,Node2 is having node1-standby node2-standby in RAC environment right?
    on which node logs ur trying to apply on which node standby? (node1 ==>node1-standby or node2 ==>node2-standby)
    check it...hope it will work or not sure :)
    standby side...
    rman target /
    RMAN>crosscheck archivelog all
    then try to recover..will see ..
    if not
    check with support.oracle.com through SR.

  • How do I enable media recovery?

    I’m a student, trying to execute the following command:
    ALTER TABLESPACE USERS01 BEGIN BACKUP;
    But I keep getting an error telling me that I need to enable media recovery. What does this mean and how can I do it?

    Hi..
    This kind of backup is called hot backup, which requires the database to be ARCHIVELOG MODE.If the database is not in archive log mode, you will get error.This is because when you restore the database from this kind of backups, archivelogs will be required to bring the database in consistent mode.
    [http://download.oracle.com/docs/cd/B10501_01/server.920/a96519/backup.htm#1004914]
    HTH
    Anand
    Edited by: Anand... on Dec 9, 2008 9:44 AM Added link

  • Hp the system recovery media does not support this computer, WIN7 GS72 Notebook

    HProduct: GS-B66US (17" I3 notebook)
    OS:             Win7
    Bios Rev:   F.47
    Error message: "hp the system recovery media does not support this computer.  You are not able to restore this system"
    Changes made to system:  Updated bios (I think).
    Getting error messages (at system boot, as windows start, and from the intel hard drive controller) warning me to backup data and hard drive my fail.
    I replaced the harddrive and inserted the first of my 4 recovery DVDs (created before I updated the bios).  After booting from the first recovery disk I get the following message
    "hp the system recovery media does not support this computer. You are not able to restore this system with the media"
    The computer still boots with the old hard drive (with drive failure imminent messages)  I do see support assistant offering another bios update but I did not install it with the hard drive problem
    PLEASE HELP
    TIA

    Hi,
    I think there could be two possible reason. wrong media or systemboard is changed.
    did you create any recovery media yourself or you ordered the recovery media from hp? also, was there any systemboard replacement done before?
    media created on some other computer (same model) may not work on your computer.
    you can order the media from hp.com here.
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c00810334
    also once systemboard is replaced you need to get the configuration settings done for BIOS(only HP can do it).
    hope it helps
    Regards,
    WW
    “I am an HP Employee“
    ***** Click the KUDOS star on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem***

  • RMAN-06054: media recovery requesting unknown archived log

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/16/2013 09:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 34751 and starting SCN of 8923445274I am receiving the error above on performing RMAN Active cloning, please advise how to resolve this

    In addition to what was said, I can think of two other possibilities for RMAN-6054 during duplicate: bugs such as 12625205 (also see 8554110); duplicate was run earlier without removing the old restored files (Note 1549172.1). In the first case, just specify SCN or find the actual log file and speficy log sequence, instead of time. In the latter case, remove the old restored files or speficy noresume.
    Edited by: user11989003 on May 29, 2013 10:17 AM

  • Media Sync Error - enable mass storage manually message repeats

    I have a blackberry 8310 with an extra memory card installed. 
    Every time I try to use Blackberry Media Sync I get an error message that reads: The connected Blackberry device required mass media storage mode to be enabled manually, please do so from your device and click Retry. 
    However when I have enabled mass media mode manually and clicked retry, it gives me the exact same message, or sometimes sits there saying connecting to Blackberry device indefinitely. 
    I have checked for updates both for my desktop software (version 5.0.1) and my Media Sync software (Version 2.0.0.27) all other software is working normally, and I can move music to my device with media manager (which I only tried after receiving the error message about 20 times). 
    Any suggestions?

    Hi and welcome to the forums!
    Have you used this media card in a different Blackberry and used media sync
    with it? Please read the link on the bottom of the post about Media Sync.
    DId you format it in the Blackberry when you received it?
    On solely your Blackberry, can you store a picture and retrieve it?
    Go to options>memory and set the following options:
    Use the following settings in the memory option of the device:
    Compressions enabled
    Media card support ON
    Media transfer protocol ON (Storm and Bold only)
    Mass storage support ON
    Auto enable Mass storage support when connected ON
    Save all changes. Now back out of the memory section and go to security>encryption> DISABLE.
    Do a battery pull as listed below and let us know how it goes.
    Thanks,
    Bifocals
    KB15591
    Name assigned to the BlackBerry smartphone in BlackBerry Media Sync follows the MicroSD card
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Tax Only Feature is not enabled in reserve invoice

    Hi Experts ,
                        I have got the message "Tax Only Feature is not enabled in reserve invoice " while entering inventory opening. So i could'nt able to enter the inventory opening. How i can i solve this?
    Regards

    Hi,
    You may need to elaborate what is your process of entering inventory opening in order others to help.
    Thanks,
    Gordon

  • "Tax Only" feature not enabled in reserve invoice   [Message 439-209]

    HI Experts,
    I have created new company as IND_COA database and i created a Masters and Inventory Offset A/c in Equity drawer.
    Now, am trying to take initial qnty , wheres it says the "Tax Only" feature not enabled in reserve invoice   [Message 439-209]
    anyone can guide me.
    Thanks in advance.
    Regards,
    Dwarak

    Hi Dwarak,
    As the message indicated: "Tax Only" feature not enabled in reserve invoice. Do you need to input  "Tax Only" reserve invoice?
    Thanks,
    Gordon

  • System Recovery media does not support the computer. HELP!!!

    Ok problem here the recovery discs that were created do not work. And this is where I'm stuck.
    First the details. It's a DV7-6163CL Laptop with windows 7. The discs were created shortly after we got the computer. The reason we have to try and recover the computer is hard drive #1 failed and failed hard. Hard drive was replaced. Now after trying to use the recovery discs we get the error message after a few windows loading screens in Recovery Manger.
    "The system recovery media does not support this computer. You are not able to restore this computer with the media."
    Well Hp doesn't support his platform anymore due to its age.
    Is there anything I can do next to formatting the computer and getting a new OS?

    Many times this error is caused by missing info in BIOS. Can you enter BIOS-F10 at power on- and check for serial number,etc?
    Sometimes a new hdd requires prepping with Cyberlink Utility cd first. Download and Save the file. Once download is complete, put a blank cd in your drive and click the file to create a boot cd. Boot with this cd and wait until you get a green check mark indicating hdd is ready. Remove the cd , insert first Recovery Disk and restart the laptop.
    http://ftp.hp.com/pub/softlib/software11/COL32372/​pv-80183-1/sp44645.exe
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Agent "User" is not enabled for enterprise voice. Only Enterprise Voice users can receive Response Group calls.

    I have standard edition Lync 2013 deployed. I have also enabled enterprise Voice for all my users.
    When I try to create a response group under group tab, I add the enterprise voice enabled users to the group and click on commit I get this warning:
    Agent "User" is not enabled for enterprise voice. Only Enterprise Voice users can receive Response Group calls.
    This is clearly a glitch since the users are already enabled for enterprise voice. Has anyone come across this issue before?
    Thanks

    Have you tried restarting the Response Group service? Are you able to add any EV enabled users to this RGS?
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Lync Sorted blog

  • Some of the options not enabled when cursor is placed on it.Eg:Ask a question in this screen Only in full screen mode it is enabled

    On a normal screen some of the functions are not enabled when cursor is placed on it.For example,in rediffmail the folders,settings, sign out, functions are not enabled in normal screen when cursor is placed on it.On full screen mode these are enabled.

    Have you got anything like addblockers or script blockers installed which may cause this problem ?
    Ensure you have javascript enabled
    * when you post in this forum do you see the formatting icons above where you type your message: ['''B'''] & [''i''] (The icons will not be seen with javascript disabled, or totally blocked)
    * use '''Firefox Button -> Options -> | Content | -> [] Enable javascript ''' (check / tick the box)
    * You appear to be '''using XP''' and menus may differ, by default it will start '''Tools -> Options''' instead of Firefox button

  • Media Recovery failed with error 1111

    Hi,
    on 10g R2 on Unix I have :
    Media Recovery Start
    Managed Standby Recovery not using Real Time Apply
    Fri Jun 24 10:56:52 2011
    Media Recovery failed with error 1111
    From alert.log :
    Errors in file /data01/oracle/mydb/admin/bdump/hhhh_17637.trc:
    ORA-01111: name for data file 523 is unknown - rename to correct file
    ORA-01110: data file 523: '/oracle/product/10g/db_1/dbs/UNNAMED00523'
    ORA-01157: cannot identify/lock data file 523 - see DBWR trace file
    ORA-01111: name for data file 523 is unknown - rename to correct file
    ORA-01110: data file 523: /oracle/product/10g/db_1/dbs/UNNAMED00523'
    Any idea ?
    Thanks.

    here is one test case, i ran into same issue. and reolved as below.
    When Standby_file_management is set to “MANUAL” , if any data files added on primary database, These changes certainly won’t be altered in standby database.
    After starting MRP process, it dies and terminated with the following errors.
    Errors from Alert log file:-
    Errors in file /oracle/app/oracle/admin/CC/bdump/cc_mrp0_22294.trc:
    ORA-01111: name for data file 536 is unknown - rename to correct file
    ORA-01110: data file 536: '/oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00536'
    ORA-01157: cannot identify/lock data file 536 - see DBWR trace file
    ORA-01111: name for data file 536 is unknown - rename to correct file
    ORA-01110: data file 536: '/oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00536'
    Errors from Trace file:-
    MRP0: Background Media Recovery terminated with error 1111
    ORA-01111: name for data file 536 is unknown - rename to correct file
    ORA-01110: data file 536: '/oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00536'
    ORA-01157: cannot identify/lock data file 536 - see DBWR trace file
    ORA-01111: name for data file 536 is unknown - rename to correct file
    ORA-01110: data file 536: '/oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00536'
    ORA-01111: name for data file 536 is unknown - rename to correct file
    ORA-01110: data file 536: '/oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00536'
    ORA-01157: cannot identify/lock data file 536 - see DBWR trace file
    ORA-01111: name for data file 536 is unknown - rename to correct file
    ORA-01110: data file 536: '/oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00536'
    ARCH: Connecting to console port...
    Check out from SQL, Which files need to be recovered on standby database?
    SQL> select * from v$recover_file where error like '%FILE%';
    FILE# ONLINE  ONLINE_ ERROR                   CHANGE# TIME
    +536 ONLINE ONLINE FILE MISSING 0+
    SQL>
    On Primary check out for actual naming convention:-
    SQL>  select file#,name from v$datafile where file#=536;
    FILE# NAME
    +536 DATA/c/datafile/undotbs9.595.750444337
    SQL>
    On Standby check datafile name:-
    SQL> select file#,name from v$datafile where file#=536;
    FILE# NAME
    +536 /oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00536+
    SQL>
    Make sure still standby_file_management is set to “MANUAL”, After performing media recovery again can be enabled to “AUTO”.
    Rename datafile from standby database:-
    SQL> alter database create datafile '/oracle/app/oracle/product/10.2.0/db_1/dbs/UNNAMED00536' as 'DATA3/cc/datafile/undotbs9_595_750444337';+
    Database altered.
    Start the MRP Now:-
    SQL> alter database recover managed standby database disconnect from session;
    Database altered.
    After creating the file, MRP will start applying archives on standby database.

Maybe you are looking for

  • Before , after images not populating in cube

    Hi All, we have a data flow wherein the data from the dso is extracted delta wise to cube . Now for a particulat document , the doc did come to ods and then to cube . then in r/3 there a change to the document , this was then again extracted to ods a

  • Unable to Verify Email Address

    Hello, I recently bought my daughter an ipod touch and set it all up and it was working fine with her email address. Unfortunately, we had to exchange it as it developed a fault. I am now in the process of trying to setup facetime and IM but when I e

  • Adding checks in MM through VOFM transaction.

    HI, I have a requirment to add new checks in MM through VOFM transaction. by following the menu 'VOFM->Requirments->pricing. now how to add new entries in this table. if i add a new routine it ask for modification key for generated program. Can i add

  • Output to .txt file overwriting.

    Hi I am trying to output to a .txt file with the below method that's called from a for loop that loops through a String array. Unfortunately it only writes to the first line over and over again so my .txt final ends up with the final element of the a

  • My iphone 4 is locked again to sfr after update to 7.1.2

    hello i have an iphone 4 wich was locked to sfr. but i unlocked it on 30/01/2014 and it was working fine with all other sim cards on 7.0.4 before 2 day i updated my ihphone software to 7.1.2 now it won't activate using my sim car "ooredoo" algeria bu