ORA-15001 and ORA-15204 when I try to configure the snapshot to controfile name

Hi all

I create a backup to a new db script.

After registry dthe db in the catalog, I tried a full backup, but otherwise, I read that the snapshot controlfile is under $ORACLE_HOME/dbs in a single node of the rac environment.

I'm trying to change, in order

RMAN > CONFIGURE SNAPSHOT CONTROLFILE NAME to "+ RECO_II01/DBASSET/CONTROLFILE/snapcf_ASSE1.f";
I get the message:

RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failure of the command configure at 27/12/2012 12:31:41
RMAN-03014: implicit recovery catalog Resync failed
RMAN-03009: resync command failed full to the default channel to the 27/12/2012 12:31:41
ORA-01580: error creating control file backup +RECO_II01/dbasset/controlfile/snapcf_.f
ORA-17502: ksfdcre:3 cannot create the +RECO_II01/dbasset/controlfile/snapcf_.f file
ORA-15001: diskgroup 'RECO_II01' does not exist or is not mounted
ORA-15204: version 11.2.0.0.0 of the database is not compatible with diskgroup RECO_II01

When I try to go back to the default, I get the same error.

Do you have any suggestions to fix?

Try with the compatible version database identical to the compatible version of ASM diskgroup.

This isn't a question of RMAN it's a configuration problem.

Tags: Database

