RMAN-20999: internal error on standby....help

Hey guys,
A little background of events of what happened:
1) data guard got broken
2) rebuild data guard
in the rebuild process I took the /backup mount point from primary database NFS mounted it to the alternate database.(The reason I did that was because it was going to take too much time to transfer over the backups from the primary to the alternate).
During this process while /backup1 was NFS mounted, i had to add "alter system set event='10298 trace name context forever, level 32'scope= spfile ; " to my spfile.
3) finished the data guard rebuild
4) NFS unmounted /backup from primary (take out alter system set event='10298 trace name context forever, level 32'scope= spfile ; from spfile)
5)bounce database and re sync data guard
5) data guard is in sync and everything is fine
Now comes the trouble..
went to the standby side and went to run rman.
here it is:
RMAN> @connect.rman
RMAN> connect target *
connected to target database: AFCD1D1 (DBID=3242165457, not open)
RMAN> connect catalog *
connected to recovery catalog database
RMAN> **end-of-file**
RMAN> resync catalog;
starting partial resync of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of resync command on default channel at 12/08/2011 15:05:16
RMAN-20999: internal error
RMAN>
so I thought maybe the primary database needs to do a full re sync.
I did that still no help
I also search on oracle support, couldn't find anything useful.
Just to play with it
-I went to the primary db-recreated the standby controlfile
-went to the standby , shut db down. copied the standby controlfile over to the standby server
-restarted the dataguard
Data Guard is in sync
went to rman and same issue.
Any help would be appreciated!!
PS. The rman backups were working before data guard was broken.
Edited by: 867954 on Dec 8, 2011 12:45 PM

RMAN-20999: internal errorInternal errors require help from Oracle support. They have the tools to trace the problem.
Werner

