Query to find a required rule in the database

Hi all

I get a few empty alerts a unknown rule in my console and it's really hard to check each any every rule as much of his time. Could someone help me if there is no work around where we can write a query in the database and look for the rulename, or something like that.

Please help me if possible...

Kind regards

Shiva G

Hey Shiva

In your original post, you mentioned that the alarm appears in your console.  You hear your dashboard Foglight alarms?  If so, how the alarm appears in the dashboard?

Brian

Tags: Dell Tech

Similar Questions

  • Where can I find scheduled jobs (reports) in the database?

    Hello everyone,

    I am almost nine using Oracle Application Server, so excuse me for asking stupid questions, please.
    But where can I find scheduled jobs (reports) in the database?

    We use the OAS in version 10.1.2.3.0

    Thank you

    Florian

    Florian Schmidt wrote:
    So I hope that the jobs are heard in a database table, where I can remove scheduled jobs/reports.

    By default no. But you can activate the API Reports Server queue PL/SQL
    There should be a script in the folder of OH / reports / / admin/sql server called rw_server.sql
    It will create table and package. After that, you must edit the .conf file and remove the tag "jobStatusRepository".

    For more information look at the note [ID 72531.1]

  • Find a column name in the database.

    I'm new to this forum, SQL and databases of my businiess and mostly self-taught to start. So I do not know one of the databases that we keep has a column called UNIT_PRICE, is there a way for me to get Oracle SQL Developer find all databases with columns named which?
    select owner, table_name, column_name
       from all_tab_columns
     where column_name = 'UNIT_PRICE';
    
  • "Cannot find server" when connecting to the database homepage

    Until someone tells me to look at the other post on the first page of the forum with a similar title... I've already read through it. I also did a search of the forum, but I'm still stuck.

    Let me start by saying that I have almost no experience on one database other than writing queries. I installed Oracle Express 10 g today for I can have access to a development environment to test my queries on the sample data. After installation, it automatically opens a web browser, pointing to the URL: http://127.0.0.1:8080 / apex, the page could not be loaded (error Internet Explorer: "cannot display the page." and at the bottom of the page: "Cannot find server or DNS error"). I decided to restart my computer to see if that would make a difference. Then, I opened the link 'Start' in my Start menu in the new folder of Oracle. It instructed me to first of all, go to the home page of the database (with the same URL: http://127.0.0.1:8080 / apex), and the page still doesn't load. Based on the posts that I could find on the subject, I chose "Start Database" of the Oracle folder in my Start menu. In the command window that pops up, he says:
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    The requested service has already been started.  
    
    More help is available by typing NET HELPMSG 2182.
    
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    The requested service has already been started.
    
    More help is available by typing NET HELPMSG 2182.
    Then... It looks like the database and listener are already started, so I don't think that's the problem. So, I'm stuck. I am trying to access to this on the same computer, I installed it, and I don't plan any time in the future where I will need to access the database remotely because it is just a test environment for my personal use.

    The most recent post on this subject, I saw something to try to go to http://hostname:8080 / apex. And, forgive me if this sounds like a stupid question, but I guess I have to replace "hostname" in this URL with whatever hostname actually is... right? So, uh, how can I know what is the host name?

    Published by: user11033437 on April 15, 2010 13:18 (corrected to default URL)

    Well, looks like the answer to one of the previous questions, "isn't the database running" was ", not really" :(

    If there is no newspaper alerts, there no database, most probably the \oraclexe\oradata\XE\ does not contain. DBF files - try manual cleaning (remove registry entries, the Windows install cleanup, etxc.) following ALL the steps in the http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25143/toc.htm#BABFFJIB

    And check to make sure that your connection to the PC is in the local administrators group (domain administrator is not enough here) and run the installer... what version of Windows? XP? 2003?

  • Where can I find information on subscribers in the database?

    I am trying to write a small report that displays orders introduced yesterday. We also want to include the customers name and email address.

    I can't find where the customer name and email address. Can anyone help?


    Select user_name, ordered_item, ordered_quantity, a.creation_date
    ont.oe_order_lines_all a, applsys.fnd_user b
    where a.created_by = b.user_id
    and a.creation_date > sysdate - 1
    order of user_name, creation_date desc;

    Hello

    This helps?

    select ooha.order_number, oola.line_number, oola.shipment_number, fu.user_name,
    hp.party_name customer_name, hcaa.account_number customer_number, hcsua.location site_location,
    hcsua.site_use_code, hcsua.primary_flag, hcaa.status cust_status, hcasa.status site_status,
    hcsua.status site_use_status
    from apps.hz_cust_accounts_all hcaa,
         apps.hz_parties hp,
         apps.hz_cust_acct_sites_all hcasa,
         apps.hz_cust_site_uses_all hcsua,
         apps.oe_order_headers_all ooha,
         apps.oe_order_lines_all oola,
         apps.fnd_user fu
    where hcaa.cust_account_id = hcasa.cust_account_id
    and   hcasa.cust_acct_site_id = hcsua.cust_acct_site_id
    and   hcaa.party_id = hp.party_id
    and   ooha.header_id = oola.header_id
    and   ooha.sold_to_org_id = hcaa.cust_account_id
    and   ooha.created_by = fu.user_id
    and   trunc(ooha.creation_date) = trunc(sysdate - 1);
    

    Join AR_CONTACTS_V to above script for the email information.

    Concerning
    Imran

  • How to find a table, using the name of the column in the database schema

    Dear all,

    Please help me on

    using the name of the column, how to find a table name in the database schema.

    Thanks in advance

    Hello

    You can query the data dictionary views all_tab_columns and user_tab_columns.
    For example, to find the tables in the scott schema have called deptno columns:

    SELECT  table_name
    FROM    all_tab_columns
    WHERE   owner           = 'SCOTT'
    AND     column_name     = 'DEPTNO';
    

    Remember that anything inside quotes is case-sensitive.

    The all_tab_columns view has one row for each column in each table (or view) that you have the privileges to use.
    The user_tab_columns view is a subset of all_tab_columns, containing only your own tables (and views).

  • To update the database by using selection lists in an interactive report

    I use the Application Express 4.2.6.00.03.

    I have an interactive report in two columns with a selection list in the second column. The generated query the report is

    Select pn.project_name,

    (Select APEX_ITEM. SELECT_LIST_FROM_QUERY(2, PN.) Batch, 'SELECT status_name d, r from RES_STATUS order by sequence batch', NULL, 'NO') of double) STATUS

    of res_project_name_detail pnd, pn res_project_name

    where pn.project_name_id = pnd.project_name_id

    Now I need to find a way to change the database to reflect the changes made to a select list that appears in the second column (batch) as they are made. Are there any suggestions as to how this could be done? I have experience of limited Java script if a solution that I can use directly would be great.

    Martin

    Reference SebastianR


    created a small example

    https://Apex.Oracle.com/pls/Apex/f?p=28281:16:16619647501605:no:

    WORKSPACE:-REEMATEST

    username:-test

    password:-test

    application 28281

    page 16

    hope this helps you in some way

  • Move the database as part of the Oracle 12 c upgrade files

    Hello

    I read the document upgrade Oracle for the database Oracle 12 c.

    http://docs.Oracle.com/CD/E16655_01/server.121/e17642/upgrade.htm#CHDJJJEE

    Here in DBUA, step 8 says that

    Move database files in the page, select an option:

    • Move database as part of the upgrade files
    • Move the quick recovery as part of the upgrade area

    I wonder why we never need to use this feature to move database files?

    I understand for FRA, it will define just the parameters DB_RECOVERY_FILE_DEST and DB_RECOVERY_FILE_DEST_SIZE parameters to initialize at the new location and size new startup of the new home of Oracle database. But why never use us animated here database files option?

    Thank you

    Delphine

    There is no requirement to move the database as part of the upgrade files. It is simply provided as an option

    HTH
    Srini

  • How to use use the name of the database schema in global variables?

    I created a global variable with the following query:

    "SELECT WeekID from * dr_errdb*.last_dailyload.


    But when it goes into production and the CONTEXT is changed, certainly will not work because the database is set in the query ("dr_errdb").

    What method and how the database directly from the SCHEMA to complete this query?

    How to do something like this:

    Select WeekID from 'a method '. last_dailyload

    Hello

    rather than hardcode the name of schema, use the API< %="odiRef.getSchemaName" (« nom_logique","d")="" %="" >="" où="" le="" nom="" logique="" est="" le="" nom="" de="" votre="" schéma="" logique="" que="" vous="" avez="" définie="" dans="" la="" topologie="" et="" (j’espère)="" utilisez="" dans="" votre="" « schema »="" pendant="" l’actualisation="" de="" la="">

    Therefore, you can change the physical schema as defined in the context that you use for the logic diagram to point to the different DB.

    Your query is transformed in "SELECT WeekID from < %="odiRef.getSchemaName" (« nom_logique »,="" « d")%=""> .last_dailyload.

    See you soon

    BOS

    Published by: Bos on February 14, 2011 16:16

  • control of the database is in unscure mode

    Hi all
    I created a database in the version of Oracle 10.2.0.4 on windows platform.
    After you create the database, I received a warning that your control of database is in unscure mode.
    Well let me know is necessary to control databasae in safe mode.
    Thank you
    REDA

    Hi reda,.
    The thread below is having answer to your query:

    Error to ensure control of the database from the DB Configuration Wizard

    Best regards

    Rafi.
    http://rafioracledba.blogspot.com/

  • SQL query to find the total number of source based nonsource passangersbetween source and destination station and passenger station on the same chekindate

    Hello

    SQL query to find the total number of source based nonsource passangersbetween source and destination station and passenger station on the same chekindate.

    Please help on this script and let me know if you need more details.

    ---

    You use a SELECT statement.  Let me know if you need more details.

  • What is the query to find the name of all applications for all EBS R12.1.3 modules?

    What is the query to find the name of all applications for all EBS R12.1.3 modules?

    With regard to:

    Mr. Shahzad Saleem

    Try:

    SELECT * FROM fnd_concurrent_programs_vl;

  • Query to find the Pages and the list of permissions associated with a particular role in PS

    I want a query to find the Pages and the list of permissions associated with specific roles in PS.

    For example, if we see the role of manager accounts payable, it conatins Pages and the list of permissions.

    But, to get everything in EXCEL sheet by Manuel priocess's BIG job. So, can someone give me the query.

    Please try under queries

    The roles assigned to the list of Perm:

    SELECT B.ROLENAME

    OF PSCLASSDEFN A, PSROLECLASS B

    WHERE (A.CLASSID = B.CLASSID

    AND A.CLASSID =: 1).

    List of Perm pages can access:

    SELECT B.MENUNAME, B.BARNAME, B.BARITEMNAME, B.PNLITEMNAME, C.PAGEACCESSDESCR, B.DISPLAYONLY

    OF PSCLASSDEFN A, PSAUTHITEM B, PSPGEACCESSDESC C

    WHERE (A.CLASSID = B.CLASSID

    AND A.CLASSID =: 1

    AND B.BARITEMNAME > ' '

    AND B.AUTHORIZEDACTIONS = C.AUTHORIZEDACTIONS)

  • I am connected but unable to find the page 'My orders' (required to download the program I already bought).

    I am connected but unable to find the page 'My orders' (required to download the program I already bought).

    Under Plans & products, please click view all

    The next screen should show the order history with a link to "View your orders"

    Find downloaded files Adobe and apps

    Please let us know if you still have any questions.

    Kind regards

    Bev

  • query to find space to reduce the point.

    There are storage spaces where the current use is met 90%, and we receive alerts.

    I want to know how much space to add to these storage areas (data files) that use current can be reduced to 80%. or 70%

    Is the any SQL query to find this information.

    database to Oracle 10 g.

    .


    If I have the right to calculation, is perhaps what you are looking for:

    select b.tablespace_name, (b.used_space/b.new_size) * 100 new_used_percent, b.used_percent,
           b.add_size_MB
      from (
            select tablespace_size + (((round(used_percent, 5) - 90)/100) * tablespace_size) new_size,
                   (((round(used_percent, 5) - 90)/100) * tablespace_size) add_size_MB,
                   a.*
              from dba_tablespace_usage_metrics a
           ) b;
    

