Repository views for RMAN Catalog check

Hi All,
Is there any view which tells if the database is using catalog for backup, we have scheduled the rman using OEM, now i need to create a UDM which sends an alert if not using catalog, i would like to do this using the sql command with OEM Views.
any view which can be my help ???
I have gone through http://docs.oracle.com/cd/B1930601/em.102/b16246/views.htm#BACDGFJC_ ,
but couldnt find any appropriate view,
Have checked this : "MGMT$HA_BACKUP", will this view give the required information ???
please suggest.
Thanks and Regards,
Harish

Hi EricvdS,
Thanks a lot, i have used the following command to get my result :
select dbid,name,t.ct qct from rc_database q,(select DB_ID,max(COMPLETION_TIME) ct from rc_backup_set where db_id in (select dbid from rc_database where name like 'IN%') group by DB_ID having to_date(max(COMPLETION_TIME),'dd-mon-yy')!=trim(sysdate) ) t where q.dbid = t. db_id and q.dbid not in ('586755576','580830361','894607119','881224701') order by 3;but after seeing your comment i again went through all the available tables and found the following to get my result :
select DB_NAME from rc_backup_set_summary where to_date(NEWEST_BACKUP_TIME,'dd-mon-yy')!=to_date(sysdate,'dd-mon-yy') and db_name like 'IN%';Both of them work properly.
thanks a lot.
Thanks and Regards,
LittleFoot
Edited by: Little Foot on May 9, 2013 12:27 AM

