How to use the OEM grid control to find databases, not in archivelog mode?

Hello

We have currently 130 databases, say, if I want to come off as any database currently NOT in archivelog mode, is there a quick way to find out?

using the OEM grid control

or

a similar trick,

but really do not need to manually check each database.

Thank you very much!

This query works in 12 c - please run as SYSMAN.
It is based on undocumented assumptions well + (AND key_value = "NOARCHIVELOG") +.

  SELECT *
  FROM SYSMAN.MGMT$GROUP_DERIVED_MEMBERSHIPS O ,
    SYSMAN.MGMT$TARGET T ,
    sysman.MGMT$AVAILABILITY_CURRENT st
  WHERE
  o.member_target_type     IN ('oracle_database', 'rac_database')
  AND ( t.target_type           ='rac_database'
  OR (t.target_type             ='oracle_database'
  AND t.type_qualifier3        != 'RACINST'))
  AND o. member_target_guid     = t.target_guid
  AND t.target_guid             = st.target_guid
  AND st.availability_status    = 'Target Up'
  AND ( EXISTS
    (SELECT *
    FROM sysman.mgmt$metric_current i
    WHERE I.TARGET_GUID = O.MEMBER_TARGET_GUID
    AND metric_name     = 'archFull'
    AND Metric_Column   = 'archTotal'
    AND metric_label    = 'Archive Area'
    AND column_label    = 'Total Archive Area (KB)'
    AND key_value       = 'NOARCHIVELOG'
    ));

Another way to achieve the goal is to push the extended parameters (SELECT LOG_MODE FROM V$ DATABASE) on each DB and monitor the values they return to the repository. This is an example for a (slightly) different problem - http://iiotzov.wordpress.com/2012/08/08/how-to-use-the-new-oem-12c-metric-extensions-to-enforce-enterprise-wide-custom-policies.

OEM repository has many other uses grand-http://iiotzov.files.wordpress.com/2012/05/oem-repository-a-second-look.doc, http://iiotzov.files.wordpress.com/2011/08/iotzov_oem_repository.pdf

Lordane Iotzov
http://iiotzov.WordPress.com/

Tags: Database

