When controlfile is lost and no catalog

Has anybody tried to recover the database when all the controfiles are lost and you are usin RMAN without catalog, I could not find any reference to this problem in manuals

If you are using the control file as the repository, you must make sure to keep and make backups of the control file often. Bottom line is that you must have a CONTROL FILE to perform the restore of your database to use RMAN.
This section in the manual explains this in more detail.
http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76990/rmanconc.htm#447660
Also, if you are using an external repository and lost the control, here is a section of the documentation that describes how to restore the control file.
http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76990/rmanreco.htm#441496

Similar Messages

  • Design Question: Can I use Rest-CsPoolRegisterState command in order start Front End Service when Quorum is lost and less than 85% of FES are available?

    Hi, 
    Assuming below setup for Enterprise edition Lync 2013
    Single Pool Stretched architecture with 4 FES servers
    Site A Data Center
    Site B Data Center
    FES
    2
    2
    SQL
    1 Primary
    1 Mirror
    Fact: In a situation when we lose network connectivity to Site A DC, and due to less than 50% FES servers, Quorum will be lost and as a result Front End Service will stop after 5 minutes. 
    The question is, would I be able to do a manual intervention by using this command
    Reset-CsPoolRegistrarState –PoolFqdn <pool name fqdn> –ResetType QuorumLossRecovery , and start FES with just 2 FES servers in Site B DC and 1 SQL
    Server?
    The reason I am asking this question is because it is mentioned in one of the Lync manuals that at least 85% of the servers must be available to recover once the Quorum has lost. The same manual also mentions to use above
    mentioned command in order to recover from Quorum Loss despite the fact that the lost FES servers are still not available.
    Thanks in Advance

    Hi,
    In Lync server 2013 Stretched pools are not supported for the Front End, Edge, Mediation, and Director server roles. It need two Lync pools.
    If one pool fail to connect, An administrator can declare an emergency and fail over the pool to the backup pool.  That is done by using the:
    Invoke-CsPoolFailover –PoolFQDN <Pool fqdn> –DisasterMode –Verbose
    More details:
    http://blog.avtex.com/2012/07/26/understanding-lync-2013-server-failover/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information
    found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • When IPhone is lost and erased does it stay in lock mode and is it still traceable?

    How do you transfer data from your iPhone to your iPad?

    What does your question have to do with the title of your thread?  You posted 2 other threads - 3 in all - with the same title.

  • PERFORMING FULL RECOVERY WHEN THE RECOVERY CATALOG AND CONTROLFILE ARE LOST

    제품 : RMAN
    작성날짜 : 2002-05-30
    PERFORMING FULL RECOVERY WHEN THE RECOVERY CATALOG AND CONTROLFILE ARE LOST
    ===========================================================================
    PURPOSE
    Recovery Catalog와 Controlfile이 손상되었을 때 Oracle9i의 new feature인
    Controlfile Autobackup을 이용하여 full recovery를 수행하는 방법을 알아본다
    EXPLANATION
    Catalog와 Controlfile이 모두 손상되었을 경우 full recovery를 수행할 수 있도록
    하기 위해 oracle9i부터 Controlfile Autobackup이라는 New feature를 제공한다.
    이 Feature가 활성화되면 RMAN은 자동으로 특정 형식(specific format)으로
    controlfile을 backup한다 나중에 RMAN은 Recovery catalog를 access하지 않고도
    이 backup을 인식할 수 있다. 이 형식은 "%F"라는 variable을 포함하는데
    이 variable은 중요한 정보인 DATABASE ID를 포함하고 있다.
    이것은 다음과 같은 CONFIGURE 명령을 사용하여 Turn-on 될 수 있다.
    RMAN> configure controlfile autobackup on;
    활성화시킨 후에 controlfile autobackup의 format을 변경할 수 있다. 그러나
    이것은 반드시 variable "%F"를 포함해야만 한다. 그렇지 않으면 다음과 같은 Error
    를 만나게 된다.
    RMAN> configure controlfile autobackup format for
    2> device type disk to 'c:\backups\%U';
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00579: the following error occurred at 01/31/2002 11:57:21
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: configure
    RMAN-06492: controlfile autobackup format "c:\backups\%U" must specify a "%F"
    format specifier
    %F 는 RMAN이 recovery catalog 없이 backup piece를 인식하도록 Key이다.
    이 Feature가 활성화 된 후에 RMAN은 BACKUP 명령을 수행할 때마다 controlfile에
    대해서 별도의 backup을 수행한다. 이전에는, controlfile 은 오직 system
    tablespace가 backup되는 경우에만 자동으로 backup되었다.
    Database Backup은 아래와 같은 log를 출력한다.
    RMAN> backup database;
    Starting backup at 31-JAN-02
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=12 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE\ORADATA\PROD\SYSTEM01.DBF
    input datafile fno=00002 name=C:\ORACLE\ORADATA\PROD\UNDOTBS01.DBF
    input datafile fno=00005 name=C:\ORACLE\ORADATA\PROD\EXAMPLE01.DBF
    input datafile fno=00006 name=C:\ORACLE\ORADATA\PROD\INDX01.DBF
    input datafile fno=00008 name=C:\ORACLE\ORADATA\PROD\USERS01.DBF
    input datafile fno=00003 name=C:\ORACLE\ORADATA\PROD\CWMLITE01.DBF
    input datafile fno=00004 name=C:\ORACLE\ORADATA\PROD\DRSYS01.DBF
    input datafile fno=00007 name=C:\ORACLE\ORADATA\PROD\TOOLS01.DBF
    channel ORA_DISK_1: starting piece 1 at 31-JAN-02
    channel ORA_DISK_1: finished piece 1 at 31-JAN-02
    piece handle=C:\BACKUPS\01DFKAIH_1_1 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:56
    Finished backup at 31-JAN-02
    Starting Control File Autobackup at 31-JAN-02
    piece handle=C:\BACKUPS\C-4159396170-20020131-00 comment=NONE
    Finished Control File Autobackup at 31-JAN-02
    Note:
    Controlfile backup은 backup의 끝에서 수행된다.
    그리고 이 backup piece name의 두번째 string은 dbid이다(4159396170)
    Current controlfile이 database와 함께 손실되고 Recovery catalog도 손상되어
    사용할 수 없게 되었을 때 controlfile autobackup이 controlfile을 restore하기
    위해 사용될 수 있다. restore된 controlfile은 db를 mount하고 datafile들을
    restore하기 위해 사용될 수 있다.
    Controlfile autobackup을 이용하여 full recovery를 수행하기 위해서는 아래와
    같은 과정을 수행하면 된다.
    1. Target instance를 위한 new init.ora를 생성한다. backup이 있다면 이것을
    사용할 수 있다.
    2. Startup nomount your new instance.
    3. RMAN은 시작하나 어떤 connect statement도 수행하지 않는다.
    4. RMAN prompt상에서 DBID를 설정한다. 만약 DBID를 모르면 controlfile autobackup
    의 이름으로부터 이것을 알 수 있다.
    RMAN> set dbid=4159396170;
    5. Dbid를 설정한 후에 nomount로 startup한 target instance에 connect한다.
    RMAN> connect target /
    6. 만약에 backup이 disk상에 있고 controlfile autobackup을 non-default location
    으로 지정하였다면 파일을 다음과 같은 위치로 옮겨 놓는다
    ON UNIX : ORACLE_HOME/dbs
    ON WINDOWS: ORACLE_HOME/database
    RMAN은 controlfile autobackup을 찾기 위해 위 directory를 검색한다.
    만약 controlfile autobackup location을 바꾸지 않으면 위 directory안에
    backup이 생성되게 된다.
    만약에 backup이 tape에 있다면 restore시 channel과 device를 기술하기 위해서
    run block을 사용해야 한다. database가 mount되어 있지 않기 때문에
    default device와 channel을 설정할 수 없다.
    RMAN> run { allocate channel c_1 type 'sbt_tape'
    parms "ENV=(NB_ORA_SERV=rm-wgt)";
    restore controlfile from autobackup;}
    7. Restore the controlfile:
    RMAN> restore controlfile from autobackup;
    8. Mount the database from the restored controlfile:
    RMAN> alter database mount;
    9. Restore datafiles:
    RMAN> restore database;
    10. file들을 restore한 후에 recovery를 수행할 수 있다.
    이때 current online redo log가 없고 또한 backup controlfile을 사용하기
    때문에 incomplete recovery를 수행해야 한다. 이를 수행하기 위해서는
    "UNTIL TIME"을 설정해야 하고 open시에는 resetlogs를 사용해야 한다.
    RMAN> set until time=<time stamp>;
    RMAN> recover database;
    RMAN> alter database open resetlogs;
    REFERENCE DOCUMENT
    NOTE:174623.1

    BACKUP Command Behavior
    ON
    If the backup includes datafile 1, then RMAN does not automatically include the current control file in the datafile backup set. Instead, RMAN writes the control file and server parameter file to a separate autobackup piece.
    Note: The autobackup occurs regardless of whether the BACKUP or COPY command explicitly includes the current control file, for example, BACKUP DATABASE INCLUDE CURRENT CONTROLFILE.
    OFF
    If the backup includes datafile 1, then RMAN automatically includes the current control file and server parameter file in the datafile backup set. RMAN does not create a separate autobackup piece containing the control file and server parameter file.
    BUT Dear Mohammed,
    It is not working accordingly. what I did is :-
    1. I switched off the AUTOBACKUP
    2. Then I took whole database backup, that means it included File # 1
    3. But according to above it is going to include autobackup of controlfile and spfile in the same backupset .
    4. But when I asked it to restore controlfile from autobackup it said NO AUTOBACKUP FOUND.
    COULD YOU PLEASE HELP ME ONCE AGAIN DEAR.
    If it works accroding to above then it should have my Autobackup.
    Regards
    Harpreet Singh

  • I recently had to wipe my hard drive thanks to a download happy teen. In that process I lost my LR4 catalogs I was able to redownload the program but the catalogs are not there and not all of those pictures are on my external hard drive because same said

    In that process I lost my LR4 catalogs I was able to redownload the program but the catalogs are not there and not all of those pictures are on my external hard drive because same said teen decided they were going to borrow my external hard drive without telling me and "made room" on it. Is there a way to recover my catalogs? Please tell me there is because I was in the middle of working on a session when I had to wipe my drive and I would REALLY like to not have to go back and reshoot it. Any help would be wonderful!

    It depends on how you wiped your drive.  Depending on how you did it, only the directory was erased and the data can be found with drive recovery software.  Some are free, although there is a small charge for most of them (~$30).  You can usually download a trial version that shows if it will work and you have to pay to be able to save the found files.  Use Google to search for the software.  Different programs work differently and can find different things.
    Good luck.
    John

  • How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    How do i run an external monitor with my macbook and change settings so that when i close the lid the signal to the monitor is not lost and i can continue using the mac with a mouse and a wireless keyboard?

    No, nothing will prevent the computer from going to sleep when you close its display except third-party hacks that are designed to do exactly that. I strongly advise against using any of those, as they may interfere with successful entry into clamshell mode (and they carry other downside risks as well). Just wait until the computer is asleep (with its sleep light pulsing), then press any key on the keyboard. It sounds as though your setup is working as it's designed to do.

  • When I recently updated FireFox, the DownloadHelper add-on was lost, and will now not download, though I have tried about 5 times??

    When I recently updated to the newer version of FireFox, (version 3.6.13) the DownloadHelper add-on was lost, and it will now not re-install, though I have tried about 5 times?? When I clicked the icon to download the add-on the download progress bar indicated that the download was underway however, when it had completed, the add-on appeared not to have downloaded - including no icon - not even if I search for one. When I tried to download the same add-on again, the download window indicated the download in a faded color and it seemed to be indicating that I already had the add-on. Try as I might, I can't get it to work. DownloadHelper always worked with no trouble on the previous version of FireFox. Are you able to help? Many thanks for this service!

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini, extensions.sqlite) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry. New files will be created when required.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the "Find Updates" button (Firefox 4: click the Tools button at the left side of the Search Bar) to do a compatibility check.
    You can also try "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window.
    * http://kb.mozillazine.org/Resetting_preferences
    * http://kb.mozillazine.org/Preferences_not_saved
    * http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Why is ipad2 still online and active when supposedly in lost mode and locked?

    hey all,
    i need some help regarding a situation i'm in!! the overview is i'm going through a messy breakup at the moment and my ex has possession of my ipad2 (a wi-fi model that's running ios6)!! it's supposedly for my 7 year old son's use (he's autistic)!! anyway, since it's registered to me, i had restrictions enabled with a 4 digit pass code where i had location services turned on, and i disabled my mail account and other things that would not be appropriate for my son to use or access, such as skype, facebook, etc!! basically, all that was on it was his game apps, safari, youtube and our photos of days out etc!! my ex was paranoid i was spying on her through the location service....... i explained that it was a security feature that would enable it to track it if it was lost or stolen!! she even thought i was listening to her conversations and watching her through the camera!! i explained this was absurd and paranoid!! anyway........
    well, here's the problem!! after having the restrictions enabled for months, oddly enough after receiving a summons last week requesting her to attend court next week concerning the matter of my contact with my son, i noticed yesterday on my find my iphone app on my icloud account on my macbook the locations services was disabled and the ipad was online, being used!! realizing immediately she's obviously figured out my restrictions pass code and turned off the locations feature!! i immediately put it into lost mode (receiving an email confirming), and within minutes, it was offline for about 4 hours!! in the afternoon, i checked it again, lost mode was disabled and it was being used....... so i put it in lost mode again! 30 seconds later, it was disabled........ finally, i put it into lost mode and added a message that would be  displayed on the screen stating 'be warned: i am aware you are using my passcode and password without my permission, which is a criminal breach of my privacy! ignore this & i will report to the police!'! it went offline! 7pm i received a text to my iphone asking my my son couldn't access the ipad and why was there a request to phone her! i ignored, as i know this was a game!! whilst in work, i received an email to my icloud mail inbox stating that 'lost mode had been enabled'......... making me realize she must also have access to my apple ID to gain access to icloud to enable lost mode! it stands to reason that you cannot tell the device you are actually using it is lost and lock it down!! finally, i updated the lost mode with a new message stating i was going to the police and she freaked out!!
    so, that's the situation! the questions i need answered are:
    *aside from a lucky guess, how else could she get my pass code and icloud pass word? is it possible the ipad has been jailbroken, hacked or spyware has been used to get my pass code and password?
    *how come, when in lost mode, it says on the find my iphone feature on icloud that it's active (green spot) and 'online: location services disabled'? should lost mode not render the device unusable? i monitored it for at least an hour last minute...... it kept changing it's status from 'online: location service disabled' to simply 'offline'!
    *in the 'find my iphone' app on icloud, next to the lost device, there's a symbol of an orange padlock! what does this actually mean? if it means it's locked, then how can it be online and seemingly active?
    just to cap off, i've requested the device be returned to me (my ex has ignored this, stating only she intends to replace this device so she's free from my control and spyware) and i've contacted my solicitor who has offered to send an official letter requesting it's safe return!! as the device is registered in my name and contains my personal information, i understand the implications for her is that she's committed theft and possibly used criminal means to invade my privacy!!
    any help or advice would be greatly appreciated!
    alex

    just giving this a wee bump as time is of the essence here and i need advice/ answers quick!
    apologies if i've broke any rules!
    alex

  • I D/L'd a trial version of LR 5 and lost all my catalog and collections in LR 4. What can I do to get them back?

    Yesterday I D/L'd a trial version of LR 5.6 and during installation it seemed to be copying my catalog from my LR 4.4.  Now nearly all of my catalog and all my collections in LR 4 have disappeared.  What has happened to them andhow do I get them back.  The original photos seem to still be available in the myphotos directory on the computer, but without any of my lightroom editing.

    Thank you so much!  I was freaking out that I had lost the whole
    catalog and all my collections.  It would have been good if Adobe
    support had been able to point me in the right direction with this
    advice. They basically shrugged their shoulders and said tough
    luck!  I am not impressed!
    Thanks again, Anne
    >I D/L'd a trial version of LR 5 and lost all my catalog and
    >collections in LR 4. What can I do to get them back?
    >
    >created by <https://forums.adobe.com/people/dj_paige>dj_paige in
    >Photoshop Lightroom -
    ><https://forums.adobe.com/message/6778009#6778009>View the full discussion
    >

  • I was adding items with the intent of command z 'ing them back to their original when it crashed, autosaved, and my original numbers were lost to the temp numbers plugged in... how can i get back to the previous version? Because it had closed, command z

    I was adding items with the intent of command z 'ing them back to their original when it crashed, autosaved, and my original numbers were lost to the temp numbers plugged in... how can i get back to the previous version? Because it had closed, command z

    Sorry, this happened in CLOUD numbers....

  • Hey is there anyway to delete iPhone memory when its lost and turned off?

    hey i just wanted to know if there is a way to delete or wipe everything off an iphone when its turned off and lost. including apps and msgs. basically back to factory settings. response asap will be appreciated please very urgent.

    "so there is nothing that can be done?"
    Correct.
    " like maybe calling up apple or something"
    Like any maker of any other phone, Apple can do nothing.
    Sorry.

  • How can i check when my phone was last active on here? it was lost and to report a claim i need the exact date it was stolen

    ?

    it was lost and to report a claim i need the exact date it was stolen
    So was it lost or was it stolen???? When was the last time you remember having the device? Simply use that date.

  • My iPad shut down on its own and when i switched it on, it asks to 'Activate iPad' and reads below 'This iPad was lost and erased. Sign in with the Apple ID that was used to erase this iPad". Please help!!!!

    my iPad shut down on its own and when i switched it on, it asks to 'Activate iPad' and reads below 'This iPad was lost and erased. Sign in with the Apple ID that was used to erase this iPad". Please help!!!!

    Is it possible that you or someone who knows your iCloud sign on went into the Find My iPhone app and erased your device via iCloud? Because that is what that message is saying.
    Have you tried to sign on with your Apple ID and password?
    Was it online prior to this incident happening?
    GB

  • When i turn my location service my network is lost and joins again and it is lost again ? in iphone 3gs any idea ?

    when i turn my location service my network is lost and joins again and it is lost again it happens again and again
    in iphone 3gs
    any idea how to resolve it ?

    OK - more details/info now.
    When I use terminal and type this:
    drutil eject
    I believe the DVD drives makes the odd noise I heard when I booted the laptop up.
    Any thoughts?
    I'm guessing that means my fan/hardrive are actually OK then, and it's probably the mechanism in the DVD drive that is causing problems?
    I'm almost certain there's no DVD stuck in there?

  • When trying to deleted contact in address book receive error message "Contact updated externally. Changes will be lost and the viewer closed"

    I recently added a contact sent to me via BBM as .vcf file and when i try to delete this one particular contact i get the following error message error message “Contact updated externally.  Changes will be lost and the viewer closed“.
    I have added contacts using the .vcf received via BBM but never encountered this issue.
    I've reset the device, deleted in Outlook as i'm on a BES server and still the same.
    Anyone have this problem?

    v5.0.0.423 (Platform 5.1.0.116)

Maybe you are looking for

  • Problems with JSpinner in Linux

    Hi, I'm using six JSpinners in an application I am developing but I am experiencing some problems with them. I have a JButton which, when pressed, changes the values in each of the JSpinners to a random integer. JButton button; button.addActionListen

  • MovieClip button changes original

    I have searched around but can't find the exact solution to my problem....so here it is. I have a Movie Clip button in my library and I drag multiple copies onto the stage. I start to change the text and other attributes of the different instances. W

  • Reinstall application bought on CD with a new Mac having no CD drive

    I get the error message "Some of the application components are missing from the application directory. Please reinstall the application". I found the message listed in the support. BUT, it says reinstall the application by inserting the CD if you bo

  • Repository for Re-Usable Fillable Form Fields

    We have hundreds of forms, many of which have fillable fields that are common across multiple forms. Has anyone created a Form Field Repository where the fillable field (such as a fillable field named "First Name" that allows only characters to be en

  • Large DML (update) transaction and slow capture/enqueue - performance -help

    Hi all. I have a situation on our 10.1 database with single streams queue (capture process local) where during normal small transactional operations everything runs fine. As soon as someone does a large DML statement (say 500 000+ rows) type of magni