Why database backup information is not in rc_rman_status

Hi,
I used rman to backup dozen of databases. Only 3 database backup info is in rc_rman_status. I can see all databases fromrc_database. From EM console, every database target page shows the daily backup information. What happened?
I need to create a report for daily backups of all databases. I want to pull information directly from rc_rman_status. Any suggestions?
Thanks
Laura

Hello,
It is possible that your recovery catalog is 10g but you have performed a backup using a lower RMAN client such as 9i. I believe RC_RMAN_STATUS is a 10g addition and hence the 9i RMAN client will not populate these tables. Obviously I can't guarantee this is your problem, but if you have a mixed Oracle environment, this is a high possibility.
Hope that helps
Andy

Similar Messages

  • Database Login information is not incorrect

    Post Author: Plist
    CA Forum: Authentication
    I am trying to access a report with CR Server XI, one which works fine in crystal reports. Yet whenever I try to access it I get the following error:
    The database logon information for this report is either incomplete or incorrect.Unable to retrieve Object.The database logon information for this report is either incomplete or incorrect. I know for a fact the information is correct, and what really gets me is other reports using the same database(different tables) still work. Yet I'm pretty sure I have checked all securites and everything is the same. I have seen other people with similar problems but can't seem to find a response anywhere. So can anyone help me? Thanks in advance. 

    Post Author: Plist
    CA Forum: Authentication
    Thanks for the info but thats not the problem, I am using a SQL database not a microsoft access database.

  • To clear db2 archive log after db2 database backup

    After db2 backup archive log remains as it is.is there setting to remove archive logs after database backup.DAS is not installed.
    DB2 9.1 FP 6
    os HP unix

    Hello Anand,
    If the archvied logs are not required, ie they are not required for restore    
    you can remove them. 
    You can check this is by running                                                                               
    db2 list history all for db <sid>                                                                               
    The above command will give you a detailed overview of the backup           
    history and what logs were archived and what logs were included or needed for restore of backups.
    If they are no longer needed for a restore, then it is safe to remove them.
    Kind regards,
    Paul

  • Why is my  CLEAR_BLOCK(no_validate) not committing to the database?

    What I need is when the alert button 1 is selected fo to the detail block(ADM) and just delete everything for the current master id. When I click on the button it deletes for a split second and all the data comes back.Quite confused..
    IF Id_Null(al_id) THEN
    Message('Alert does not exist');
    RAISE Form_Trigger_Failure;
    ELSE
    al_button := Show_Alert(al_id);
    IF al_button = ALERT_BUTTON1 THEN
         :global.cl_blk := 'Y';
         go_block('ADM');
         CLEAR_BLOCK(no_validate);
         synchronize;
         go_item('adm.dci_name');
         execute_query;
    else
              :global.cl_blk := 'N';
    GO_ITEM('AM.MAPPING_LEVEL');
    END IF;
    END IF;

    Why is my CLEAR_BLOCK(no_validate) not committing to the database?Better read the Clear_Block on-line help. I think you are mistaking the No_Validate parameter with the Do_Commit parameter.
    The No_Validate parameter "*+Form Builder flushes the current block without validating the changes, committing the changes, or prompting the end user.+*"
    With No_Validate, your changes are discarded, and NOT committed.

  • SQL Server 2005 Database Mail - Mail configuration information could not be read from the database.

    I'm trying to setup Database Mail and send a test message, but it's not working.
    I've done several step-by-steps and all and I can't get it to work. Also checked several posts in this forum but none helped. I think it used to work before (2 months ago) but we had to turn it off.
    I've enabled it in Surface Configuration, have tried recreating all profiles, restarted SQL Agent, checked version mismatch...
    I check the Database Mail and I get the following message:
    Log Database Mail (Database Mail Log)
    Log ID 152
    Process ID 7684
    Last Modified 3/14/2013 6:49:58 PM
    Last Modified By SPEEDLING\sqlservice
    Message
    1) Exception Information
    ===================
    Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException
    Message: Mail configuration information could not be read from the database.
    Data: System.Collections.ListDictionaryInternal
    TargetSite: Microsoft.SqlServer.Management.SqlIMail.Server.Objects.Account GetAccount(Int32)
    HelpLink: NULL
    Source: DatabaseMailEngine
    StackTrace Information
    ===================
       at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DataAccessAdapter.GetAccount(Int32 accountID)
       at Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandFactory.CreateSendMailCommand(DBSession dbSession)
       at Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandRunner.Run(DBSession db)
       at Microsoft.SqlServer.Management.SqlIMail.IMailProcess.ThreadCallBack.MailOperation(Object o)
    2) Exception Information
    ===================
    Exception Type: System.IndexOutOfRangeException
    Message: timeout
    Data: System.Collections.ListDictionaryInternal
    TargetSite: Int32 GetOrdinal(System.String)
    HelpLink: NULL
    Source: System.Data
    StackTrace Information
    ===================
       at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)
       at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
       at System.Data.SqlClient.SqlDataReader.get_Item(String name)
       at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DataAccessAdapter.GetAccount(Int32 accountID)

    I'm trying to setup Database Mail and send a test message, but it's not working.
    I've done several step-by-steps and all and I can't get it to work. Also checked several posts in this forum but none helped. I think it used to work before (2 months ago) but we had to turn it off.
    I've enabled it in Surface Configuration, have tried recreating all profiles, restarted SQL Agent, checked version mismatch...
    I check the Database Mail and I get the following message:
    Log
    Database Mail (Database Mail Log)
    Log ID
    152
    Process ID
    7684
    Last Modified
    3/14/2013 6:49:58 PM
    Last Modified By
    SPEEDLING\sqlservice
    Message
    1) Exception Information
    ===================
    Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException
    Message: Mail configuration information could not be read from the database.
    Data: System.Collections.ListDictionaryInternal
    TargetSite: Microsoft.SqlServer.Management.SqlIMail.Server.Objects.Account GetAccount(Int32)
    HelpLink: NULL
    Source: DatabaseMailEngine
    StackTrace Information
    ===================
       at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DataAccessAdapter.GetAccount(Int32 accountID)
       at Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandFactory.CreateSendMailCommand(DBSession
    dbSession)
       at Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandRunner.Run(DBSession db)
       at Microsoft.SqlServer.Management.SqlIMail.IMailProcess.ThreadCallBack.MailOperation(Object o)
    2) Exception Information
    ===================
    Exception Type: System.IndexOutOfRangeException
    Message: timeout
    Data: System.Collections.ListDictionaryInternal
    TargetSite: Int32 GetOrdinal(System.String)
    HelpLink: NULL
    Source: System.Data
    StackTrace Information
    ===================
       at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)
       at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
       at System.Data.SqlClient.SqlDataReader.get_Item(String name)
       at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DataAccessAdapter.GetAccount(Int32 accountID)

  • EMC Does Not Show All Databases Copies Information on DAG - Exchange 2010 SP2

    Hi guys,
    Really need your help here, suddenly my customer complain that they cant see any information on database copies on their Active Copy DAG Exchange server, for another DAG members, the database copies information is visible. After do some readings, I found
    this related to Exchange 2010 SP1 known issue. 
    http://workinghardinit.wordpress.com/2010/09/13/emc-does-not-show-all-database-copies-after-upgrade-to-exchange-2010-sp1-still-investigating/
    But, for my environment, there is Exchange 2010 SP2. I have no idea on this issue since there is no error log thrown out from the event viewer. I already try to restart the server itself and the Microsoft Information services but no luck.

    Hi,
    Based on the description, your customers could see passive database copy information, but they couldn’t view the detail information such as state: Healthy in EMC.
    When did this issue begin?
    Please restart the AD topology service to check result.
    Since we have the information correctly on Exchange shell, please try to clear EMC cache and then open console to check if you can see database copy in EMC.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

  • IR web client server(0):Database connection information not accessible.

    Hi,
    We upgraded our system from Hyperion 9.3 to EPM 11.1.2.2. We mainly use the reporting tools SQR production and Interactive reporting.
    Using workspace as an admin if I run a BQY everything works fine but when I try to do the same as other users I get the error "server(0):Database connection information not accessible. Processing is disabled" from the
    I have migrated everything form the old version and haven't changes anything since. It looks like a provisioning issue and I tried looking and comparing everything from the present production(old 9.3 system).
    Did anyone else face the same issue before? Any suggestions on where to look into.
    Thank you in advance.

    Hi ,
    You have to go to my oracle support website link is : https://support.oracle.com/epmos/faces/MosIndex.jspx?_afrLoop=7929796452543&_afrWindowMode=0&_adf.ctrl-state=113hdvh7xd_4
    login with your oracle ID and password you have for your company and search for the document number in the "search knowledge base" which will show up on the top right corner of the page.
    The search will show you the document and you can access it.
    Hope this helps.

  • When i try to change my payment information on my apple id i get a message "your credit card information does not match your bank's records. please enter a U.S. credit card and matching billing address." why do i do?

    when i try to change my payment information on my apple id i get a message "your credit card information does not match your bank's records. please enter a U.S. credit card and matching billing address." why do i do?

    Please explain

  • Database/Password Information not being saved in CMC

    Product:  CR Server XI R2.  Server is Windows Server 2003 operating system
    An issue just popped up today where the database info for a report in the CMC is not being saved.   I'm in the Process tab (database link) of the Report properties of the CMC and trying to enter Custom Database login information.
    The Driver is Oracle and the Server and Username fields are set correctly.  However, when setting the Password field, regardlesws of what length of a password I use, it defaults to 7 characters when showing on the screen and none of the reports run.  Even when I set the password to blank and set the password on the InfoView, the reportsw still error out.
    The error message when running the report is always
    Error Message:  The database logon information for this report is either incomplete or incorrect.
    We've been running these reports for weeks without any issue until today.  Are there any known issues with any recent MS patches or anything that could be causing this?  The only thing I noticed was a MS Patch (KB960714) that was installed on Friday night.  Uninstalled and rebooted and still no resolution.

    Hi Eric,
    I'm experiencing a similar problem.  Did you ever get this problem solved?
    Steve Teraji ~ 408-535-8339
    Technical Manager: Capital Project Management System (CPMS)
    Information Technology Dept.
    City of San Jose
    200 East Santa Clara Street, 5th Floor
    San José, CA 95113-1905

  • Database backup and Restore do not bring latest Schema/Data.

    Hi,
    I have scheduled a Full SQL backup for a LIVE database every evening. Now, if I restore this backup to Test environment, it does not bring the changes from LIVE. The script I am using is:
    BACKUP DATABASE [XXX_Applications] 
    TO  DISK = N'\\XXXX\XXX_Applications.bak' WITH NOFORMAT, 
    NOINIT, 
    NAME = N'XXXX_Applications-Full Database Backup',
    SKIP, 
    NOREWIND, 
    NOUNLOAD, 
    COMPRESSION, 
    STATS = 10
    GO
    declare @backupSetId as int
    select @backupSetId = position from msdb..backupset where database_name=N'XXXX_Applications' 
    and backup_set_id=(select max(backup_set_id) from msdb..backupset 
    where database_name=N'XXXX_Applications' )
    --Check for backupSetId  NULL
    RESTORE VERIFYONLY FROM  DISK = N'\\XXXX\XXX_Applications.bak' 
    WITH  FILE = @backupSetId,  NOUNLOAD,  NOREWIND
    I had to manually go to SSMS->Tasks->SQL Backup. Restoring the manual backup brought all the latest changes from live.
    Not sure what might be the issue with scripted backup.How do I make sure that Backup generated is correct?
    Shady

    BACKUP DATABASE [XXX_Applications] 
    TO  DISK = N'\\XXXX\XXX_Applications.bak' WITH NOFORMAT, 
    NOINIT, 
    Hello Shady,
    NOINIT means the backup file stays as it is and the new backup is appended to the backup file. With the default RESTORE Syntax you restore the first backup in the file, not the latest backup; therefore you get old data/Schema.
    Change it to INIT to clear the backup file first before the backup is added or address the latest backup in the RESTORE command.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Win7 and now Server Error [2007]: "Database connection information not acce

    I support a 8.3.x server with Insight plugin in use. This has worked for some time now with WinXP. The issue comes into play when the company is upgrading users to Win7 stations. First, the zero-admin (download and install setup launch) is failing. The Install window opens but doesn't seem to be able to complete. Then, when we do get the plugin installed via the manual download and install, we then reach a point where the bqy will not connect with the Server Error [2007]: "Database connection information not accessible. Processing is disabled." If we proceed from there, we'll get Server Error [6] PUB_NullArgument errors and empty "Show Values" limit boxes. So it's like the .oce information is not received on the Win7 platform - it still works fine on WinXP installations.
    And, I know it can work, as the PC Support personnel were able to get this working on one PC.
    Any suggestions?
    Thanks,
    Keith

    I assume that there has been no reply to this thread. The problem still persists, with intermittent success. I hope that someone can shed some light onto the Server Error [2007]: "Database connection information not accessible. Processing is disables." message.
    Thanks again,
    Keith

  • Why does photo information not available when you email a photo?

    Why does photo information not available when you email a photo?

    How are you mailing from iPhoto? If you have iPhoto set to mail using Mail.app, you can set what will be included, when you mail with Share > Mail:

  • Why do I need to reformat and erase backups on an external backup drive that I have been using for over a year, when I get this dialog box? The backup disk is not in Mac OS Extended (Journaled) format, which is required.

    The backup disk is not in Mac OS Extended (Journaled) format, which is required.

    Kappy's extensive hard drive formatting post - http://discussions.apple.com/thread.jspa?messageID=8340551 - note that instructions at end are for zeroing data.
    BDAqua's Formatting instructions - http://discussions.apple.com/message.jspa?messageID=8901255
    Pondini: Formatting,  Partitioning, Verifying,  and  Repairing  Disks... - http://pondini.org/OSX/Home.html

  • Why database related code not wriiten in jsp's

    hi all
    what all resons are there for which database related code
    is not written in jsp's
    one thing that i know is
    it's not a j2ee architecture to do so
    so is it the thing that doing so hits the performance issue
    thanx

    Me, I'm still trying to get my head around Java 1.5, J2EE, Tomcat, JBoss, and Oracle RAC (both programming and DBAing)... My head hurts... Badly...
    Back to the topic, though... I also agree with the previous posters...
    I agree there are exceptions to the "no JDBC in JSP rule of thumb"- I have a JSP-based generic table browser as a tool for emergency maintenance from a (presumably) hostile network, it provides read-only access and automatic password rotation. The flexibility of having it in the JSP has saved my bacon in a crisis; when travelling, I had to talk a non-programmer through applying a code fix (damn developers, using reserved words as column name...)( I had the source on my laptop...). To get a class file fixed, I would have had to get a programmer on the phone, and get the server to reload the class which in our environment at the time required an application restart... The project I work on is about 70 man-years of work, mostly Java, and we have maybe 6 or 8 JSPs that access the DB directly...
    Most of the time though, good design says that you access a particular "type" of data (table or group of tables) in the same "chunk" of code, jsp or class file. It's a lot harder to share a jsp among different invokers than it is a class file. It's also better to isolate presentation from data access.
    Imagine that you have a "USER" table, with first name, last name, username, and password. You program a "login" jsp, a user "edit" jsp and an administrator "edit" jsp. Then a security audit declares that saving an unexcrypted password in the database is insecure; you now have to change evey place that can access the password. If the user object was accessed through a single Java class file, then there would be only one place to fix. Of course, it's possible to use jsp includes to simulate class files, but that's just about as much work as creating the class file to begin with, with more problems.
    Another big advantage of keeping your data access out of JSPs is that you can write unit tests much more easily for the Java classes, using something like JUnit. You can have a set of tests for all your persisted data, which can be run anytime your data model changes. This makes it a lot harder for "side effect" bugs to creep into your code.

  • Why does my iCloud account on my phone shows "Family information is not available."

    Under iCloud the family share option simply states "Family information is not available." I cannot connect to a Family share request. When i try to view the invitation i get the message Cannot connect to iCloud. I have removed the account and  added it back to no avail. Everything else about the account seems to be functioning normally, mail, contacts, notes, etc.

    Call Apple support someone needs to reset your account and they told me there was a redflag stating the account was a "re-saler" account meaning someone worked for Apple or used their log-In name in an electronic store or something. Just call and they ask some questions and send it to a higher up who changes the account back to a regular account.