Similar Messages

  • RMAN-00600: internal error

    Hi every-one!
    Now I have Oracle RAC 10.2.0.4 on AIX p595.
    Normally, about 2 years, I backup by RMAN;
    BACKUP DATABASE;
    but from Yesterday, when using BACKUP DATABASE, it causes error as bellow:
    RMAN> backup database;
    Starting backup at 2011-04-11 10:02:59
    using target database control file instead of recovery catalog
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: sid=9782 instance=oltpdb2 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_1: Data Protection for Oracle: version 5.4.1.0
    allocated channel: ORA_SBT_TAPE_2
    channel ORA_SBT_TAPE_2: sid=10436 instance=oltpdb2 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_2: Data Protection for Oracle: version 5.4.1.0
    allocated channel: ORA_SBT_TAPE_3
    channel ORA_SBT_TAPE_3: sid=9502 instance=oltpdb2 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_3: Data Protection for Oracle: version 5.4.1.0
    allocated channel: ORA_SBT_TAPE_4
    channel ORA_SBT_TAPE_4: sid=9489 instance=oltpdb2 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_4: Data Protection for Oracle: version 5.4.1.0
    allocated channel: ORA_SBT_TAPE_5
    channel ORA_SBT_TAPE_5: sid=9912 instance=oltpdb2 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_5: Data Protection for Oracle: version 5.4.1.0
    allocated channel: ORA_SBT_TAPE_6
    channel ORA_SBT_TAPE_6: sid=9396 instance=oltpdb2 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_6: Data Protection for Oracle: version 5.4.1.0
    allocated channel: ORA_SBT_TAPE_7
    channel ORA_SBT_TAPE_7: sid=9120 instance=oltpdb2 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_7: Data Protection for Oracle: version 5.4.1.0
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 04/11/2011 10:03:29
    RMAN-00600: internal error, arguments [13205] [] [] [] []
    RMAN>
    But when I try to backup
    BACKUP TABLESPACE USERS;
    Iit is OK.
    Pls help me!

    Hi,
    Probably you have hit Bug 6325947.
    You could try to limit your files per set or your piece size.
    Regards,
    Tycho

  • I am having problemes opening attachments from adobe reader.  I'm getting error 1606 (an internal error).  Plz HELP!

    I am having problems opening attachments from adobe reader.  I'm getting error 1606 (internal error).  PLZ HELP!

    <http://kb2.adobe.com/cps/402/kb402867.html> might help.

  • RMAN-00600: internal error, arguments [8201]

    Hi,
    on 10g R2 on a win 2003 server we had follwing error for RMAN backup :
    RMAN-00600: internal error, arguments [8201] [] [] [] []we looked at metalink note : 412786.1
    that says :
    There is mismatch between the information stored in the Controlfile and rman Catalogand did RMAN> resync catalog; that did not resolve the problem.
    We created another RMAN schema which means a new catalog. Then it is difficult to believe
    that the new catalog was not syncronized with control file. But again exactly the same error :
    RMAN-00600: internal error, arguments [8201] [] [] [] []
    Why again the same error with a new catalog ?
    Thanks.

    Thank you Werner. I read the discussion. How about this work arround in Bug No. 5916459 :
    Workaround ========== . Modify ?/admin/recover.bsq as follows and upgrade recovery catalog schema .
    using UPGRADE CATALOG command.
    FROM
    SELECT nvl(oldest_flashback_time, MAXDATEVAL) INTO fbUntiltime FROM fb
    WHERE dbinc_key = this_dbinc_key; .
    TO .
    SELECT nvl(oldest_flashback_time, MAXDATEVAL) INTO fbUntiltime FROM fb
    WHERE dbinc_key = this_dbinc_key AND db_unique_name = this_db_unique_name; . I need some details to apply it.

  • Data Provider Internal error(-3000): please help!

    Hi,
    I've a Web Application using Oracle Data Provider 9.2.0.2 to communicate with mu oracle DB.
    I'm using the ExecuteNonQuery function to run a SQL statement (it's a select connect by), but after some time, I get the following error:
    Data Provider Internal error(-3000)
    It seems to happen if the query takes a lot of time.
    If I reduce the number of returned rows, I don't get the error anymore.
    After some searches through the internet I found that the problem should fixed in the next ODP release, 9.2.0.4: I installed it too, but with no success.
    I played with the connection timeout and some other parameters without solving the error.
    Someone can help me?
    Thanks.
    Daniele.

    I met the same question too.
    I list your problem below:
    my ODP.net is 9.2.0.4.
    code snippet is below:
    string constring = "user id=gz;data source=ipas_local;password=gz";
                        OracleConnection conn = new OracleConnection(constring);
                        OracleCommand cmd = new OracleCommand(sql,conn);
                        try
                             conn.Open();
                             cmd.ExecuteNonQuery();
                        catch(Exception ex)
                             doredirect = false;
                             lblMessage.Text = ex.ToString();
                        finally
                             conn.Close();
    I have a Oracle9i DBMS which home_name is OraHome92 in my computer,and have a ODP.NET9.2.0.4 which home_name is ORADOTNET9 deferent from DBMS.
    9i DBMS path:D:\oracle\ora92
    ODP.NET 9i path:D:\oracle\ODPDotNet
    my web app never work before
    what's the meaning of "100% & consistently reproducible"?
    how to know whether Connection pool is on or off?

  • Internal Error message - Need help please

    I have the administration aspect of my site done. It tests wonderfully on my testing server. Once I uploaded it to the web-server I get this error:
    Error:
    Internal error.
    Developer Details:
    tNG_update.getLocalRecordset:
    Error message:
    No database selected
    SQL statement:
    SELECT month,date,year,event,location,event_url,calendarID, calendarID as kt_pk_calendar FROM calendar WHERE calendarID =2 (UPD_RS)
    tNG Execution Trace - VIEW
    The only ADDT form that will work once posted to my web-server is the Dynamic Lists. So this is telling me that ADDT does not have a problem with my connection file. It's seeing the database.
    The live site works great too so there's not an issue there.
    I have uploaded the includes folder I don't know how many times.
    Thanks,
    Cheryl

    -----
    I thought maybe it was the site itself. Then I tried it with another site and the same problem
    well, thanks for that info -- considering this I can´t help suspecting that your ADDT (or Dreamweaver) installation might be broken. For a start I suggest to uninstall/reinstall ADDT first and see if this solves your issues
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • NOKIA N80 Internal Error Message PLEASE HELP

    Does anbody Know why I Get an Internal Error Message When I Send a Multimedia Message.... Everytime I Try to Send a Picture as Multimedia it Says Unable to Send Message and When I Click Details it Says Internal Error....... Please Help

    -----
    I thought maybe it was the site itself. Then I tried it with another site and the same problem
    well, thanks for that info -- considering this I can´t help suspecting that your ADDT (or Dreamweaver) installation might be broken. For a start I suggest to uninstall/reinstall ADDT first and see if this solves your issues
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • TS4185 When starting Facetime on my MAcBook Pro I receive "internal error?  any help?

    When I start Facetime on my MacBook Pro I receive "internal error. You need to quit and reopen Facetime".  I do this and nothing changes, same error.  Any ideas are welcome.

    Found this and it worked:
    Netdude21
    Re: "An internal FaceTime error occurred. There was a problem with FaceTime. " 
    Mar 28, 2011 11:14 AM (in response to iannuz86)
    I have a solution for your problem, it took a little investigating and work to get FaceTime for Mac working. Here's what I did: Go to the folder /Applications then right click on FaceTime.app go into /Contents/LaunchAgents and look for two files "com.apple.imagent.plist" and "com.apple.apsd-ft.plist" and copy them into your /Home/yourusername/Library/LaunchAgents. If you can't find "com.apple.apsd-ft.plist" do a Google search for it and download it, the name will be "com.apple.apsd.plist.txt", do a cmd-I on it and rename it "com.apple.apsd-ft.plist" put this file in the same folder as "com.imagent.plist", launch FaceTime and if your webcam lights up, your good to go. 
    Hope this helps. 

  • Internal Error 2739, Please Help!!!

    When trying to install Fireworks CS3 Trial on my Windows
    Vista-based PC, I get error code 2739. I contacted customer support
    and they said that being this a trial software, that there is no
    support avaiable. I don't understand why they wouldn't want to help
    a potential customer. Can someone please help me?
    Thanks in advance,
    Michael A.

    :)
    http://davidgardiner.blogspot.com/2007/02/internal-error-2739-on-vista-x64.html
    alex
    Alex Mariño wrote:
    > This might help:
    >
    >
    > rcmadiax wrote:
    >> Anyone?

  • Internal Error CS6 NEED HELP ASAP

    I have a problem with Adobe encore I have transcoded 8 files and I wanted to save so that way when I re-open they won't have to be transcoded again. When I hit save a message pops up that says Internal error. No Error code given

    These questions below may be for a different product... but the information you need to supply is the same, for the products you use
    More information needed for someone to help... please click below and provide the requested information
    -Information FAQ http://forums.adobe.com/message/4200840

  • HT201210 tried to update ios6 and when i connect to itunes says internal error i need help asap thank you!!!!!!!!

    hi whenever i plug it in as it says connect to itunes it wont restore as there is an internal error!!!!
    please help asap
    thank you very much!!!!
    lizzie x

    What version of iTunes do you have installed? If you are trying to update to iOS 6 you need iTunes 10.7 or later.

  • Apparently I have an "Internal Error".. Help?

    Hey there, I had an ipod 4th gen but it died so i bought a 30gig video. It was going all awesome until tonight I went to play some songs and most of them didnt work. They just skipped to the next song which skipped to the next etc. etc... So i opened itunes to try putting them back on but it then it said i only had usd 7.something gig of my ipod as opposed to the original 16gig i had on yesterday. None of the songs worked on the ipod but all played perfectly on itunes. So next i opened the ipod updater and it says "iPod Manager Internal Error". Can someone please explain what has gone wrong and how I fix it? Thanks heaps!
    Billy

    this artical my be of help http://docs.info.apple.com/article.html?artnum=301907

  • Ipod manager internal error message any help

    I have just recieve my "repaired" iPOD and I am trying to put all my music back on but it keeps asking for an update, however when I try and update I get the "ipod manager internal error" message
    anyone have any clues as to what I do to solve this

    hi mr colt!
    fingers crossed, this document might be useful:
    iPod Updater for Windows: "Internal manager error" occurs when restoring or updating iPod
    love, b

  • Rman backup validate error

    DBGSQL: RCVCAT> begin dbms_rcvman.findSpfileBackup( allCopies => TRUE, rmanCmd => dbms_rcvman.restoreCmd_t); end; [10:37:16.635]
    DBGSQL: sqlcode = 6550 [10:37:16.635]
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00601: fatal error in recovery manager
    RMAN-03012: fatal error during compilation of command
    RMAN-03028: fatal error code for command restore : 600
    RMAN-00600: internal error, arguments [9302] [6550] [begin dbms_rcvman.findSpfileBackup(        allCopies  => TRUE,        rmanCmd => dbms_rcvman.restoreCmd_t); end; ] [] []
    RMAN-06004: ORACLE error from recovery catalog database: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'FINDSPFILEBACKUP'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    pls any one help me out
    Thanks!

    Since you say nothing about your OS and database version and we also don't know,which command produces this error, only a vague guess is possible, COULD be
    Bug 7633694: RESTORE SPFILE LS-00306: WRONG NUMBER OR TYPES OF ARGUMENTS 'FINDSPFILEBACKUP' .
    IF this bug is hit possible workarounds are:
    1) Don't use a 11gR1 catalog
    2) don't use spfile,keep a text based pfile
    3) upgrade to 11gR2 (IF your OS is Linux or Solaris)
    Werner

  • "21141: Error while posting journal entry :-10 / Internal error"

    Hi All,
    I'm want to dispose fixed asset by using retirement function in Fixed asset module. Anyone know the solution for this error message "21141: Error while posting journal entry :-10 / Internal error". Please help me.
    Thanks in advance.
    uddin

    Hello Muhd
    Please could you go in Administartion > Set Up > Fixed assets > GL
    Account Detemination and check the settings of  'Clearing Acc. Asset
    Acquisition' account, which is used when creating Journal Entry for
    'Acquisition without vendor'.
    Could you check if there is a 'Default VAT Code' assigned to this
    account. In this case could you to clear the Default VAT Code assigned
    to this account and try to do 'Acquisition without vendor' again?
    Also,please try to check below option to see if that could help:
    1)Check asset Class Land
    2)Check GL accounts settings
    3)Check the checkbox "Permit Other VAT Group"
    Regards,
    Syn Qin
    SAP Business One Forums Team