Maybe you are looking for

  • Firefox doesn't remember the settings of the browser.

    Every time I open firefox I reconfigure my preferences (homepage, internet history settings). This only happens when I close all firefox windows and tabs and then reopen firefox. My home page is my igoogle page. When I reopen it firefox it take me to

  • Satellite A100-599 card to nVidia 8 series extensible GFX?

    Hello Is the last Satellite A100 - 599 extensible GFX NVIDIA 8 series card?If not, what could be done for my laptop, if I need to upgrade? Thanks :)

  • Status of Boot\BCD 0xc0000225. Error

    I write because I also have the same problem with my laptop as U. I have a laptop Hp G6 and I just shrunk my C drive after a take-over of the factory... and later I can´t get in my laptop because the error: file: \Boot\BCD 0xc0000225 status. Please c

  • CD/DVD drive not recognized by Windows all of a sudden

    The opitical drive had been used with problem. I removed a couple of days and when I came back it is no longer listed in "MY Computer". Put everything in the disc drive is not recognized. The drive does not appear on the list th of the material syste

  • Shift + 2 key combination also paste text to the Clipboard

    I use a Dell Inspiron laptop. About 3 days ago, when I pressed Shift + 2, it not only print symbol @, also paste the text into the Clipboard. For example: I copy the "cat" text, and then type my email, it is assumed to be @live.com, but prove @catliv