Maybe you are looking for

  • Error in obtaining server list from OPMN on host localhost

    Hallo Everyone I am trying to start opmn and all processes (opmnctl startall) and I receive a following message: opmnctl: starting opmn and all managed processes... opmnctl: opmn start failed oas:/opt/oracle/OraHome1/opmn/bin # after that i was tryin

  • Facetime for Mac does not transmit audio.

    Other voice applications, like Skype and Ventrillo, send audio. I have deleted Facetime, rebooted, and reinstalled it but the problem persists. My iMac is set to use the internal audio. Facetime does send video.

  • ACS v5.1 - LDAP and PEAP

    Hi! I'm trying to authenticate a WinXP client with PEAP. And since it is only possible to define only one Active Directory in ACS v5.1 ( why on earth is that???), I had to define my other AD domain through LDAP. But when I try to authenticate, this i

  • Use Nokia N8 to Connect 802.1X WIFI through EAP-PE...

    I have read a lot of articles on this forum, and the conclusions i get are In Nokia System, if you would like to connect to a 802.1X wifi with EAP-PEAP, you MUST have the CA issued from your wifi AP. 1. My question is, if the CA is necessary? 2. If t

  • Connect to a local server whilst using VPN

    I have SABnzbd+ running on my MBP. Since my Linksys WAG320N router supports NAT Loopback, I can connect to it's web UI using my local IP, 192.168.0.2 OR my ISP-assigned static IP, 72.xxx.xxx.xxx. However when I'm connected to the VPN, using OpenVPN &