How to restore a control file without having its backup

Hi,
Can any one please suggest me how to restore a control file without having its backup.
Thanks

To add to what SB said, in years past the instructions for re-creating the control file manually were contained in the DBA Administration manual. It used to be and may still be common to be taking and saving a "backup control file to trace" for this purpose.
If you lost only the primary copy of the control file and it is an OS file then while the database is shutdown you can copy the secondary over the primary and then use if to start the database. If the control file is stored in ASM then there should be a way to perform the copy via ASM.
If you use rman for backups then a copy of the control file should be part of the backup process and you can retrieve it from the backup set then perform recovery using the backup control file though I do note the OP said something to the effect no backup exists. Still, I have knows of instances where the DBA did not realize that the backup set contained the control file and the spfile so I think this is worth mentioning just in case.
HTH -- Mark D Powell --

Similar Messages

  • MAC OSX 10.3.6 having Boot Problems(Gray Screen with Spinning wheel all the Time) ,How to restore all the files without Mac Startpup Disc,still is not possible i want to download full CD from Apple Site, Is It Possible to Download!

    Hi Frnds,Small Favour for me,...
    MAC OSX 10.3.6 having Boot Problem(Gray Screen with Spinning wheel all the Time) ,How to restore all the files without Mac Startpup Disc,still is not possible i want to download full CD from Apple Site, Is It Possible to Download!, Windows 7 is working perfectly , can i restore any files in MAC OSX 10.3.6 through Windows 7, or i need the MAC OSX 10.3.6 Bootable Files i need to enter the MAC OSX....

    Hi Frnds,Small Favour for me,...
    MAC OSX 10.3.6 having Boot Problem(Gray Screen with Spinning wheel all the Time) ,How to restore all the files without Mac Startpup Disc,still is not possible i want to download full CD from Apple Site, Is It Possible to Download!, Windows 7 is working perfectly , can i restore any files in MAC OSX 10.3.6 through Windows 7, or i need the MAC OSX 10.3.6 Bootable Files i need to enter the MAC OSX....

  • My computer locked-up, and when rebooted, my itunes library was gone, replaced with a brand new library.  Fortunately, my 450 GB iTunes library is still on the computer.  Question is how do restore my original library without having to reload folders? Tks

    Help!  My computer locked-up and had to be rebooted.  However, when I restarted it and hooked up my iPod, I noticed my existing iTunes library (all 450 GB of it) was GONE and was replaced by a brand new library.  Fortunately my old, 450 GB library is still on my hard drive under iTunes in Windows Explorer.  How or why could this have happened, and most importantly how can I restore my old libary without having to manually import allow of my music and hundreds of Podcasts and 16000+ podcast files?
    Thanks for any help....

    What you're describing is the expected behaviour.  I believe though that is also is the easiest way to have all the contents available to both of you at all times.  If you have a spacious hard drive you should probably allow this to happen as anything else will be harder to manage.
    My suggestion would be the following if you want to try something different.
    Store all your music at a location that is accessible by both of you — an example would be to use your Public Folder as the locations where iTunes will go and look for all the media files—.  Your wife does have access to it.
    In the Finder you will need to move the folder name iTunes Music to the location in your Public Folder (see above).  Once that's done, you and your wife will have to go into the iTunes Preferences > Advance Preferences and un-check Copy files to iTunes Media folder when adding to library.  From this point on, you can continue to use iTunes as usual.  You'll need to tell your wife what has been newly downloaded/imported into your iTunes so she can manually go look for those items in that Public Folder iTunes of yours and import them into her iTunes.  She will not duplicate by doing that, but, like I say this is an all-manual work.
    She can do the same, so you have access to contents she imported herself.  One more downside of this is that both usernames have to be active in your iMac.  If yours isn't, she won't be able to access any item (song, book, app) located in your Public Folder's iTunes.
    I'm sure there's a way, if you have an router with external hard drive conectivity, for both of you to be able to access —independently— the iTunes Media at all times but I was just reading at another post that doing so can further complicate things.
    Hope this helps.  Please let me know what you think or decide to do.
    Jorge...

  • How to run java exe files without having to install jre

    Hi all i want to run a java application. i already converted the jar file to exe using Launch4j but the problem is that i want to run the application on other computers without having to install jre. please, is this possible and if yes, how can i do that. Thanks alot in advance

    The Launch4J website should explain how to bundle the JRE. I've not really used it myself though. If you can't get it to work you could try the launcher I use:
    http://www.megaupload.com/?d=FYZAVM77
    which comes with instructions. Or:
    http://sourceforge.net/projects/javaround
    Both of which are really easy to use.

  • How to restore SPFILE & Control File ???

    Dear Experts,
    Please bear with me for this simple question.
    I am regularly taking backup's to tape using Tivoli MML. My backup's are all successful. We do not have recovery catalog database configured. Below is my full database backup script:
    OS: Windows 2008 R2 64-bit
    DB: Oracle 11g R2 (11.2.0.2)
    run
    allocate channel c1 type SBT_TAPE parms 'ENV=(TDPO_OPTFILE=C:\Program Files\Tivoli\TSM\AgentOBA64\tdpo.opt)';
    allocate channel c2 type SBT_TAPE parms 'ENV=(TDPO_OPTFILE=C:\Program Files\Tivoli\TSM\AgentOBA64\tdpo.opt)';
    backup as compressed backupset format '%d_%u.bkp' database ;
    sql "alter system switch logfile";
    backup as compressed backupset format '%d_%u.alg' archivelog all delete input;
    release channel c1 ;
    release channel c2 ;     
    }and below is the log of the full database bakcup:
    allocated channel: c1
    channel c1: sid=58 devtype=SBT_TAPE
    channel c1: Data Protection for Oracle: version 5.5.2.0
    allocated channel: c2
    channel c2: sid=57 devtype=SBT_TAPE
    channel c2: Data Protection for Oracle: version 5.5.2.0
    sql statement: alter system switch logfile
    Starting backup at 26-OCT-11
    channel c1: starting compressed full datafile backupset
    channel c1: specifying datafile(s) in backupset
    input datafile fno=00001 name=D:\ORACLE\ORADATA\ABCDB\SYSTEM01.DBF
    input datafile fno=00004 name=D:\ORACLE\ORADATA\ABCDB\USERS01.DBF
    input datafile fno=00008 name=D:\ORACLE\ORADATA\ABCDB\HR_DATA
    input datafile fno=00009 name=D:\ORACLE\ORADATA\ABCDB\PROC_DATA
    channel c1: starting piece 1 at 26-OCT-11
    channel c2: starting compressed full datafile backupset
    channel c2: specifying datafile(s) in backupset
    input datafile fno=00003 name=D:\ORACLE\ORADATA\ABCDB\SYSAUX01.DBF
    input datafile fno=00005 name=D:\ORACLE\ORADATA\ABCDB\SYS_DATA
    input datafile fno=00002 name=D:\ORACLE\ORADATA\ABCDB\UNDOTBS01.DBF
    input datafile fno=00007 name=D:\ORACLE\ORADATA\ABCDB\GL_DATA
    input datafile fno=00006 name=D:\ORACLE\ORADATA\ABCDB\AUD_DATA
    channel c2: starting piece 1 at 26-OCT-11
    channel c2: finished piece 1 at 26-OCT-11
    piece handle=ABCDB_4mmq31ib.bkp tag=FULLDB_26OCT2011_2 comment=API Version 2.0,MMS Version 5.5.2.0
    channel c2: backup set complete, elapsed time: 00:00:15
    channel c2: starting compressed full datafile backupset
    channel c2: specifying datafile(s) in backupset
    including current control file in backupset
    channel c2: starting piece 1 at 26-OCT-11
    channel c1: finished piece 1 at 26-OCT-11
    piece handle=ABCDB_4lmq31ib.bkp tag=FULLDB_26OCT2011_2 comment=API Version 2.0,MMS Version 5.5.2.0
    channel c1: backup set complete, elapsed time: 00:00:19
    channel c2: finished piece 1 at 26-OCT-11
    piece handle=ABCDB_4nmq31ir.bkp tag=FULLDB_26OCT2011_2 comment=API Version 2.0,MMS Version 5.5.2.0
    channel c2: backup set complete, elapsed time: 00:00:10
    Finished backup at 26-OCT-11
    Starting Control File and SPFILE Autobackup at 26-OCT-11
    piece handle=c-2814270906-20111026-00 comment=API Version 2.0,MMS Version 5.5.2.0
    Finished Control File and SPFILE Autobackup at 26-OCT-11
    sql statement: alter system switch logfile
    Starting backup at 26-OCT-11
    current log archived
    channel c1: starting compressed archive log backupset
    channel c1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=267 recid=160 stamp=765559302
    channel c1: starting piece 1 at 26-OCT-11
    channel c2: starting compressed archive log backupset
    channel c2: specifying archive log(s) in backup set
    input archive log thread=1 sequence=268 recid=161 stamp=765559508
    input archive log thread=1 sequence=269 recid=162 stamp=765559508
    input archive log thread=1 sequence=270 recid=163 stamp=765560395
    channel c2: starting piece 1 at 26-OCT-11
    channel c1: finished piece 1 at 26-OCT-11
    piece handle=ABCDB_4pmq31jj.alg tag=ARCHIVE_26OCT2011_@ comment=API Version 2.0,MMS Version 5.5.2.0
    channel c1: backup set complete, elapsed time: 00:00:08
    channel c2: finished piece 1 at 26-OCT-11
    piece handle=ABCDB_4qmq31jj.alg tag=ARCHIVE_26OCT2011_@ comment=API Version 2.0,MMS Version 5.5.2.0
    channel c2: backup set complete, elapsed time: 00:00:08
    channel c1: starting compressed archive log backupset
    channel c1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=271 recid=164 stamp=765560433
    input archive log thread=1 sequence=272 recid=165 stamp=765560434
    channel c1: starting piece 1 at 26-OCT-11
    channel c1: finished piece 1 at 26-OCT-11
    piece handle=ABCDB_4rmq31jr.alg tag=ARCHIVE_26OCT2011_@ comment=API Version 2.0,MMS Version 5.5.2.0
    channel c1: backup set complete, elapsed time: 00:00:04
    Finished backup at 26-OCT-11
    Starting Control File and SPFILE Autobackup at 26-OCT-11
    piece handle=c-2814270906-20111026-01 comment=API Version 2.0,MMS Version 5.5.2.0
    Finished Control File and SPFILE Autobackup at 26-OCT-11
    released channel: c1
    released channel: c2
    RMAN>I want to restore SPFILE and controlfile on a new host. I did the following to restore:
    1) started database instance in nomount mode from RMAN (it started db with dummy parameter file)
    2) Set the dbid
    3) restore SPFILE/controlfile
    But the command says, I have to restore from autobackup. There is no autobackup controlfile available on this server. How do i tell the restore command to restore SPFILE & Controlfile from the tape library?
    Appreciate your help in this regard.
    Thanks
    Prem

    Dear ,
    Do the following for restore process from backup;
    RMAN> restore spfile from autobackup;
    note : if given error like this:
    RMAN 06172 ,
    So you should specify the path where the bkppice availabe
    RMAN> restore spfile from 'write the location here';
    or
    RMAN> restore spfile from autobackup db_flash_recovery_dest=' the location of flash recovery';
    Then
    SQL > Startup nomount ............... it should read the spfile
    and then restore the Controlfile
    RMAN> restore controlfile from autobackup;
    Hopes it help you
    Regards

  • How to get the jar file without knowing its name and any class inside it?

    Hello, everybody!
    I would like to know if there's a way to get a reference programatically to the initial jar without knowing its name and any class contained in it. By "initial jar" I mean the jar that was called in the prompt, like this:
    java -jar jarfile.jaror in another way, in a graphical system. To be sincere what I really want is to get a reference to the jar's manifest, but I know if I can get a reference to the jar I can get a reference to its manifest file. Or if you know a way to get the manifest directly, it would also help. So, is there a way to do this?
    Thank you.
    Marcos

    jverd wrote:
    marcos_aps wrote:
    abillconsl wrote:
    Can you be more specific - IOW, can you cite a specific case?Absolutely. I want to access the jar in source code with the java.util.zip.JarFile class, for example.But why? You still haven't provided a use case or explained what you're trying to accomplish. As already pointed out, whatever you're trying to do, this is a brittle solution. If you explain what you're trying to accomplish with this, somebody may be able to suggest a better approach.jverd, I explained for baftos. Anyway, I will try to be more specific. I start my sytem like this, from, say, for example, jar1.jar:
    import br.product.System;
    public static void main(String[] args)
        System.start("NameOfTheSystem");
    }The System class is in util.jar, for example. This jar is used by all systems. I wouldn't like to pass in the name of the system, as above. I would like that the System class could read it from jar1.jar's manifest file. I just would like to have this:
    import br.product.System;
    public static void main(String[] args)
        System.start();
    }It is more elegant and I don't have the name of the system in two places: code and manifest file.
    Marcos

  • How do i sync new files without haveing to untick previous files

    I want to add more music files to my ipod however i cannot find a way of unticking over 400songs already synced without doing so individually. I obviously dont want to duplicate those i already have on it so can anyone give me a hint on how to do so please. I dont want to have to keep resetting the ipod as i had to do once before and then re sync all i have at the moment.

    How exactly is your iPod set up to sync music from your iTunes library?  Automatically or manually?  If is set up to only sync checked songs and videos?  If that is the case, all you should have to do to add new content is place a tick mark in front of these new tracks in your main iTunes library and then resync your iPod.
    If that is not the case, report back what options you have ticked from under your iPod's Summary and Music tabs.
    B-rock

  • How to batch password protect files without having to click "Save" for each file

    Hi!
    I need help. I'm trying to batch password protect a few hundred PDF files. I've setup an action for this, however when I run the action, Acrobat asks me to save each file. Isn't this kind of defeating the purpose of batch processing?
    Adrian

    Add a save step at the end.

  • Items that need to be downloaded apear to go into a Mozilla Download File. How can I access that file without having to download?

    Clarification: I notice that items I have recently downloaded remain in what appears in the screen header as a file titled "Downloads" with the Firefox logo in front of it -- I assume this is a file Mozilla creates. I can't find it when I look for it. I only get to see this "file" and its contents when I need to download something to read or view. If I could find this "file", I wouldn't have to download, again, something I just downloaded yesterday for a reference check, and then need to check again today. Please excuse my sometimes lack of computer savvy.

    You can right-click an item in the Download Manager widow and choose "Open Containing Folder" to go to the download location of that file.
    *https://support.mozilla.com/kb/Downloads+window

  • How can I play multiple files without having to click "Menu," find the ...

    ...file, click "Play," etc.?
    Anyone? I have ATV2 and really like it so far. Any way to queue files?

    And... if you set up playlist in iTunes you can mix media as long as you use AirPlay.
    I have a Smart Playlist (Movie Night) that starts with a movie trailer (podcast), next up is a short cartoon (TV show), and then a double feature of movies I haven't seen yet.
    If I pick this play list from ATV2 then only the items from the primary menu item show up (i.e. Movies, TV, etc).
    However, if I watch ATV2 via iTunes AirPlay then everything flows along just like in the olden days!
    Too cool!

  • How to restore the control fie? without having RMAN catalog.

    Hi ,
    can anyone help me out here.???
    How can i restore the control file.if i dont have the RMAN catalog.
    Please provide me steps that'll be helpful. I am frsher in oracle DBA
    Please mail me: [email protected]
    Regards
    Vikas Singh

    Hi Vikas,
    You can restore the control if you have the full backup of your database in some location.
    Lets assume you have the full backup piecs in loc "/u02/backup/..bkp"
    steps:
    shut abort;
    startup nomount;
    catalog start with "/u02/backup/..bkp"
    restore spfile from '/u02/backup/..bkp";
    restore controlfile from "/u02/backup/..bkp"
    shut immediate;
    startup mount;
    alter database open;
    Once the db is up with controlfile immediately take the full database backup of your database.
    Let me know having issue after following this.
    -- rohit
    http://dbarohit.blogspot.in/

  • How do I crop an image in photoshop and place it in an illustrator file without having a white backg

    How do I crop and image in photoshop and place it in an illustrator file without having a white background ?

    Could you post the image (or a lores version of it) on this Forum?

  • I paid for a ringtone and had to restore my phone and now I don't have the ringtone. How can I get that back without having to pay for it again?

    I had to restore my phone and before I did it I bought a ringtone and now I do not have that ringtone. How do I get that back without having to repay for it?

    Call iTunes support and see if they will re-grant it back to you. Shouldn't be a problem, they have done it for quite a few people I know.
    1-800-694-7466

  • HT4528 I forgot my passcode for my iPhone and I had too much content to back it up in iCloud. How can I unlock my phone without having to restore it?

    I forgot my passcode for my iPhone and I had too much content to back it up in iCloud. How can I unlock my phone without having to restore it? I don't want to lose all my contacts and messages.

    You can't. The ONLY solution is to restore the device. If there were an easy way around the passcode lock, it wouldn't serve much purpose, would it?

  • How to view contents of file without opening the file?

    Does anyone know of a utility that will allow you to quickly view the contents - or a part thereof - of a file (particularly Word files) without having to open the file? I have thousands of files restored after a disk failure, but their filenames have been lost and replaced with sequential numbers. The only way of knowing the contents is to open the file, a tedious process for so many. I seem to recall seeing a shareware app that allowed this. Thanks for any help.
    MacBook Pro 17   Mac OS X (10.4.8)  

    Open the Script Editor in the /Applications/AppleScript/ folder and paste in the following:
    tell application "Finder"
    repeat with this_num from 1 to 5
    set the_item to item this_num of window 1
    set the_name to name of the_item
    set the_text to (read (the_item as alias) from 1 to 15)
    tell application "TextEdit"
    set text of document 1 to (text of document 1) & the_name & return & the_text & return & return
    end tell
    end repeat
    end tell
    Before running the script, place the folder containing the files in the frontmost Finder window; you may want to split the files between several different folders and process each folder before heading on to the next one. The numbers in blue can be customized as needed; the first one controls how many files the script will search on each run, and the other two define what part of the file will be searched. The output from a file which is in a format other than plain text may contain document formatting and other content which will look like random characters.
    (19999)

Maybe you are looking for