Similar Questions

  • I'm unable to access my skydrive account, I get my user id and password but when I try to access the skydrive page it just flickers and flashes a canned red shield in the address bar.

    I'm unable to access my skydrive account, I get my user id and password but when I try to access the skydrive page it just flickers and flashes a canned red shield in the address bar. I managed to go into the live account and change the password, so I know that the connection details are correct. I can access my hotmail account.

    I signed up for skydrive two days ago and have loaded the documents that I cannot now reach!

    original title: skydrive connection problem

    Forum on SkyDrive here:

    http://windowslivehelp.com/product.aspx?ProductID=6

  • Firefox crashes when loading websites, freezes when I try to download any file and completely freezes when I try to access the Options menu. Help!

    As he says, I had a difficult time with Firefox lately, and I think that it's corrupted. I tweaked the settings according to the suggestions on this forum and others like him, but they made the problem worse. I've updated to the latest version of the browser that has not helped, and I finally tried the "Reset Firefox" button, which was worse than anything. I lost my custom settings and Add-ons for nothing, the problem persists.

    More frustrating is that it completely crashes whenever I click on tools > Options, so I'm not able to make changes to this new configuration. If I export my favorites safely, I will try to uninstall the browser and re - install an older version of it, but of course it now freezes when I try to export the bookmarks file.

    Thus, apart from trashing it and starting over... any suggestions?

    For the record, it's Firefox 28.0 (do not know what version it was the beginning of the sentence), and the window "On Firefox" said that it is up-to-date. I am running Windows XP.

    Thanks for any help or enlightenment, you might be able to provide.

    Hello

    Some Firefox problems can be solved by performing a clean reinstall. This means that you remove Firefox program files, and then reinstall Firefox. Please follow these steps:

    Note: You can print these steps or consult them in another browser.

    1. Download the latest version of Firefox from http://www.mozilla.org office and save the installer to your computer.
    2. Once the download is complete, close all Firefox Windows (click on quit in the file menu or Firefox).
    3. Remove the Firefox installation folder, which is located in one of these locations, by default:
      • Windows:

        • C:\Program Files\Mozilla Firefox
        • C:\Program Files (x 86) \Mozilla Firefox
      • Mac: Delete Firefox in the Applications folder.
      • Linux: If you have installed Firefox with the distribution-based package manager, you must use the same way to uninstall: see Install Firefox on Linux. If you have downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
    4. Now, go ahead and reinstall Firefox:
      1. Double-click on the downloaded Setup file and go through the steps in the installation wizard.
      2. Once the wizard is completed, click to open Firefox directly after clicking the Finish button.

    More information on the resettlement of Firefox can be found here.

    WARNING: Uninstaller or the use of Firefox and not run a third remover as part of this process, because who could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and passwords saved. These can be recovered, unless they have been backed up on an external device!

    Please report back to see if this helped you!

    Thank you.

  • 2072 AND 2126 ERROR when you try to use the printer

    ERROR 2072 AND 2126 WHEN YOU TRY TO USE THE PRINTER?

    Hello

    1. What is the brand and model of the printer?

    2. What is the exact error message you get?

    3 when was the last time you were able to use the printer?

    4 did you a recent software or changes to the material on the computer?

    Method 1:

    I suggest you to go through the steps mentioned in the link and the Coachman.

    Printer in Windows problems

    http://Windows.Microsoft.com/en-us/Windows/help/printer-problems-in-Windows

    If the issue does not get resolved, then you can move on to method 2.

    Method 2:

    Tips for solving common driver problems

    http://Windows.Microsoft.com/en-us/Windows7/tips-for-fixing-common-driver-problems

    Hope this helps and keep us informed if you need help.

  • BlackBerry smartphones can not find Outlook user profile when you try to configure the settings of the Organizer

    I want to sync my calendar, Contacts, etc.. I have Microsoft Windows 7 64-Bit with 64-bit Outlook. I just downloaded the latest Blackberry Desktop Manager and also the latest OS for the Storm 9550. When I try to configure my Orhanizer and select Calendar and I get to the screen where there is a drop down menu to select the user's profile, I click the menu drop down and the profile is empty. If I try to click then I get an error. Any help appreciated...

    Hello

    See if the causes/remedies in this KB will apply:

    • KB02362 Microsoft Outlook is not available as a translator when the synchronization options are configured on the BlackBerry Desktop Manager

    Good luck!

  • ORA-1866 when you try to change the precision of the timestamp column

    Hello

    I use Oracle XE. I have a table that contains a Timestamp column. "Fractional precision" is 6 and "Time zone" has the value of HOURS LOCAL time ZONE.
    If I try to change the precision of the timestamp column (set to 2 for example), I get the following error:

    Error ORA-1866: the dattime class is not valid.
    The following SQL statement failed:
    ALTER TABLE CLIENTS
    CHANGE ("TIME_STAMP" TIMESTAMP (2) WITH THE LOCAL TIME ZONE)

    Please notify.
    Thank you
    MR. R.

    The column is empty? It should be just by reducing the precision.
    Try to run the command in the SQL Plus tool if you have not already done.

    The following should do the job

    ALTER TABLE CLIENTS ADD TEMPCOL TIMESTAMP (2);
    UPDATE CUSTOMER SET TEMPCOL = "TIME_STAMP";
    ALTER TABLE CLIENTS REMOVE THE COLUMN "TIME_STAMP";
    ALTER TABLE CLIENTS RENAME COLUMN TEMPCOL TO "TIME_STAMP";

    Concerning

    Published by: thriller on April 7, 2009 17:22

  • Function mouse and keyboard disappears when you try to install the new Windows 7 on new generation.

    I have a new version with a platform of Skylake, and when I try to install a new windows 7 OS, I get to the screen installation with choice of country, etc. and have no function on my keyboard, mouse, so I can't click or tab to make choices. Basically, I'm stuck in this Setup screen. I tried with two different OS (CD), and are both the same thing.

    If you use a wireless keyboard/mouse, try switching to a wired USB keyboard and mouse.

  • "IR hardware not detected" error when you try to configure the TV signal in Windows XP Media Center 2005 with Service Pack 3

    I have an HP dv6000t. He came with Yuan EC680 ExpressCard analog TV
    Tuner. When I upgraded to Vista, the IR receiver seemed to be detected,
    but after downgrading to XP MCE 2005. XP MCE 2005 was the ORIGINAL OS
    on the system (bought in November 2006). I've updated the drivers for the TWO
    the tuner card AND who do not HAVE the nVidia GeForce Go 7400 video card
    address this problem. Any suggestion on how to solve this problem would be greatly
    appreciated. What HP had try me, including Sofpaq fixes are not
    address my problem. It does not give the error "IR hardware not detected".
    overnight, it correctly detects the signal from my digital cable box.
    The main problem could partly be the we FINALLY converted to digital television
    signal and I always try to use the analog tuner ExpressCard? Once again
    any help is greatly appreciated.

    I found this fix on another site.  We're supposed to plug the IR cable to the TV box at the back of the first port on the remote sensor Windows Media (the ' antenna' of the Windows Media Center remote control) and then to put the tip of the probe of the IR cable to the cable TV box distance near the sensor on the cable box (it can be seen by a light in the glass) and then complete the configuration of the channels in Windows Media.  The problem is, it does not work unless there is also something connected to Port 2 of the medial distance sensor Windows as well (a head set will do).  With the sensor box IR cable company cable plugged into the first port in the back of the remote Windows Media sensor and headphones plugged into Port 2 of the remote sensor, Windows Media, and the end of the probe of the sensor cable box IR cable near the cable box remote sensor box, Window Media channel setup "found" the cable of the IR sensor and allow me to complete the installation.  I could not bind the Windows Media remote sensor with the remote for the cable box, but said that I managed.  I use the remote cable box to change channels and have box IR cable connected on the decoder cable TV and put the cable box IR receiver cable on top of my desk.

  • Error when you try to configure the microphone for speech recognition

    I get an error:

    "The wizard could not start. Make sure that your audio is working properly and check your audio configuration Audio devices and its themes Control Panel. "My microphone and speakers are connected and working.  When I go on manage Audio devices, I can see them both and when I speak into the microphone, the green bars.  I tried a clean boot and still get the message.  Also, I get this message when I try to start speech recognition.

    Hello EllieMae,

    Thank you for posting.  It seems that your sound card device drivers could have had an error during installation.  You try to reinstall the device drivers for your sound card to possibly fix the problem.  You should be able to find any updated drivers for you computer to the manufacturer's support Web site.

    Please let me know if this helps you. Zack
    Engineer Microsoft Support answers visit our Microsoft answers feedback Forum and let us know what you think.

  • Satellite Pro L10: USB on and goes off when I try to use the USB modem

    I have a mobile broadband usb t-mobile I want to use it on my Satellite Pro L10.
    When I attach to one of the usb ports then the laptop it is, but it loses then every 10-15 seconds (without interruption).

    I'm on XP Pro and usb Sockets work very well for a USB and a printer.
    I also tried to fix via a hub with external power usb and a pcmcia card with usb port, with exactly the same results.

    It works perfectly on my wifes laptop, it seems to be a conflict or a software problem.
    I flashed the bios and updated as well as seems relevant that I can.
    I continue updating the drivers etc, but in the meantime, I was wondering if anyone had any bright ideas?

    A healthy idea of mind is considered, it is starting to drive me up the wall! Mike

    Hey Buddy,

    T-mobile USB broadband have you? I mean if you could tell us what model you have maybe we can discuss it further. By the way: you said about your wife the USB - stick works machine. What operating system your computer laptop wife´s have?

    Would be interesting to know these facts; either by the way, I think it s more programs given that your material seems fine.

    Would appreciate feedback of your regarding your question.

    Greetings

  • Error 80070570 and 80200053 codes when you try to install the updates, the file is corrupted when trying to install any other download like flash player, AVG and SuperAntiSpyware. Help, please!

    This question seems to have started after Verizon FIOS ran a USB key with their configuration information... I tried for an upgrade to windows 7 and the question has not corrected itself...  It is however increasingly frustrating!

    Reset Windows udpate incomplete delivery:
    http://support.Microsoft.com/default.aspx/KB/971058

    User profile of Fix corrupted:
    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

    If nothing is done then run a repair of Windows 7:
    http://www.SevenForums.com/tutorials/3413-repair-install.html

  • Visualizations and frizes crashes when I try to use the WhiteCap in Windows Media Player

    Windows Media Player stops working after a few minutes of course using visualization WhiteCap, what should I do to fix this problem?

    Hi ISROBI. R.,.

    1. the problem occurs only with screen saver and visualizer whitecap?

    Method 1
    I suggest you perform the clean boot and check if the problem persists. The following link will help you perform the clean boot.

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

    Note: follow step 7 of section of boot KB929135 to the computer in normal mode.


    Method 2
    I suggest that you uninstall visualize whitecap and see if you are able to use windows media player. If you are able to use the media player without freezing then the problem is with plug-in and you must contact the plug-in manufacturer.

  • When you try to configure the authentication of two step my location appears as a bad place

    Hi, I'm trying to implement the authentication of two floors on all my devices, however when I do this I get a message on another device connected in iCloud saying that another device is trying to connect in icloud to a display location near London, I don't live in London but.

    Could someone help?

    I'm having the same problem! Having the two devices in front of me, but have the message saying that another device tries to log on to London? I also don't live anywhere near London, I recently updated my email ID well and it's the old e-mail ID that requires authentication?

    Sorry I can not help but hoping someone else has an answer us?

  • Vista restarts when you try to configure the updates (stage 3 of 3 0% complete)

    Hi all

    Some time ago I got a video card fails on me during an upgrade. Of course, I had to stop him to bring it to the store for repair. Given that the video card has been fixed I can't restart the machine at all.

    I tried to start in safe mode, but unfortunately it did not work. I can not connect because she also tries to apply the update on hold in this mode. From last known good startup didn't work either.

    I also tried to recover from original DVD, but it did not help. Auto repair has failed, and it did not find my disk-based restore points when I tried to recover from a restore point (and I know that I have several of them already...).

    I don't want to lose the data on this machine (and yes I learned the hard way to do backups and I bought an external hard drive for this purpose), so from scratch is not really an option for me.

    Help, please!

    D.

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Windows 7 IT pro forum. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en/w7itproinstall/threads

  • BlackBerry Smartphones run-time error when you try to synchronize the Blackberry

    I recently updated from the Blackberry pearl for the "BOLD" with the new desktop software. Since the upgrade, I am more able to synchronize microsoft Outlook for my Blackberry "BOLD". When you try to configure the synchronization I recievethe Runtime error:

    Impossible to find in the file system table. I tried all kinds of patches without solution, does anyone have any suggestions?

    Hi and welcome to the Forums!

    I found this KB, although the wording of the error is just a bit different... but maybe it'll help?

    http://www.BlackBerry.com/BTSC/microsites/search.do?cmd=displayKC&docType=kc&externalId=KB15278&SLIC...

    Good luck!

