Configure exclude for tablespace does not work.

I have to exclude a tablespace from my full database backups. I have Level-1 and Level-0 backup script.
run the following command as per documentation.
CONFIGURE EXCLUDE FOR TABLESPACE DATA_TEMP;
To reconfirm, if exclude is set.
run SHOW ALL;
it shows that exclude is set properly.
Now i have to restore on another machine and before running the restore i run
RESTORE DATABASE PREVIEW, just to confirm if backup health is ok.
it gives me error
RMAN-00571: =========================================================
RMAN-00569: === ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ================================================
RMAN-03002: failure of restore command at 09/28/2007 05:57:32
RMAN-06026: some targets not found - aborting restore
RMAN-06023: no backup or copy of datafile 10 found to restore
The datafile 10 mentioned in the above error is the 'DATA_TEMP' tablespace which was excluded before taking the backup.
Restoring the database with RESTORE DATABASE command goes fine and restores the tablespace "DATA_TEMP".
My question is why RMAN have backuped up a tablespace which is in the exclusion list. i think rman reads its environment settings before starting a backup.
Have any one have experienced this before. the documentation says nothing about this.
Thanks.

sql> restore database preview;
The above command workd fine in 10.2.0.3.0.
But in 10.1.0.5.0 it does not works.

Similar Messages

  • Short key for copy does not work all the time now.

    After I have installed the latest OSX - Yosemite, my short key for copy does not work all the time.  It is infrequent how it works. I'm using the same keyboard that I have always used, my wireless logitech keyboard for mac.  Please help.

    I've plugged in my default mac keyboard and the short key copy still does not work.

  • I purchased PSE 13 but have a Vista OS. It was suggested in this chat room that I download PSE 12. I did that & installed. The serial # for 13 does not work. Any thoughts on how I can get a number for PSE 12?

    I purchased PSE 13 but have a Vista OS. It was suggested in this chat room that I download PSE 12. I did that & installed 12.
    The serial # for 13 does not work. Any thoughts on how I can get a serial number for PSE 12?

    Hi
    There is a newer version of Resolution+ Plug-in released for an Qosmio X series
    [Resolution+ Plug-in v 1.1.2004|http://eu.computers.toshiba-europe.com/innovation/download_driver_details.jsp?service=EU&selCategory =2&selFamily=381&selSeries=231&selProduct=7506&sel ShortMod=null&language=13&selOS=all&selType=400&ye arupload=&monthupload=&dayupload=&useDate=null&mod e=allMachines&search=&action=search&macId=&country =all&selectedLanguage=13&type=400&page=1&ID=82406& OSID=30&driverLanguage=42]
    try it out...
    If it has not been installed properly, try rebooting your computer and reverify.

  • Reflow in Adobe Reader for Android does not work

    The reflow option in my Adobe reader for Android does not work. The PDF book I am trying to read is too wide to be legible when I fit it into the screen (even in landscape), but the reflow button doesn't change that. When I click it, nothing happens. The only thing I know to do is to uninstall and re-install, but that did not work. Any other tips or ideas?

    Mehwish,
    Thank you so much for responding, and so quickly. I appreciate it.
    It does not appear as though the PDF I am trying to read would have an element in it that would block it from reflow, but that is always possible. It’s a textbook, and I understand that toward the end of the book there are some charts and diagrams, but I haven’t gotten to those chapters yet. So far, I’ve just been trying to use the Adobe Reader to read the introduction and first chapter and nothing I have done has made it reflow.
    I’m enclosing a copy of the entire book. Perhaps you can uncover something in it that I didn’t see.
    Thanks again for you help.
    Stan
    Dr. Stan G. Duncan
    123 Sumner St.
    Quincy, Massachusetts 02169
    617-855-7539 (hm)
    781-504-6875 (cell)
    215-647-7583 (fax)
    508-295-1630 (Ch)
    <mailto:[email protected]> [email protected]
    <http://homebynow.blogspot.com/> http://homebynow.blogspot.com
    <http://www.huffingtonpost.com/stan-duncan> http://www.huffingtonpost.com/stan-duncan

  • Early Adopter release : Extract DDL for tables does not work

    Hi,
    just had a look at Raptor - really nice tool - easy install - could be a replacement for SQLnavigator for us. One or two things I noticed though ...
    1)
    Export->DDL for tables does not work throws following error
    java.lang.ClassNotFoundException: oracle.dbtools.raptor.dialogs.actions.TableDMLExport
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at oracle.ideimpl.IdeClassLoader.loadClass(IdeClassLoader.java:140)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at oracle.dbtools.raptor.dialogs.BasicObjectModifier.launch(BasicObjectModifier.java:142)
         at oracle.dbtools.raptor.dialogs.BasicObjectModifier.handleEvent(BasicObjectModifier.java:210)
         at oracle.dbtools.raptor.dialogs.actions.XMLBasedObjectAction$DefaultController.handleEvent(XMLBasedObjectAction.java:265)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:530)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:785)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:804)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:499)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    and 2)
    when I click on a package body - I get "loading ..." below it but it never puts the
    procedure names in and the "loading ..."message stays in the tree view - however you do get to see the packages in the source window.
    Realise this is very much a work in progress and am grateful to see an early release such as this. Looking forward to the production release.
    Best regards,
    David.

    OK thanks for looking ....you've obviously got the fixes on your to do lists
    Noticed that the SQL tab when you select an object works fine - displays the
    DDL for the object
    Do you think you'll have functionality so you can select many objects (shift left click) and
    then create a DDL script for them? It looks like you can do this for all objects in a schema but
    the ability to select a subset of objects in a schema would be very useful for our DBA's.
    Couldn't see any good reason for keeping using SQLNavigator
    Many congratulations on producing such a useful tool.
    Kind regards,
    David.

  • The Help Tab (OSX ML) where you search for something does not work

    If I click "Help" and then search "expand" it will show me where expand is. But in CS6 when I clicked it the command would go through and pull up the page to expand pixels. Instead, I have to go find it. It works in every other Adobe app I use except Photoshop CC.
    I am on the latest version and on CC

    Hi Peter
    Thanks a lot for your help (and sorry for not having answered quicker, but my boss gave me a more urgent task last week...).
    Anyway, I did what you suggested (re-importing into a brand new project), and then the search for synonyms really worked! But, being a sceptical person, I did the same with another project, and with that one, it did not work. So, what I did next was compare all the settings of these two projects, and I found a difference.
    RH8 now contains a function that's called 'Teilzeichenfolgensuche' (I don't know the English expression, but have a look at the attached picture: this is a screen shot from the second page when I generate WebHelp). After having done several tests, I came to the following conclusions:
    Search for synonyms does not work in HTML-Help, but it does work in WebHelp (and maybe others, but they are not relevant for me, so I did not test them);
    Search for synonyms does only work, when the function 'Teilzeichenfolgensuche' is NOT activated.
    Could maybe somebody test this, too, and post here whether my conclusions are really correct?
    Btw: This fact is not mentioned in the RH-Manual; actually, this function 'Teilzeichenfolgensuche' is not even mentioned there (at least not in the German edition)!!!
    Can hardly wait to see your feedback; thanks again for everybody's support!
    Kurt

  • My email verification for psn does not work...

    My email verification for psn does not work... [email protected] SORT IT OUT SONY.
    Have had a ps4 since xmas day and am still yet to use it.

    1. You must send access code to a phone number that can receive SMS
    2. You can only use one phone number per iPad; cannot share one number with two devices

  • Remote for iPod does not work for MENU

    I have just bought a 30GB iPod and the A/V connection Kit which includes a Remote. The menu function of the Remote has no effect on the iPod.
    One reply to such question stated, quote ... it does not work ... it is meant for the front row software.
    In the documentation provided with the A/V connection Kit, there was nothing re the limitation in functionality of the unit.
    Could someone pls explain to me what is meant by "front row software" in relation to the iPod ?
    Tks for assistance.
    jc
    ps I am new to these things !!!

    Thank you for promt reply.
    In reading the documentation more carefully, it does state without going into details, that the Menu button is for other Apple applications.
    Tks again
    jc

  • Interface for Excel does not work in Windows 7 - Important

    Hi,
    Im using BPC 75 MS SP04 with a computer Windows 7, IE 9, Office 2007. Apparently the Excel works "fine", the issue is that whenever I try to access to Interface for web from the main page (clicking the icon) it does not work, does not do anything...
    What do you suggest to do?
    Working directly in excel is not a problem, accesing to templates vía "Etools - Open dynamic templates" is fine.
    The issue is that users that have every access controlled by BPF's (using Interface for Web)  cannot work.
    Also, we use a template that uses 12 EVDRE reports in the background, we know it is a lot... but it was required like that.
    Once accesing to this template vía Etools -Open dynamic template... Excel gets stuck and I have to force it to shut down.
    Also Im working with a Vista system, Office 2003.
    For this systems, we also use the template EVDRE (12 reports). Once any of both systems access to this specific template, Excel gets stuck and I have to shut it down. Any other template is able to work with, but these 2 machines  (7 and Vista) cant.
    Please help !
    Velázquez

    Hi Velázquez,
    Based on SAP Note: 1603248, IE9 is not supported on BPC 7 and 7.5.
    So you have to revert to IE8.
    Only IE8 and IE7 are supported in 7.5 MS.
    Hope this helps.
    Karthik AJ

  • Enforcing JRE version for Applet does not work - 1.4.2

    Hi,
    Our application (Applet) requires JRE 1.4.2 .
    I believe I need to use STATIC VERSIONING as we want the client desktop to ONLY use 1.4.2 for our applet.
    So I followed the instructions mentioned in
    http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html#in-ie
    and
    http://java.sun.com/products/plugin/versions.html
    But for some reason the JAVA Installer fails to install the package.
    It comes back with this pop-up error message:
    Error - Java(TM) Installer
    Unable to download http://java.sun.com/update/1.4.2/1.4.2-b28.xml for installation
    Here is the jsp code snippet:
    <center>
    <OBJECT classid="clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA" id="myapplet" NAME="myapplet"
        width="650" height="426" border="1" align="baseline"
        codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0">
        <PARAM name="code" value="com.statestreet.gia.ui.applet.ComponentApplet">
        <PARAM name="codebase" value="/jars">
        <PARAM name="type" value="application/x-java-applet;jpi-version=1.4.2">
        <PARAM NAME="cache_option" VALUE="Plugin">
        <PARAM NAME="cache_archive" VALUE="jar1.jar,jar2.jar">
        <PARAM name="scriptable" value="true">
        <PARAM NAME="mayscript" VALUE ="true">
       <center>
        <P>This page requires the Java Runtime Environment Plug-in. If you see this message,
        the automatic install probably failed. <BR>Please <A href="http://java.sun.com/j2se/1.4.2/download.html">click here
    </A>
        to manually install the environment. If prompted, please choose "Run this file from its current location" or "Open"
    .<BR>
        Accept all of the defaults during the installation. When the installation completes, please click the refresh butto
    n on your browser. <BR>
        If this process does not work, please contact the Help Desk.
        </P>
        </center>
    </OBJECT>
    </center>I have tried changing the codebase by removing the "#Version part.." but still no result.
    Any suggestion is greatly appreciated.
    thanks
    hp

    Yeah, after hours of searching it must be so that my son has a 8GB i.e. a 2G version and mine just happens to be the 3G as I bought mine a month later....did not know how to know the difference but now solved, thnx.

  • Taking Z1 back to shops!! going back to Apple: Sony Bridge for Mac does not work

    Been an Iphone owner. really, really wanted to try a good  android phone, and the z1 looked the best. However
    I have had the most frustrating experience- this junky bridge software looks slick but it simply does not work on a mac .
    I have spent nearly a week mucking around on forums, reading technical 'get arounds' this is a £600 phone and its not good enough. It might be Apples fault for being so locked down, but sony should not claim it works when it has so many issues.
    1) it spent 3 days trying to load my media. It eventually got stuck on 10 min remaining. I pulled the cable.
    no contacts had even been added, however 1/2 the photos have, but they are a little jumbled up from when they were on my iphone.
    2) i try to download the lastest sony for Mac update 3 times- it cant even do this and gets stuck
    3) i then try to update the z1 with the latest software, again this also it gets stuck and hangs. OMG how can i update my software, do i have to buy a PC to go with the phone.
    im annoyed now and cant play with my new phone
    4) connect phone again and just ask it to do my notes, messages and contacts. This seems to work , but all the messages to my Girfriend are completley missing?? why?
    5) i try to load a few folders, the pictures on the bridge pop up window seem to freeze , ai cant even drag these across, the same happens with my music
    6) i have a lot of photos on my mac form my iphone 3000. If i choose to load them it only allows me to load all of them and not browse.
    can i avoid bridge and view my z1 as a drive? also why wont any of the software update?
    the next thing is it seems to have infected teh mac, the new version f itunes will not install correctly!! this is very unusual.
    some one please helpme before i rant in my blog!

    Hi Inventsc,
    I apologize for the late answer. I'm sorry you haven't had a pleasant experience using Bridge. We are aware of the problems you mention and are working on it. As mentioned, you can connect your phone in MSC (mass storage mode). To do this, disconnect the phone, find USB connectivity settings and set it to MSC mode before plugging it in again.
    Again, I am sorry it's not working properly for you.
    Best Regards,
    David

  • ICal: 'Open in Address Book' Function for 'Attendees' does not Work

    iCal lets you drag a Contact from Address Book to the 'Attendees' field of an iCal Event. (You can also put the information into the field by typing the first few letters of the person's name, and Address Book will automatically populate the field with contacts containing those letters.) When you click on a contact in 'Attendees' and select 'Open in Address Book', it is supposed to open the contact's information in Address Book (in case you needed their phone number, forgot their wife's name, etc.). In the previous version of iCal, this ALMOST worked; it would find someone in Address Book, but it would be the first person in your Address Book list with that first name; not always the person you wanted.
    The problem now is that when you click on a contact in 'Attendees' and select 'Open in Address Book', it simply opens the Address Book application and stops there; it does not go to the contact's data in Address Book. I sent Apple feedback on this problem 3 years ago, and again a few months ago, but it still does not work correctly. Does this work correctly for anyone?

    Mine actually performs the sync, but after a few rounds of syncing, some contacts get deleted, some get their photos removed, some get duplicated, and some get removed from groups. The sync basically puts my address book through a blender. I'm syncing both with MobileMe and Google. Well, that is I tried to. I've decided not to sync with Google since that's what seems to initiate the mess.

  • Standard shortcut for "flow" does not work anymore

    Hi there :-)
    The standard shortcut for setting the flow of a brush or stamp does not work anymore. When using shift + 0-9 nothing happens. It works correctly for the opacity when I use 0-9.
    When I turn on the airbrush-mode it's not switching the commands entirely... Flow is still not settable with 0-9 but opacity cannot be set either by shift + 0-9.
    I can access the opacity by hitting "enter" and then use the tab to switch to the flow but that's not what I wanna do.
    Can anyone help my to find out what happened to These commands? The Shift-keys work fine btw... I'm using them for other commands (in and outside of PS)  .
    If anyone knows how to change these standard hotkeys let me know as well.
    Thnx, Michelle

    Which version of photoshop and operating system are you using?

  • My up button for volume does not work and need to turn incoming call volume up. is there an app to do this

    my up volume button does not work and i need to turn the incall volume up. is there an app that does this?

    Hey skeith75,
    Thanks for the question. Based on the information you have provided, your iPhone may need to be serviced to fix that button. However, if in the meantime you would like a workaround for turning the volume up on a phone call, you can use Assistive Touch:
    iOS: Using AssistiveTouch
    http://support.apple.com/kb/HT5587
    If you do wish to service your iPhone, the following link should help you get started with the process. Included, you will find information on topics such as warranty, service pricing, and express replacement service.
    Apple - Support - Service Answer Center
    http://www.apple.com/support/iphone/service/faq/
    Thanks,
    Matt M.

  • App Store "Option key for purchase" does not work to reinsatll Lion

    Hello,
    I was able to re-install Lion from the App Store
    by holding the "option key" while clicking on "Prchased" in the App store
    Since I upgraded to 10.7.1 this does not work anymore !
    Is it the upgrade to 10.7.1 that"s preventing a new download ?
    or
    Is it Apple that cancelled that access ?
    One way or the other how do I reinsatll Lion ? 
    Note: I have too many partition on my drive, so it did not create a "restore HD" for LIon
    Thanks

    My problem was resolved the following day, today. I went to the App Store then to Purchased. The associated button said Resume. Yesterday that had been totally unresponsive but today when I clicked it the download resumed for another minute or two and then Lion just installed. I presume that the system was just being pushed to the limit and beyond yeasterday.
    I hope that you have solved your difficulty - good luck!

Maybe you are looking for