Similar Questions

  • Manual or how to use the ExpressCard Remote control Mobile HP Media Center

    My HP Pavilion dv7-1448dx-product # NV213UA #ABA.
    I'm running Win 7 Ultimate x 64 OEM.

    I searched HP and found 1 photo of my card ExpressCard Mobile HP Media Center remote control, I found all the descriptions of component and everything BUT how to use it?

    Where can I get information on how to use the "card ExpressCard Remote control Mobile HP Media Center"?

    Deborah M souls.

    Deborah M souls

    Hello

    Are you talking about the next device? How to install and how to use information is here:

    Express Card Media Center

    Kind regards.

  • How start/stop 11g OEM/GRID control

    Please describe how stop and start OEM/GRID 11 g command line and how to make so that it starts all of its services. Thanks in advance!

    The first version of the OEM manual is misleading with respect to the stopping and starting of grid 11g. See this link on how to stop and start the 11g grid.

    http://Oracle-wiki.NET/startdocsgridcontrollinuxknownissues11g#toc6

    Concerning

  • I want to know how to use the fingerprint, that I had to my notes

    I want to know how I put the finger impression that I would be in settings on my notes please

    Not quite sure I understand what you are wanting to do.

    There is no way to use the fingerprints Notes ID secure. There is no real way to even set a password for the default Notes app.

    If you use a 3rd party notes App that claims to support this feature, then you should tell us that one.

    There is no way to integrate the stands of fingerprint ID Notes like her.

    This is a feature which will come with the next update iOS: iOS 9.3.

    Thanks to anypats for the clarification.

  • How to use the chkdsk command in windows 7 its not working not not his poster error access denied

    Please help me about the chkdsk command to remove the windows command prompt 7...

    If you try to use chkdsk for C:\ partition, you cannot run that the disc must be disassembled for the operation, which is not possible with the C:\ partition (or the partition where Windows is installed).

    Instead, go on-> do work right click on the partition-> click Properties-> in the Properties dialog box, go to the Tools tab-> under error-checking, click check now... This will automatically set a check the next time you start Windows.
  • How to use the agent installed?

    Hi all

    EM: 12.1.0.2

    Host: RedHat 6.3 64-bit

    DB: 11.2.0.3

    I have successfully installed the Grid 12 c on HOST01 control. I assumed that the installation installs all binaries 12 c control grid and an agent in the host where is the repository database. I want to know how to use this agent installed to monitor the database repository? I tried to manually add a target to the host HOST01, but an error telling me that an agent is already installed on the machine. How to use this agent to control my repository database?

    Thanks in advance.

    You can discover (add) the target repository database to begin to monitor by using the following steps:

    -Navigate to configuration > Add Target > manually add targets

    -From the page manually add targets, select Add using guided Non-cibles host process

    -In the drop target type, select Oracle, listener, and Automatic Storage Management database

    -Click Add using guided discovery

    -For the target Instance of database adds: specify the host page, select the host where the repository resides and click on continue

    -Follow the procedure to find the repository database

    Kind regards

    -Loc

  • OEM grid control host migration

    We intend to pass OEM Grid Control Application and database repository of Solaris 8 box to box of Solaris 10.
    Host names will be different for a box of two.
    Please sujjest how can proceed us to this activity?
    How to reconfigure agents?

    I think that this document 'Grid Control Migration to new server with different hostname or Domainname [ID 1159544.1]' will give you all the answers you need.

    Eric

    Repository of grid control: steps for Cross Platform Migration of the Grid Control Repository/SGD [388090.1 ID] is also good reading.

  • How to save a database to use the RMAN catalog using the OEM 11 g grid

    How to save a database to use the RMAN catalog using the OEM 11 g grid?

    ---------------------------------------------------------------------
    Enterprise Manager Version: 11.2.0.2

    See the availability tab, and then click 'Recovery catalog settings' under the Backup/Restore Configuration.

    Choose the option 'Use Recovery Catalog'. Click the 'Add Recovery Catalog' button to add the recovery catalog. And fill required fields like username, host, port, sid, etc..

    Talip Hakan Öztürk
    http://taliphakanozturken.WordPress.com/

  • I can't install OEM Grid control on the client computer?

    Hello
    I have two instances of database (11g). I would like to install Oracle Enterprise Manager Grid Control they manage. Can I install OEM Grid Control on the client machine, or just on the server, where are instances of database?

    Thanks awfully for help.
    Concerning

    Hello

    You can install OEM Grid control on a separate server.

    But remember that for OEM grid control, you need a database in the repository. This repository can be on the server used for the OMS (Oracle Management Service) or on a separate server:

    http://download.Oracle.com/docs/CD/E11857_01/install.111/e15838/overview.htm#CJAHHFEA

    In any case, it must be aware that Oracle, Oracle Management Service and the repository Agent must be able to communicate with each other and to use specific Ports.

    So be sure that these Ports are open and free to use.

    http://download.Oracle.com/docs/CD/E11857_01/install.111/e16847/firewalls.htm#i1005951

    Hope this helps.
    Best regards
    Jean Valentine

  • How to use the "Toshiba controls" with other players?

    Heey

    I have a Satellite with Toshiba controls. How can I change so I can use the buttons for other media players and not only Windows Media Player?

    A dude sorry for the bad news, but I fear that it is not possible to use the Toshiba controls with another application as with WMP (CD) and WinDVD (DVD)
    I think that the utility was already programmed and designed to use only these two applications.

  • I want to use the expression editor control in a DLL VC ++ how?

    Hello

    as mentioned I want to use the expression editor control in my DLL written with VSC ++ 2005 MFC. But I came across some problems:

    If I simply add the ExpressionEdit control in the toolbar to my dialog box then the dialog box will appear not during execution. As soon as I remove the control from the dialog box appears.

    In the examples of TS is a called "TCL" (...) Instruments\TestStand national 4.1.1\Examples\Tcl\source\EditSubstep). It is programmed in C++ and uses the expression editor control.

    The original dll works fine, but as soon as I compile the editsubstep with my VS 2005 I get a runtime error (see image).

    What should I do to be able to use this control?

    Does anyone have an example of a job for me?

    Frank has soon

    Hi, I found the solution and now it works fine.

    I just had to enable support for OLE controls in my dll.

    Nevertheless, thanks for your help!

    BOOL CMyDLLApp:: InitInstance()

    {

    CWinApp:: InitInstance();

    AfxEnableControlContainer();  enable support for OLE controls

    Return TRUE;

    }

    Frank has soon

  • How to set the threshold value for single tablespace in the 11g grid control

    Hello

    I want to set the threshold value for a single tablespace in the 11g grid control,
    Please give me a navigation path.

    Sandy wrote:
    Can you please give me the full navigation path?

    go to the target--> databases
    Select the database that you want to set this alert to
    Link select settings and policy settings

  • Using the CF grid, need to comment on the creation of editable columns.

    I have an attempt at creating a page of recipes,

    Issue 1:

    Columns will have the days of the month - don't know how to do this without hard coding in it, but I would like to somehow fill it dynamically.

    The data will be from a database:

    https://bubbl.us/view/2788d1/5195a9/25F4oONgeDEtU & r = 1719403621 /.

    2nd question:

    How can I match the entry in the database with the appropriate column.

    There might be another way to make who I am open to, can't seem to wrap my head around this issue.

    Any contribution is appreciated.

    Everyone is away from the Coldfusion user as cfgrid controls Interfaces, as they are dated. Use the editable grids provided by Javascript libraries, for example, Slickgrid.

  • OEM Grid Control

    Hi all

    My boss wants to test me OEM Grid Control.

    I saw a forum here before, but I can't find it now:(tout ce que je vois est > GRID COMPUTING, sont_elles les mêmes?)

    News of grid control? has it been used successfully? What is the latest version of production?


    Thank you very much.

    KinsaKaUy? wrote:
    Hi all

    My boss wants to test me OEM Grid Control.

    I saw a forum here before, but I can't find it now:(tout ce que je vois est > GRID COMPUTING, sont_elles les mêmes?)

    News of grid control? has it been used successfully? What is the latest version of production?

    Thank you very much.

    If you use 10g, then check out my video tutorial on installation and configuration of Grid Control:
    http://kamranagayev.com/2011/01/31/video-tutorial-installing-Oracle-10gR2-grid-control-and-deploying-agent/

  • Can I use Enterprise manager Grid control to control all databases?

    Hello.

    I'm planing to install Enterprise Manager Grid Control on OS Windows. However, our almost databases are installed on the HP - UX operating system. I wonder if I can use Enterprise Manager Grid Control installed on Windows to control all of the databases on HP - UX operating system. ?

    Thanks for the tips

    Respect of
    Yours

    Tien Lai wrote:
    Hello.

    I'm planing to install Enterprise Manager Grid Control on OS Windows. However, our almost databases are installed on the HP - UX operating system. I wonder if I can use Enterprise Manager Grid Control installed on Windows to control all of the databases on HP - UX operating system. ?

    Yes, certainly, you can do this... That's the sole purpose of OEM Grid control.

    You can also check the auditor certification for all types of targets managed by grid OEM OEM:

    Please check MOS: Oracle Enterprise Manager Grid Control Certification Checker [412431.1 ID]

    Concerning
    Rajesh

Maybe you are looking for