Maybe you are looking for

  • When you upgrade a storage iCloud plan you get to keep the free additional 5 GB?

    I am considering the iCloud the total amount of my photos and videos storage options exceeded the franchise of 5 GB. My question is - if I update the 50 GB plan, to keep the original free 5GB as well? I actually would have 55 GB of available storage

  • Free upgrade to Win7 possible after eligible Win7RC on Vista installation?

    This has not been answered in the FAQ I just bought a TX2-1615au eligible for the upgrade. I don't want to learn Vista (still on XP) so I want to install Win7 Release Candidate immediately. By releasing Win7, I'll be able to install the free Win7 Upg

  • CVS-1457RT engine of analysis?

    I can configure the CVS-1457RT for the scan engine? or do I need to compile a bit to access I/O? Best regards Henrik Ehlert

  • Update to R5

    After updating my R5 twice successfully, I can't update it more now 1.21 I always followed the procedure as described in the guide. Someone else has update problems? I use the same pc as I did with the other updates... Didier

  • How to make a tied pny 8G usb drive bootable with windows xp

    Plug USB on pc. PC detects a new device. He is listed in "My Computer" When I go to start (cmd and enter) Command prompt appears When I type "diskpart" and enter window of DiskPart (or directory) rises When I type "list disk" and enter I see a list o