Creating a copy of the base data missing data UNDO files

I need to create a copy of a database 11G on a windows server (using a script to create controlfile with database set = "database_name") from a cold backup that was taken at the time, but the backup lacks 2 3 of the UNDO tablespace data files.

There is a lot of advice to suggest that setting undo_management = 'MANUAL' a database can be restarted and the missing data files dropped (and recreated)... However, I don't know if it is a solution that works in the context of rename the database by using create controlfile method

does anyone know if the parameter undo_management = 'MANUAL' is all I have to do? or is it more...

any suggestion would be received with gratitude...

Dear patrichards,

Your quite welcome. I am pleased that you have solved your problem.

Kind regards.

Ogan

Tags: Database

Similar Questions

  • Need to create a structure for the target data store?

    Hi Experts,

    If I create a structure for the target data store, and then load the data from source to target works fine. If I make mistakes.

    Is necessary to create a structure for target?

    Please help me...

    Thanks in advance.

    A.Kavya.

    I found the answer. No need to create the structure for target temporary data store. and we need to create the structure for the permanent target data store.

  • Somehow in the develop Module, the Panel and the picture switched to a snippet of evidence and every time I make a modification that LR wonder if I want to create a copy of the evidence.  I don't want to use a snippet of evidence or never.  It has replace

    Somehow in the Module Development Panel and the photo on overview of the evidence, whenever I do the change LR displays a box and asks me if I want to create a copy of the evidence.  I click on the "do not show again".  I don't want to use a snippet of evidence or never.  It has replaced my histogram Panel and I can't seem to be able to go back and get out an excerpt from the evidence.  Can someone tell me the secret of how to close the Soft Proofing function and return to normal development with a histogram Module?

    Thank you very much

    Stuck in the summary of evidence

    Press the "S".

  • For some reason, the tab 'Base' is missing from my file to develop trying to change using LR5... ? Help, please

    For some reason, the tab 'Base' is missing from my file to develop trying to change using LR5... ? Help, please

    Right-click (Cmd-click Mac) on another connector for Panel as "tone curve". Make sure there is a check mark for Basic as all other sections of the Panel you want to display.

  • Create a copy of the bitmap of a TextFlow object without the circumflex [cursor]

    Hey all

    I am currently working on creating a copy of the bitmap of a TextFlow object and I try to hide the caret. What would be the best way forward, using the Manager of focus 'unfocus' the TextFlow, or is it more direct approach available? I know there's a cursormanager in Flex, but it is a single AS3 project.

    Bravo for your thoughts, once again

    EMD

    Your SelectionManager has three properties of format of selection - targeted, blurred and inactive. Those that can be defined for SelectionFormat objects, which have parameters for the cursor. You can set pointColor in the background, or pointAlpha to zero.

    If you know the format of targeted selection is one, you might have code like this:

    var fFormat:SelectionFormat = mySelManager.focusedSelectionFormat;
    mySelManager.focusedSelectionFormat = new SelectionFormat(fFormat.rangeColor, fFormat.rangeAlpha, fFormat.rangeBlendMode, fFormat.pointColor, 0);
    // get the bitmap now that the cursor alpha is set to zero
    // then set it back
    mySelManager.focusedSelectionFormat = fFormat;
    
  • issue by creating roles according to the jazn-data

    jdev 11.1.1.7

    In my application, I create roles in the jazn data files. When I run the application, the roles defined in the jazn file are not automatically created in the integrated weblogic.

    Considering that I have different applications in the same workspace, when I run it, the roles defined in their jazn is created in the weblogic. I can see a "deployment" tab, which is created in the jdev console and can see the continuation of console.

    [09: 42:07] download jazn-data users.

    [09: 42:07] update user 'john '.

    [09: 42:07] update user 'susan '.

    [09: 42:07] update user "steve".

    [09: 42:07] roles jazn-data download.

    [09: 42:07] remove the group existing 'Wendy '.

    [09: 42:07] group was created for the role of "Wendy".

    [09: 42:07] adding 'susan' to the group 'Wendy '.

    So what's the problem with my app that I am not able to see the roles are created in weblogic?

    Hi Fabrice,.

    Go to Applications - > Secure-> configure secure deployment

    Make sure that the following is checked.

    Redeploy your application using JDeveloper.

  • ESXI 5.1 "the disc is not thin-provisioned" after copying to the new data store vmdk

    I wanted to create an external backup as a 2nd VM ready-to-run on the 2nd data store.

    I've removed all snapshots, stop the machine virtual and exported the OVF file to a computer, adjusted to the size of the original virtual machine starts in Gparted to update the partition and restart. All very well.

    I then tried to deploy the OVF in the data store alternative (235GB slim, thickness according to the deployment of 250 Wizard). I tried both thick and thin but the error message "cannot deploy the OVF. The operation was cancelled by the user.

    I then manually downloaded the VMDK & OVF file to the 2nd data store and tried to inflate but then received the message "a specified parameter was not correct. The disc isn't thin provisioned. ».

    It seems I have dealing with the same thing, as this is the document here (http://pubs.vmware.com/Release_Notes/en/vsphere/55/vsphere-vcenter-server-55u3-release-notes.html).  However, I have no idea what to do now... and I'm worried because it seems that my backup plan may not work if I can't restore an OVF/VMDK from a disk of visas.

    The solution to the first problem here: https://communities.vmware.com/message/2172950#2172950 that solved my problem 2nd too.

  • create a view with the double data type

    I have Windows XP with 10g 10.2.0.1.0

    I need to create a view of the double and with the type of data, such as NUMBER (5.2), NUMBER or VARCHAR2 (20).
    such as:
    create see test (view_test varchar2 (20)) as (select view_test from double)


    Help, please. Thanks in advance.

    It seems a little strange, but you can do something like this with the CAST function:

    SQL> create view dual_view as
      2  select cast(null as number(5,2)) col1
      3        ,cast(null as date)    col2
      4        ,cast(null as varchar2(30)) col3
      5  from   dual;
    
    View created.
    
    SQL> desc dual_view
     Name                                      Null?    Type
     ----------------------------------------- -------- -------------------------
     COL1                                               NUMBER(5,2)
     COL2                                               DATE
     COL3                                               VARCHAR2(30)
    

    I used the NULL values, but you can use the actual values if you wish.

  • How to create a function for the function date two

    Hai All

    How can we create a function for the date function two and to return the number of hours between two dates

    For example

    1 January 2010 0815' - '01-jan-2010 1715' and I need to calculate the time between two dates

    How can I create a procedure

    Thanks I advance

    Srikkanth.M

    What have you tried?

    Here is an example (untested):

    CREATE OR REPLACE FUNCTION RETURN_HOURS
    (
            pDateStart      IN DATE
    ,       pDateEnd        IN DATE
    )
    RETURN NUMBER
    DETERMINISTIC
    AS
    BEGIN
            RETURN (pDateEnd - pDateStart) * 24;
    END RETURN_HOURS;
    
  • Guard printer goes offline and create a copy of the printer

    Hello

    I have a printer that does not have very easily the first time. First time, I actually connected via usb first and then installed driver after. I then deleted and did the opposite way around. This seemed to work properly.

    However, it will work for awhile and then the printer will be displayed in devices and printers, but does not print anything OR a copy of the printer is displayed.

    I tried the passage of the printer with another of the same model and the question remains... so it doesn't seem to be a problem with the computer itself. It is running 32-bit win7. I also tried to change the printer usb cable and cable supply.

    So now when the present question, either on the printer market at least will get it print again... OR I need to go into print management and remove the printer and driver package and then restart and then reinstall the driver and connect... it works so perfectly for perhaps a day or two...

    The printer is a printer of labels Zebra with the latest driver.

    I have a second printer running on this machine very well (it was installed after the other printer).

    I wonder if I need to do a complete withdrawal (registry and all) of any trace of the printer to reinstall it?

    Go to your Control Panel Printers folder. Look for your printer. Right-click on it and make sure that it is set to "use printer online".
    Remember if your printer is turned off the power, it will show as "offline". When you turn it on it should automatically go back to 'online '.
    You can always change where I showed you.
    This should take care of it.

  • How to re - create a copy of the recovery 8.0 windows media

    have deleted the copy of the recovery partition disk media, now I must find a way to replace it. The software in my office

    is a software OEM, would not be possible to do so, have no DVD player or resettlement.

    Hello

    You can buy the necessary disks or the HP's USB key...

    Here is a link to that... You will need to enter your exact model number, or more likely your serial number.

    You can also call to them. The disks may be $20, but I do not know the USB, if necessary.

    http://h10025.www1.HP.com/ewfrf/wc/document?DocName=bph07143&cc=us&DLC=en&LC=en&product=3895887

    Look at halfway in the right side of the window for the link.

  • File is already open on another copy of the Muse + hours missing

    I open a file, I had worked on that in muse a few days ago and I get a strange message on "file is already open on another copy of the Muse. After this error in levant and learning that I can copy the file to a new location, I was able to open the file. He then told me that there have been changes on the site online (which was false). It turns out that the file Muse lost hours of my work, but saw the changes I made on the live site and thought they were updated in the browser. Now, I'm sure I had saved the work at regular intervals, I'm pedantic enough stuff to 99%, I remember having a failure of the system at the time, but I was under the work of backup automatically Muse impression anyway? Surely a system crash should not corrupt a file like this to the point that he didn't even remember saves work? Any advice greatly appreciated.

    Please send us the .muse file and the file 'MuseLog.txt' to the 'Documents' folder so that we can investigate. Also check your hard drive to confirm that a newer version of the file has not been saved in a different folder. Thank you.

    Send files to [email protected] along with a link to this topic for the context. If files are larger than 20 MB, you will need to use a service like Dropbox, Adobe send, WeTransfer, etc..

  • How the packet data / * ($HOME /) files by using the bar - descriptor.xml

    Hi, using sdk native c / c ++ with playbook Simulator 1.0

    I want to distribute with my application some data files that likely should fall under the ' data /' ($HOME?)

    folder.

    (I've written / will update them sometimes, so app/native/does not appropriate I suppose.)

    in the bar - descriptor.xml, I tried adding them as an 'active '.

    who drops their bottom right in app/native / *.

    so I change the XML .bar to try to get them grounded in data.

    Here's what I found:

    by train: data/filename landed the file in app/native/data/filename

    try:... /... / Data/filename received the error

    by train: / data/filename received the error (hoping to slash leader was compared to the sandbox)

    I even on a lark tried: $HOME/filename, who literally created file app/native / $HOME!

    so he tried a ${HOME} with the curlies. I got an error saying unable to resolve the path variable.

    How can I get the data files in the folder/data ($HOME) using the .bar packaging?

    You cannot package the file into the data, you copy your files at startup, if they don't not exist your app/native/data for example

  • Need help to create a Script for the labelling of Finder of Indesign files

    Try to find a way to have a script run in InDesign CS4, who tagged a RED text file once it's been imported into InDesign.

    Import multiple text files in an InDesign template. Since there are several text files in the same folder, it must somehow 'delineate' that we have imported this file and move to the next import. I created a 'service' with a keyboard shortcut Automator to label the Red file in the finder, but it would be great if we could have this occurs automatically after we imported in InDesign.

    If import us the text wrong by accident and it gets missed in fermentation, it costs us a lot of money with the printer.

    Thanks for all the ideas.

    Jim

    At its heart, it's what you want to do.

    tell application "Adobe InDesign CS4"
         set placeFile to choose file
         tell active document
              tell selection
                   --Assumes you have preselected the picture or textbox to place file in
                   place placeFile
              end tell
         end tell
    end tell
    tell application "Finder"
         set label index of placeFile to 2
    end tell
    

    You can expand on it pretty easily. The script for InDesign dictionary must be in the Library palette in the Applescript editor and the docs for Applescript are all online.

    If you need further assistance, you may wish to ask someone to write a complete script for you to spec for real moneyz.

    Best o ' luck!

    Eric.

  • Move/copy of the space work and Migration of files Post Images

    Hello

    Our DBA comes me notified that he has just upgraded to 4.2.6 of 4.1.1 and I see that Images of the workspace, static files and CSS files have not copied during the migration.

    My question is, these files can be copied from the previous version of the APEX or do I need to import again?

    Thank you

    Joe

    Joe R wrote:

    Thanks for the reply. It works fine, but it only allows to export a component at a time. Any ideas how to move/copy all plug-ins, images, etc. without exporting each file separately?

    Export allows multiple files to be included in a single portable file of SQL. Do not confuse upload/download and import/export. They use completely different mechanisms and file formats.

    As indicated in the documentation, go to Application Builder > export > file, you can choose to export files, sheets of style CSS or images by application or workspace.

Maybe you are looking for

  • Calendar not synchronized since the upgrade to El Capitan

    Hi all I have problems with syncing my calendar with my iCloud because I upgraded my Mac OS to El Capitan. I tried to uncheck the calendar in iCloud and wait a while before reconnect you. Restart my iMac. Disconnect from my iMac and insert it again.

  • Help urgently needed for the transmission of FM/RDS

    I develop a VI to transmit FM/RDS signals using 2920 USRP project last year, and the deadline to submit soon to the VI. I bought the kit FM/RDS, but I'm running into very few problems. I am aware that the FM/RDS Toolbox is designed for RFSG devices,

  • How can I burn and watch a dvd on my windows xp. and what do I do

    I want to know how to burn DVDs, s under windows xp, and I have to be able to do

  • Could not find the SRS audio device error

    Since I installed Windows7 on my laptop, I got the error "Unable to find compatible SRS audio device" on start up. I checked the "Device Manager" and all audio devices seem to work normally. I have re-installed Windows7 and I still have the same prob

  • Save the file as font size for the file name

    I have a monitor resolution of 3840 x 2160 and for some time, using 150% dpi, but I loved how everything went wrong because of that and my second monitor is a 1920 x 1200, so everything went really wrong about that. so I changed the dpi at 100% and u