Maybe you are looking for

  • Why do all my texts say not delivered when the recipient is getting the message mulitple times?

    when I send a text to a non-iphone user it says not delivered and it shows the red exclamation point. on the other end the person getting the message gets it 3-4 times. I have done a manual re-boot, checked for carrier updates, turned imessage off, c

  • ITunes keeps opening by itself

    iTunes when I click on the folder with the files it automatically opens iTunes. Even when I do a right click and then properties on the iTunes folder it automatically opens iTunes. If I close it but have the properties window still open it will start

  • Source of Flat File in a File scenario

    Hey guys i was just wondering wats the source of flat files which are used in File scenarios,i know it can come from anywhere but in a real world scenario,where do we usually get these files from(is it any server?)also if anyone of u has worked on an

  • Dynamically bind website text field values to PDF document

    Hi there, I am in search of a step by step tutorial on how to generate a pdf document based on values from website text fields. I have a form produced in Live Cycle Designer ES3 and a website in which we insert test results for our company to a MySql

  • K8D Master 3 v1 and DC Opteron

    Hi. I found in QVL that this mobo support i.e. opteron 270 . But I've some doubt. For newer K8D Master 3 v2 is available bios update to support DC opteron. For older K8D Master 3 v1 (this one I have) isn't available any bios update. Anyone know why ?