Similar Messages

  • Repository view for calc scripts

    what is the repository view for calc scripts

    Are you looking for HBR rules, calc manager rules, or Essbase calc scripts?
    Essbase calc scripts are in Essbase. (You can find them with .csc extension under app/your app/db folder)
    HBR rules will be in EAS repository
    Calc Mgr rules will be in Calc Mgr's repository
    Regards
    Celvin
    http://www.orahyplabs.com
    Please mark the responses as helpful/correct if applicable

  • Repository views for performance chart

    Greetings all,
    I found this page
    [http://docs.oracle.com/cd/B19306_01/em.102/b16246/views.htm |http://docs.oracle.com/cd/B19306_01/em.102/b16246/views.htm ]
    about Oracle® Enterprise Manager Extensibility
    but I can't seem to find what I want.
    Can anybody tell me were I can find the information that feeds the charts on the Performance Tab? Like the "average active sessions"?
    I would like to build a multi-target chart.
    Thank you.
    BR,
    João Pinela.
    Edited by: Pinela on Jul 2, 2012 11:19 AM

    Thanks for the help.
    >
    Unfortunately, there is no guarantee that all data visible via EM pages will be available from the published repository views
    >
    well they have to be somewhere, because when you open the chart you can see the values for the last hour. So the data can be obtained. And I don't think that the agent will supply be historic data. Do you agree?
    you suggest this view?
    >
    MGMT$METRIC_ERROR_HISTORY
    >
    like
    select * from MGMT$METRIC_ERROR_HISTORY where target_name='POR.WORLD'?
    thanks.
    Br,
    Pinela.

  • License for RMAN catalog standby database ?

    Hi
    I am planning to to setup a RMAN catalog for a large business that they have many databases.
    I know that RMAN catalog does not need a separate license.
    Does anybody know that if I setup a standby database for the catalog then do I need a separate license or it can be implemented without any license requirement ?
    Thanks
    Kamran

    Is it "yes" that you know the answer to the question ?
    Is it "yes" that he needs a separate licence ?
    Is it "yes" that it can be implemented without any licence requirement ?
    Do you really think that your answer is helpful ?  Or are you trying to be an irritant ?
    Hemant K Chitale

  • Maintainence of views for product catalog

    Hi Everyone,
    I have a requirement where i need to assign products to views. For Ex. If i have 10 products and 2views...The views wil be  available when i run a transaction. If i click on any one of the views it wil take me to a screen where we can see all the products, among them some products have their check box's enabled assigned to that view. I get the data in the form of a excel sheet or in a text file where the text file has products and its related view. Once i run the program using the text file the products are not getting assigned to their respective views.
    I  have used the FM 'COM_PCAT_VIEW_MAINTAIN_O'..but in vain.I dont know whether i have passed the parameters in the right way. Can someone explain how to pass the parameters?
    Are there any FM's other than that?
    Thanks in advance.

    Hi All,
    The issue is solved. Pass the parameters properly to the FM mentioned in the query.
    Regards,
    Kalyan

  • Unable to see External HANA Repository view

    Dear Experts,
    I want to create a HANA views from BEx Query and followed the steps:
    Create Query snapshot index via RSDDB--> Quey as infoprovider Tab --> Release Query as infoprovider -->click on create button. --> SAP HANA/BWA Settings Tab -->enable the External HANA Repository view -->Activate and fill index
    But I didn't see the option "External HANA Repository view for reporting" to before Activate and Fill Index,
    please help me why that options not available for my query.
    Thanks,
    Regards,
    Karuppiah N

    H Karuppiah,
    Can you not use the transaction RS2HANA_ADMIN for this? Please see the documentation here:
    Generating SAP HANA Views from the BW System - Using the SAP HANA Database - SAP Library
    Kind Regards,
    Des

  • To calculate the size of backup for a particular database in RMAN catalog

    Hi ALL,
    Could you please guide me how I can calculate the size of backup data for a particular database in Recovery Catalog, if I am using Tapes as my backup media for recovery catalog.
    Regards
    Harpreet Singh

    Hi,
    I am not Up to the mark of your question ..
    If you see the V$log you can get it.. Size of the redo logs can be determined either by examining the file system size or by reading the BYTES column on the V$LOG view. Then Check the number of redo Logs avaialble checked whether they are mirrored or etc., Combining the two figures we have a total redo log data at peak in one day. This is the amount of data that any backup facility or storage of Archive Redo Logs would have to take into account. This figure should be mitigated against the fact that manual switching of redo logs means that not all archived redo logs will be the full size.
    - Pavan Kumar N

  • Activating auto PO Check Box in the purchasing view for plant level.

    Hi Techies,
    Right now i have an issue related to auto PO check box in the purchasing view for the plant level. There are three plants A,B,C.. For the plants A and B the automatic PO check box is visible and the user is able to provide input values. But when it comes to plant C the auto PO field is not available and hence the user is unable to provide input for auto PO.
    Is there any configuration to be done to activate the auto PO check box in the purchasing view in the material master with respect to plant C?
    If so could you please guide me with the settings?
    Thanking you in advance.
    Regards,
    Gopalakrishnan.S
    Edited by: krishu100 on Jul 13, 2011 2:25 AM

    Hi Techies thanks for you all info.
    Now today i just tried to created a new HALB Material in the plant C which i had issues yesterday. But when i created today a new material the Auto PO feild is available for entry. THen i tried to go to the material which i created yesterday for editing it. But i was unable to do it.
    I checked the transactions which most of you referred(Very Useful). I found that all the plant s had the same screen selction setting and set as Opt Entry. The field screen referrence for MM01, MM02 Transaction s are also set as opt entry. The screen reference for HALB is also set as Opt entry. Still i m not able to find the field auto PO in the purchasing field.
    So does it mean that a material once created without auto PO enabled or visible can never be updated after that? But i think its not the case and we should be able to edit it(correct me if im wrong).
    Really having my fingers crossed to find a solution for this issue.
    Regards,
    Gopalakrishnan.S

  • Business partner maintenance for Product catalog view - Problem

    Hi All,
    I am using the FM 'CRM_PRP_MAINTAIN' to create Business partner assignment for product catalog view.
    Can anyone help me with this FM?
    I am passing the following:
            gs_prp_bupa_i-ref_kind = 'B'.
            gs_prp_bupa_i-processing_mode = 'A'.
            gs_prp_bupa_i-bupa_ref_guid = gv_partner_guid.
            gs_prp_bupa_i-partner_id = gv_partner.
            APPEND gs_prp_bupa_i TO gt_prp_bupa_i.
            ls_input_fields-ref_kind = 'D'.
            ls_input_fields-objectname = 'PRP_BUPA_I'.
            ls_input-fieldname = 'BUPA_REF_GUID'.
            APPEND ls_input TO ls_input_fields-field_names.
            ls_input-fieldname = 'PARTNER_ID'.
            APPEND ls_input TO ls_input_fields-field_names.
            ls_input-fieldname = 'PROCESSING_MODE'.
            APPEND ls_input TO ls_input_fields-field_names.
            ls_input-fieldname = 'TYPE'.
            APPEND ls_input TO ls_input_fields-field_names.
            APPEND ls_input_fields TO lt_input_fields.
            CALL FUNCTION 'CRM_PRP_MAINTAIN'
              EXPORTING
                it_prp_bupa_i                   = gt_prp_bupa_i
              CHANGING
                ct_prpadm_h                     = lt_prpadm_h
                ct_prpadm_i                      = lt_prpadm_i
                ct_input_fields                   = lt_input_fields
                cv_log_handle                   = lv_log_handle
             EXCEPTIONS
               error_occurred                  = 1
               prp_locked                      = 2
               no_authority                    = 3
               status_change_not_allowed       = 4
               prp_id_already_exists           = 5
               invalid_prp_id                  = 6
               OTHERS                          = 7 .
    But i don see the partner assignment working.
    My doubt here is wat GUID shud b passed in the field gs_prp_bupa_i-GUID. As of now i m not passing any value here.
    Please help me.
    IF not this FM wat else can i use?

    Hi Ganesh,
    Thanks for your response.
    i hope you understood my question.i have already performed all the steps which you have mentioned.Understand my query first.
    I could solve that query myself.
    Message was edited by: mdv sapcrm

  • Database componentes required/excluded for RMAN and Grid control repository

    I'm planning creation of a centralized 10gR2 RMAN repository for my production/dev environment, and needed a basic, barebones database. We may also use that same database as a repository for 10g OEM Grid Control in the future, so I wanted to ensure I was prepared for that.
    None of the documentation says anything about particular required components for RMAN, only that a database is needed. So am I allowed to deselect all items from the following DBCA list? I didn't expect any problems with the optional components, but wanted to make sure that RMAN or Grid control would function, were I to disable Oracle JVM or XML DB. My standard loadout (for better or worse) is to include everything in my production/dev databases, and I didn't want that to be the case with this one.
    Database Components:
    Oracle Data Mining
    Oracle Text
    Oracle OLAP
    Oracle Spatial
    Enterprise Manager Repository
    Standard Database Components:
    Oracle JVM
    Oracle XML DB
    Oracle Intermedia

    Thanks. For that matter, do DBA's in the general population install those standard oracle components? I have them there in my default installs just because of the message 'Oracle recommends you have these installed.' in the DBCA screen.

  • Backing up an RMAN Catalog/OEM Repository

    This may be a supid question but I will ask it nonethelss.
    I have an RMAN catalog/OEM Repository which has never been backed up.
    Can I use register this (RMAN catalog/OEM Repository) DB within the catalog on the same instance and then back it up as well?
    Tks & Regards

    Hi 860user6196,
    And how are you going to recover your database in case of a disaster?
    Clearly the catalog won't be available...
    Regards,
    Tycho

  • RMAN Catalog - Identify session for a specific SID

    Dear all,
    is it possible to identify the rman session on the recovery-catalog database that is currently backing up a specific SID?
    Or in other words: Is the SID of the target database visible somewhere in the V$-Views on the catalog database when a backup is running?
    Kind regards
    Carsten

    The recovery catalog stores metadata about RMAN operations,but it does not record ongoing processes. There's a catalog view,which holds HISTORICAL data:
    http://download.oracle.com/docs/cd/B28359_01/backup.111/b28273/rcviews050.htm#i84920
    Werner

  • Set RMAN catalog default setting for all databases

    Hi,
    I am running a 11gR1 RMAN catalog.
    I am wondering if is it possible to change a default configuration setting in the RMAN catalog  so that all the new databases will inherit it.
    For example, I would like all the new databases registered to the catalog to have:
    BACKUP OPTIMIZATION ON
    RETENTION POLICY TO REDUNDANCY 7
    Thanks,
    massi

    No, the catalog cannot "dictate" configurations for databases.  Each database retains configuration in the controlfile and this can be updated only by an rman connection (i.e. rman connecting to the database as a target). The CONFIGURE command in rman is used to set a "permanent" configuration parameter for a database but must be issued for each database individually.
    Hemant K Chitale

  • "list / grid view" and "sort by" for product catalogs

    Hi Everyone,
    Is there any progress to either have more layouts in our BC system for Catalogs, etc...
    or the Liquid Layout is being developed and I should use that on a real site?
    Customers keep asking for these basic E-commerce functions:
    - toggle between list view / grid view when viewing product catalogs;
    - sort by function for product catalogs;
    How should I achieve this???
    thanks for any insights,
    nova*

    Hey Liam,
    Is this found is suitable for what we are discussing here earlier? Namely, to change stylesheets with a link ... I try to do a list/grid view option here ...
    http://www.thesitewizard.com/javascripts/change-style-sheets.shtml
    Thanks for your time,
    nova*

  • Query RMAN catalog to view my controlfile backup in backup piece

    version: 11.1.0.7
    We need to restore an year old database and its backup is availble in TAPE, RMAN directly takes backup to TAPE.
    we have dropped the database, Now there is a requirement to restore the database.
    we Know DBID, I can restore the db once i can restore the contolfile.
    However we did not have controlfile auto backup. whenever there is FULL/incremental backup cotnrolfile is included in that backup. now we have the rman catalog for that database. so How I can query rman catalog to find which backup piece containing the latest controlfile? once we know the backuppiece info, we can restore controlfile from that piece
    any help on this?

    user8860934 wrote:
    version: 11.1.0.7
    We need to restore an year old database and its backup is availble in TAPE, RMAN directly takes backup to TAPE.
    we have dropped the database, Now there is a requirement to restore the database.
    we Know DBID, I can restore the db once i can restore the contolfile.
    However we did not have controlfile auto backup. whenever there is FULL/incremental backup cotnrolfile is included in that backup. now we have the rman catalog for that database. so How I can query rman catalog to find which backup piece containing the latest controlfile? once we know the backuppiece info, we can restore controlfile from that piece
    any help on this?Connect with recovery catalog through rman and
    set dbid <yourdbid>
    list backup of controlfile;In this case you will see all backups of controlfile.And according time this backup you can restore database using
    rman>restore controlfile from 'backupset_location';

Maybe you are looking for