Query to find list of products installed in oracle 9i database

Dear All,
I need to know the list of product installed in 9i database for auditing purpose. Please help.
Thanks,
Anand.

AnandKumar wrote:
Dear All,
I need to know the list of product installed in 9i database for auditing purpose. Please help.
Thanks,
Anand.http://download.oracle.com/docs/cd/B10501_01/server.920/a96536/ch2351.htm#1312606

Similar Messages

  • Query to find out license products installed

    hai dba
    tell me the query to find out what r hte products installed r licensed??
    regards
    dba

    1) From OAM: Oracle Applications Manager > Site Map > License Manager > Reports > License Products/Shared Products
    2) Use $AD_TOP/sql/adutconf.sql
    3) Use the following query:
    SQL> select fa.APPLICATION_SHORT_NAME, fpi.PATCH_LEVEL, DECODE(fpi.STATUS, 'I','Installed',
    'S','Shared', 'N', 'Inactive', fpi.STATUS) Status , fpi.DB_STATUS
    from fnd_product_installations fpi,FND_APPLICATION fa
    where fpi.APPLICATION_ID in (
    select APPLICATION_ID from FND_APPLICATION)
    and fa.APPLICATION_ID=fpi.APPLICATION_ID;

  • How to find list of languages installed in the SAP system?

    Hi All,
    Please tell me, how to find list of languages installed in the SAP system?
    Thanks and Regards,
    Kumar.

    Hi Virgo Rhyme
    Hope the following info will be helpful
    3rd - SAP is the 3rd largest software company in the world
    30,000 - Total number of people employed by SAP
    5,400 - Number of programmers employed by SAP
    $7.024 billion - FY03 Revenue
    $1.077 million - FY03 Net Income
    12,000 - Number of companies using SAP
    79,800 - Number of SAP installations
    12,000,000 - Number of people using SAP
    120,000,000 - Total number of people in the 12,000 companies who are using SAP
    28 - Number of languages supported by SAP
    46 - Number of country-specific versions of SAP
    22 - Number of industry-specific versions of SAP
    1,000 - Number of pre-defined best practices contained in the SAP system
    10,000 - Number of tables requiring configuration in a full SAP implementation
    55,000 - Number of SAP experienced consultants worldwide
    28 - Number of years ago SAP was started
    Reward if helpful
    Regards
    Lakshman

  • Query to find Memory used by each session in the database

    Hi All,
    Is there any query to find the memory utilised by each session in the database.I am in 9i database.
    Regards
    Vijay

    Memory using sessions script,
    SET LINESIZE 145
    SET PAGESIZE 9999
    COLUMN sid FORMAT 99999 HEADING 'SID'
    COLUMN serial_id FORMAT 999999 HEADING 'Serial#'
    COLUMN session_status FORMAT a9 HEADING 'Status' JUSTIFY right
    COLUMN oracle_username FORMAT a12 HEADING 'Oracle User' JUSTIFY right
    COLUMN os_username FORMAT a9 HEADING 'O/S User' JUSTIFY right
    COLUMN os_pid FORMAT 9999999 HEADING 'O/S PID' JUSTIFY right
    COLUMN session_program FORMAT a18 HEADING 'Session Program' TRUNC
    COLUMN session_machine FORMAT a8 HEADING 'Machine' JUSTIFY right TRUNC
    COLUMN session_pga_memory FORMAT 9,999,999,999 HEADING 'PGA Memory'
    COLUMN session_pga_memory_max FORMAT 9,999,999,999 HEADING 'PGA Memory Max'
    COLUMN session_uga_memory FORMAT 9,999,999,999 HEADING 'UGA Memory'
    COLUMN session_uga_memory_max FORMAT 9,999,999,999 HEADING 'UGA Memory MAX'
    prompt
    prompt ----------------------------------------------------
    prompt | User Sessions Ordered by Current PGA Size |
    prompt ----------------------------------------------------
    SELECT
    s.sid sid
    , s.serial# serial_id
    , lpad(s.status,9) session_status
    , lpad(s.username,12) oracle_username
    , lpad(s.osuser,9) os_username
    , lpad(p.spid,7) os_pid
    , s.program session_program
    , lpad(s.machine,8) session_machine
    , sstat1.value session_pga_memory
    , sstat2.value session_pga_memory_max
    , sstat3.value session_uga_memory
    , sstat4.value session_uga_memory_max
    FROM
    v$process p
    , v$session s
    , v$sesstat sstat1
    , v$sesstat sstat2
    , v$sesstat sstat3
    , v$sesstat sstat4
    , v$statname statname1
    , v$statname statname2
    , v$statname statname3
    , v$statname statname4
    WHERE
    p.addr (+) = s.paddr
    AND s.sid = sstat1.sid
    AND s.sid = sstat2.sid
    AND s.sid = sstat3.sid
    AND s.sid = sstat4.sid
    AND statname1.statistic# = sstat1.statistic#
    AND statname2.statistic# = sstat2.statistic#
    AND statname3.statistic# = sstat3.statistic#
    AND statname4.statistic# = sstat4.statistic#
    AND statname1.name = 'session pga memory'
    AND statname2.name = 'session pga memory max'
    AND statname3.name = 'session uga memory'
    AND statname4.name = 'session uga memory max'
    ORDER BY session_pga_memory DESC
    Thanks

  • Apex 3.2 install in oracle 11g database

    hi,
    how to install oracle apex 3.2 in oracle 11g database and any other tool have like oracle query browusr (need to build a query drag and drop).
    regards
    den

    Den
    Oracle 11g comes with apex. You should refer to the documentation at...
    [http://www.oracle.com/technology/products/database/application_express/index.html]
    to install it.
    Please don't keep reposting the same question regarding the replacement for query browser, just update your original thread if you need further information.
    Regards
    Ben

  • How to Obtain Detailed List of All Workbooks in Oracle Discoverer Database

    Hi,
    Is it possible to create a query that would give me a list of all workbooks in my Oracle Discoverer Database that includes what tables were selected to create the query including any conditions?
    Please let me know.
    Thanks.

    Hi Becky,
    Discoverer should be bundled with the EUL V5 Business area. I'm not sure which versions have it, so i'm hoping its all of them. It allows you to construct reports on the workbooks in the database, when they were last run etc. I'm not sure if you can report on database tables though.
    I found some useful documentation on installing and using this here http://download-uk.oracle.com/docs/html/B10270_01/eul_stat.htm#1004700
    I hope this of use to you.
    Regards,
    Lloyd

  • Installing issue [Oracle 9i database]

    Guys, I downloaded oracle 9i database from oracle website. I unziped it and every thing worked fine un to here. When I launch setup.exe it gives me error message, E:\disk1\setup.exe is not a valid Win32 Application."
    Any idea what is wrong? what should I do now? :(

    Oracle9i Release 2 (9.2.0.2)
    Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition
    for Windows XP 2003/Windows Server 2003 (64-bit)
    Oracle9i Database Release 2 Enterprise/Standard Edition for HP-UX/IA64 (v9.2.0.2)
    Oracle9i Database Release 2 Enterprise/Standard Edition for HP Alpha OpenVMS
    Oracle9i Database Release 2 Enterprise/Standard Edition for Linux/IA64, Release 2 (v9.2.0.2)
    Oracle9i Release 2 (9.2.0.1)
    Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition
    for Windows Server 2003 (32-bit)
    Oracle9i Database Release 2 Enterprise/Standard Edition for Linux
    Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP
    http://otn.oracle.com/software/products/oracle9i/index.html
    Joel Pérez
    http://otn.oracle.com/experts

  • Can  I install  The Oracle NoSQL DataBase in one machine?

    Hi,
    I want to know can i install the no sql database in one machine?
    It's steps there a difference with "Administrator's Guide "?
    Can you give us a example of install step by step ?
    Edited by: user9326678 on 2011-11-27 下午10:22

    In addition to Ashok's note about kvlite, see this FAQ entry on how to install NoSQL Database on a single machine for early prototyping - http://www.oracle.com/technetwork/database/nosqldb/learnmore/nosqldb-faq-518364.html#HowtocreatemultipleStorageNodesonthesamemachine

  • Query to find list of all tables relating to BP

    Hi,
    Is there any query which can generate list of all table names relating to BP?
    For example tables like BUT000,020,051 etc which are related to BP. I know a list of 14-15 table names but do not know the name of each and every field that is existing in BP.
    By writing a query can we get a list of all such table names for all the fields which appear in Field Grouping (which may be Role specfic)

    Hi Praveen,
    Well I am not aware of such query but if you want the CRM data model give me your mail ID i will send it to you in which you will find all the required details.
    Best regards,
    Vikash.

  • Find out products installed on Oracle server

    Hi
    Can someone tell me how to find out whether Transparent Gateway, Change Management Pack, Advanced Security and Programmer is installed in server or not. It is not available by querying v$option view

    The inventory is kept in an XML-based data set, totally outside of the database. It is not visible to the database. Nor should it be part of the database ... that would lead to a Catch-22
    The 'deinstall' access is simply an access to the inventory which then allows additional functionality.
    OPatch gives us the patch inventory. OUI gives us the whole inventory.
    Why Oracle did it that way? ... your guess is as good as mine.

  • How to find list of master tables in oracle apps GL

    Hi Friends,
    Is there a way to find all the master tables in GL?
    Thanks
    Prasuna,

    You could run a quick query to see which tables have the most rows for GL:
    -- TABLES
      SELECT owner
           , num_rows
           , table_name
        FROM all_tables
       WHERE num_rows > 0
         AND owner = 'GL'
    ORDER BY num_rows DESC;

  • Find sequence and thread number of Oracle 10g Database

    Hallo!I am a newbie Oracle DBA studying for OCP.I am trying various methods of performing flashback of the database.
    Out of these options there is one that uses the sequence and thread numbers of the database as below
    RMAN> FLASHBACK DATABASE
    2> TO SEQUENCE=223 THREAD=1;
    How can I find out current sequence and thread numbers of the db to enable me implement such a flashback strategy?
    Thanks.

    Current sequence# is the one with status = CURRENT
    SELECT group#, thread#, sequence#, status FROM v$log;Lukasz

  • How to view the List of statements executed in Oracle 11G database

    Hi ,
    I have this Application which internally updates and writes to the tables in my database. Is there a way that i can make oracle 11g to log all the statements that are executed in it so that ill be able to see the statements?. Plz explain me how to do this ?
    Thanks
    Kiran

    User Auditing on those tables.
    http://www.oracle.com/technology/deploy/security/database-security/database-auditing/index.html
    http://www.oracle-base.com/articles/10g/Auditing_10gR2.php
    Regards
    Rajesh

  • SQL Query to find Receipt No.s which are not matched to AP Invoices

    Hi
    Please help me to frame a query to find list of Receipt No.s which are not matched with AP Invoices.
    Please refer to the below query .
    SELECT
    poh.segment1 "PO No.",
    aps.vendor_name "Supplier Name",
    pol.item_description "Item Description",
    rcvh.receipt_num "GRV No.s",
    rcvl.quantity_received "Quantity",
    pol.unit_price "Rate/Unit",
    rcvtl.tax_name||' - '||initcap(rcvtl.tax_type) "Tax",
    (rcvl.quantity_received * pol.unit_price) + nvl(rcvtl.tax_amount,0) "Amount"
    FROM
    po_headers_all poh,
    po_lines_all pol,
    po_distributions_all pod,
    ap_suppliers aps,
    rcv_shipment_headers rcvh,
    rcv_shipment_lines rcvl,
    rcv_transactions rcvt,
    jai_rcv_line_taxes rcvtl
    WHERE
    poh.po_header_id = pol.po_header_id
    AND poh.po_header_id = pod.po_header_id
    AND pol.po_line_id = pod.po_line_id
    AND aps.vendor_id = poh.vendor_id
    AND aps.vendor_id = rcvh.vendor_id
    AND rcvh.shipment_header_id = rcvl.shipment_header_id
    AND poh.po_header_id = rcvl.po_header_id
    AND pol.po_line_id = rcvl.po_line_id
    AND rcvh.shipment_header_id = rcvt.shipment_header_id
    AND rcvl.shipment_line_id = rcvt.shipment_line_id
    AND poh.po_header_id = rcvt.po_header_id
    AND pol.po_line_id = rcvt.po_line_id
    AND aps.vendor_id = rcvt.vendor_id
    AND rcvh.shipment_header_id = rcvtl.shipment_header_id
    AND rcvl.shipment_line_id = rcvtl.shipment_line_id
    AND rcvt.transaction_id = rcvtl.transaction_id
    AND aps.vendor_id = rcvtl.vendor_id
    AND rcvt.transaction_type = 'RECEIVE'
    AND poh.authorization_status = 'APPROVED'
    AND poh.segment1 = '210001079'
    I have'nt included the Invoice Tables in the above query.
    Please help me in that area.
    This is bit urgent.
    Please help me.
    Regards
    Nakul Venkatraman

    I am using ORACLE 11gR2 If you're licensed for Diangnostics pack then you might want to look at the AWR tables, e.g. DBA_HIST_SQLSTAT and cross-reference with DBA_HIST_SNAPSHOT.
    By this will i get the top 5 consumed queries of DEV user in the whole session or its just the top 5 queries at that particular time. The "executions" columns in this query, does it mean that the no. of. times the query has executed... This will get you a random 5 queries that were first parsed by DEV. Depending on your application code/structure, it may well be that all code (except for system-recursive sql) executed by DEV is parsed by DEV, and all code parsed by DEV is executed by DEV but this isn't true for all.
    In terms of top N queries, you need to ORDER BY and then restrict by ROWNUM at an outer level to the ROWNUM otherwise the ROWNUM filter is applied before the ORDER BY.
    i.e.
    SELECT *
    FROM
    (SELECT ...
    FROM ...
    WHERE
    ORDER BY...)
    WHERE ROWNUM <= ....
    The "executions" columns in this query, does it mean that the no. of. times the query has executedYes.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e25513/dynviews_3064.htm#REFRN30259
    Edited by: Dom Brooks on Oct 24, 2011 9:45 AM

  • Query to find all DDLs

    Hi,
    Is there a way or a query to find out all DDLs fired on a particular database for today or yesterday?
    Thanks,
    BRK

    1) If you can assume that the DDL is all still cached, you could query v$sql
    2) If you're in ARCHIVELOG mode and still have the logs from the time in question, you should be able to use LogMiner to extract all the SQL.
    3) If you have enabled auditing of DDL, the information would be in your audit trail.
    Justin

Maybe you are looking for

  • Mac Mini + DVI- HDMI + Toshiba 42RV530U = black screen

    Hi all, I have a new Intel Mac Mini 2GHz and a Toshiba 42RV530U REGZA HDTV that I'm trying to connect, with only a black screen so far. I believe the DVI output on the Mini is working - I can at least get a picture with a DVI-S-Video cable, but it's

  • Error while transfering Datasource from R/3

    hi guys, I am trying to Transfer Datasource 0GENDER_TEXT from the RSA5. I am getting the Warning Application component PA-PA-IO of DataSource 0GENDER_TEXT does not exist When i try to Transfer Application hierarchy which is  above option to transfer

  • Upgrade Question: selected data transfer

    I am finally going to retire my old Macbook Pro after using it for five years. So I need to transfer all my data from my old Macbook pro to the new Macbook pro. However my old macbook pro has accumulated a lot of crap over the last 5 years (e.g appli

  • Plug-in support for keynote

    I would like to make Plug-in for keynote .Can it be possible to make third party plug-ins for keynote like Safari supports Flash, Shockwave, and QuickTime plug-ins and iTunes supports visualizer plugins and device plugins.

  • Menu in ABAP

    how to create menu in ABAP?