How to know what HP SPP is installed

I want to install the HP PSP before installing a custom image and wanted to know if there was a simple way to determine what SPP is installed.  I'll have come trouble with one method other then start in the PSP and wanted to know if anyone had any ideas.  I thought I would just check firmware of the ANC/HBA through ESXCLI, but that doesn't seem to be visible in the current version, which I am running.  Any thoughts are appreciated.  Thank you!

I agree, contrary to a service pack OS that is not like a running total, and so you can choose which firmware etc to install so watching a special on your host version will not necessarily indicate levels of all the rest.

That said, if you have a policy to install the PSP basically then you could identify a particular element of the firmware or driver and check it against the content of a release of SPP (e.g. here) report

In vSphere, you can check the versions you have on your hosts on the status tab of the material or the site of HP Insight Management plug-in, or ILO, if you have one to determine at what level your firmware etc is up to.

Hope this helps, good luck

vM

-------------------------

VCAP-DCD / VCAP-DCA / VCP-CLOUD / VCP - DT / VCP5 / VCP4

-------------------------

vMustard.com

Tags: VMware

Similar Questions

  • How Firefox knows what tabs/windows you had open when click you on "restore session"? If it is a temporary file or something, where it is preserved?

    My computer crashed and will not back to zero (I think it's because of a bad repair of Windows XP after a virus has passed my security). Before it crashed, I was easily 20 tabs open in Firefox, some of them being very important, but I don't remember what some of them were called or how I found them. I was wondering how Firefox knows what tabs/windows to open when you click on 'Restore Session', if it is stored in a file of all kinds, so that I could start on Linux, download the file and somehow use it once I have installed my new buy Win7. It is not a Firefox problem, but I didn't know where it is best to ask this question.

    See also http://kb.mozillazine.org/Session_Restore

  • I use 37 GB of my memory to documents on my Iphone. I don't know what it is or how even know what it is

    I use 37 GB of my memory to documents on my Iphone. I don't know what it is or how even know what it is

    There are several ways that you can potentially solve this problem. Restore the phone via iTunes would probably be easier, use iTunes to restore the iPhone, iPad or iPod to factory settings - Apple Support

    This article will show you how to restore through iTunes.

    How to back up your device using iCloud or iTunes - Apple Support

    I would use the link above to save your phone before you restore it so that you don't lose all your data and then restore the backup to the phone to see if the space is always taken to the top.

    I hope this helps.

  • How to know what sub query returns multiple rows

    Hi all

    Someone can give me hints, how to know what sub query returns many rows in the following query.
    /* Formatted on 2011/05/17 19:22 (Formatter Plus v4.8.8) */
    SELECT a.*, ROWNUM AS rnm
      FROM (SELECT DISTINCT '1' AS "Page View", ou.org_unit_name AS "Org",
                            prxm.mbr_idntfr AS "Beneficiary ID",
                               md.last_name
                            || ', '
                            || md.first_name AS "Beneficiary Name",
                            pci.idntfr AS "Tracking No.",
                            TO_CHAR (TRUNC (req.pa_rqst_date),
                                     'MM/dd/yyyy'
                                    ) AS "Request Date",
                            sts.status_name AS "Status",
                            req.pa_rqst_sid AS "Request #",
                            prxm.mbr_sid AS "Mbr_sid",
                            TO_CHAR
                                  (TRUNC (req.pa_revision_date),
                                   'MM/dd/yyyy'
                                  ) AS "Last Updated",
                            TO_CHAR (psd.TO_DATE, 'MM/dd/yyyy') AS "TO_DATE",
                            prxpl.prvdr_lctn_iid AS "PRVDR_LCTN_IID",
                            pd.prvdr_sid AS "PRVDR_SID", 'Y' AS "State View",
                            DECODE
                               ((SELECT DISTINCT pd.national_prvdr_idntfr
                                            FROM pa_request_x_provider_location prxplo
                                           WHERE prxplo.pa_rqst_sid =
                                                                   req.pa_rqst_sid
                                             AND prxplo.oprtnl_flag = 'A'
                                             AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                0, (SELECT prxplo.prvdr_lctn_idntfr
                                      FROM pa_request_x_provider_location prxplo
                                     WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                       AND prxplo.oprtnl_flag = 'A'
                                       AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                NULL, (SELECT prxplo.prvdr_lctn_idntfr
                                         FROM pa_request_x_provider_location prxplo
                                        WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                          AND prxplo.oprtnl_flag = 'A'
                                          AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                (SELECT DISTINCT pd.national_prvdr_idntfr
                                            FROM pa_request_x_provider_location prxplo
                                           WHERE prxplo.pa_rqst_sid =
                                                                   req.pa_rqst_sid
                                             AND prxplo.oprtnl_flag = 'A'
                                             AND prxplo.pa_prvdr_type_lkpcd = 'RR')
                               ) AS "NPI/ID",
                            DECODE
                               ((SELECT pd.org_bsns_name
                                   FROM pa_request_x_provider_location prxplo
                                  WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                    AND prxplo.oprtnl_flag = 'A'
                                    AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                NULL, (SELECT    pd.last_name
                                              || ', '
                                              || pd.first_name
                                              || ' '
                                              || pd.middle_name
                                         FROM pa_request_x_provider_location prxplo
                                        WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                          AND prxplo.oprtnl_flag = 'A'
                                          AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                (SELECT pd.org_bsns_name
                                   FROM pa_request_x_provider_location prxplo
                                  WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                    AND prxplo.oprtnl_flag = 'A'
                                    AND prxplo.pa_prvdr_type_lkpcd = 'RR')
                               ) AS "Prvdr Name",
                            TO_CHAR (psd.from_date,
                                     'MM/dd/yyyy'
                                    ) AS "Srvc From Date",
                            TO_CHAR (req.validity_start_date,
                                     'MM/DD/YYYY'
                                    ) AS "Due Date",
                            (fn_get_busniess_days (TRUNC (req.validity_start_date))
                            ) AS "Days<br>Left",
                            req.pa_mode_type_lkpcd AS "Source",
                            TO_CHAR (TRUNC (wmdtl.rtng_date),
                                     'MM/dd/yyyy'
                                    ) AS "Assigned On",
                            NVL (wmdtl.assigned_to_user_name,
                                 'Not Assigned'
                                ) AS "Assigned To",
                            req.org_unit_sid AS "OrgUnitSid",
                            TO_CHAR
                                 (wmdtl.modified_date,
                                  'MM/dd/yyyy hh24:mi:ss'
                                 ) AS "WTRD_MODIFIED_DATE",
                            TO_CHAR (wmdtl.rtng_date,
                                     'MM/dd/yyyy'
                                    ) AS "WTRD_RTNG_DATE",
                            req.status_cid AS "PA_STATUS_CID",
                            TO_CHAR (req.modified_date,
                                     'MM/dd/yyyy'
                                    ) AS "PA_REQ_MODIFIED_DATE",
                            prs.state_pa_srvc_type_code
                                                     AS "STATE_PA_SRVC_TYPE_CODE",
                            wmdtl.wm_pa_task_rtng_dtl_sid
                                                        AS "WM_TASK_RTNG_DTL_SID",
                            wmdtl.assigned_to_user_acct_sid
                                              AS "WTRD_Assigned_to_user_acct_sid",
                            (fn_get_busniess_days (TRUNC (req.validity_start_date))
                            ) AS "Days<br>LeftSort",
                            wmdtl.assigned_to_org_unit_sid
                                                  AS "WTRD_Assigned_to_OrgUntSid",
                            DECODE
                               ((SELECT COUNT (*)
                                   FROM pa_request_status prs
                                  WHERE prs.pa_rqst_sid = req.pa_rqst_sid
                                    AND prs.status_cid = 5
                                    AND prs.oprtnl_flag = 'I'),
                                0, 'N',
                                'Y'
                               ) AS "SHOW_UTILIZATION"
                       FROM   pa_request req,
                             pa_certification_identifier pci,
                             status sts,
                             pa_request_x_member prxm,
                             wm_pa_task_routing_detail wmdtl,
                             pa_service_date psd,
                             org_unit ou,
                             pa_request_service prs,
                             pa_request_x_provider_location prxpl,
                             provider_location pl,
                             provider_detail pd,
                             provider p,
                             mbr_dmgrphc md
                      WHERE req.oprtnl_flag = 'A'
                        AND req.status_cid NOT IN
                                     (20, 30, 70, 25, 80, 96, 85, 5, 97, 98, 101)
                        AND req.org_unit_sid IN
                               (3057, 3142, 3058, 3143, 3059, 3144, 3060, 3145,
                                3061, 3146, 3062, 3147, 3063, 3148, 3064, 3149,
                                3065, 3150, 3066, 3151, 3067, 3152, 3068, 3153,
                                3069, 3154, 3070, 3155, 3071, 3156, 3072, 3157,
                                3073, 3158, 3074, 3159, 3075, 3160, 3076, 3161,
                                3077, 3162, 3078, 3163, 3079, 3164, 3080, 3165,
                                3081, 3166, 3082, 3167, 3083, 3168, 3084, 3169,
                                3085, 3170, 3086, 3171, 3087, 3172, 3088, 3173,
                                3089, 3174, 3090, 3175, 3091, 3176, 3092, 3177,
                                3093, 3178, 3094, 3179, 3095, 3180, 3096, 3181,
                                3097, 3182, 3098, 3183, 3099, 3184, 3100, 3185,
                                3101, 3186, 3102, 3187, 3103, 3003, 75000104,
                                75000108, 2006, 75000103, 75000102, 75000113,
                                75000111, 75000109, 2001, 2009, 75000105,
                                75000107, 2004, 2010, 2013, 2014, 2005, 2011,
                                75000112, 2002, 1001, 2012, 75000106, 2007,
                                75000101, 2003, 75000110, 2008, 3001, 3002, 3019,
                                3104, 3020, 3105, 3021, 3106, 3022, 3107, 3023,
                                3108, 3024, 3109, 3025, 3110, 3026, 3111, 3027,
                                3112, 3028, 3113, 3029, 3114, 3030, 3115, 3031,
                                3116, 3032, 3117, 3033, 3118, 3034, 3119, 3035,
                                3120, 3036, 3121, 3037, 3122, 3038, 3123, 3039,
                                3124, 3040, 3125, 3041, 3126, 3042, 3127, 3043,
                                3128, 3044, 3129, 3045, 3130, 3046, 3131, 3047,
                                3132, 3048, 3133, 3049, 3134, 3050, 3135, 3051,
                                3136, 3052, 3137, 3053, 3138, 3054, 3139, 3055,
                                3140, 3056, 3141)
                        AND req.pa_rqst_sid = prs.pa_rqst_sid
                        AND prs.oprtnl_flag = 'A'
                        AND prs.pa_rqst_srvc_sid = psd.pa_rqst_srvc_sid
                        AND psd.oprtnl_flag = 'A'
                        AND req.pa_rqst_sid = pci.pa_rqst_sid
                        AND pci.oprtnl_flag = 'A'
                        AND req.pa_rqst_sid = prxm.pa_rqst_sid
                        AND prxm.oprtnl_flag = 'A'
                        AND md.oprtnl_flag = 'A'
                        AND md.status_cid = 2
                        AND TRUNC (SYSDATE) BETWEEN md.from_date AND md.TO_DATE
                        AND prxm.mbr_sid = md.mbr_sid
                        AND ou.org_unit_sid = req.org_unit_sid
                        AND ou.oprtnl_flag = 'A'
                        AND req.pa_rqst_sid = prxpl.pa_rqst_sid
                        AND prxm.pa_rqst_sid = prxpl.pa_rqst_sid
                        AND pci.pa_rqst_sid = prxm.pa_rqst_sid
                        AND pci.pa_rqst_sid = wmdtl.subsystem_task_sid
                        AND pci.pa_rqst_sid = prxpl.pa_rqst_sid
                        AND prxpl.pa_prvdr_type_lkpcd = 'RR'
                        AND prxpl.oprtnl_flag = 'A'
                        AND req.status_cid = sts.status_cid
                        AND sts.status_type_cid = 3
                        AND sts.oprtnl_flag = 'A'
                        AND prxpl.prvdr_lctn_iid = pl.prvdr_lctn_iid
                        AND p.prvdr_sid = pd.prvdr_sid
                        AND p.prvdr_sid = pl.prvdr_sid
                        AND pd.oprtnl_flag = 'A'
                        AND pd.status_cid = 2
                        AND TRUNC (SYSDATE) BETWEEN pd.from_date AND pd.TO_DATE
                        AND wmdtl.subsystem_task_sid = req.pa_rqst_sid
                        AND wmdtl.subsystem_lkpcd = 'PA'
                        AND wmdtl.oprtnl_flag = 'A'
                        AND req.pa_rqst_date > (SYSDATE - 365)
                                       ORDER BY TO_DATE ("Request Date", 'MM/dd/yyyy hh24:mi:ss') DESC,
                            "Beneficiary Name" ASC) a
     WHERE ROWNUM < 102;
    Kind regards
    Prakash P

    Published by: BluShadow on May 17, 2011 15:01
    addition of {noformat}
    {noformat} tags around the code                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    3360 wrote:
    See point 9 of this section of the FAQ on how to format the code.

    SQL and PL/SQL FAQ

    I see that you did.

    No, I did. It's pretty easy to change if the code seems formatted anyway below. It's when I go to edit the message and find no sense because it is not formatted in all cases, I despair. {noformat} :) {noformat}

  • How to know which applications are currently installed in blackberry

    I have a gap of phone that allows the user to enter contact information (including credit card information). Once the details are entered, it should show a page that has the link for all installed applications for blackberry. Is it possible to know what applications are installed in blackberry. Can you please let me know how to go about it.

    You can query the system for applications that support specific features. In this list, you can then call the application that allows you to select the user by using the returned object.

    https://developer.BlackBerry.com/HTML5/APIs/BlackBerry.Invoke.html#.query

  • I do not know what card WLan is installed in my Equium

    Hello

    I don't know what wireless adapter, I have when you go on the page how he tells only u how
    find on windows 2000 or Xp, but I am running Vista and it doesn't show anything
    Help
    Thank you

    Steve

    Hello

    -What laptop do you have?
    -What do you do?
    -Do you need a WLan driver?

    Please provide details!

  • Tecra M4: How to know what graphics card I have (6200, 6600)?

    Hello
    I buyed a Tecra M4 and don't know what graphics card I have...
    The shop said, it's a gforce go 6600 with 64 MB, but now I've read, that there is only one with 64 MB 6200 and 6600 with 128 MB...
    Windows and analyse the tools to say, it is "NVIDIA GeForce GO 6200 TE 64 MB / 6600 128 MB TE...»
    So, how can I know which one I have?

    Hello

    Have you checked the Device Manager? I think that here you can find a s information on your subject of an integrated graphics card.
    The second possibility is the use of the DirectX tool. Please enter in the window RUN the dxdiag command. Then the directx should appear, and you will find the detailed description on the graphics card and the properties.

    But as far as I know that the Tecra M4 has been delivered with nVIDIA GeForce FX Go6200 64 MB or 128 MB card nVIDIA GeForce Go6600 FX.

  • How to know what are the applications requested?

    I get notifications that my child asks permission to use specific applications.  But when I click on it, and on the page of queries - it doesn't tell me what are the applications, or lead me to a link so I can check.  I would like to know how can I know what are the apps on so I can decide whether to block or allow it.

    Thanks for your help.

    Hi Islandhomeschooler,

    We will do our best to help you with your concern about how you can give your child safely to the family's application.  To view and respond to requests, we recommend you follow these steps:

    1. On any computer, sign in to the Family Safety website with your Microsoft account.

    2. On the summary page of the family, under requests, click queries (number).

    3. To display all comments your child added, click the arrow next to the web address.

    4. Click the arrow next to Select a response, and then click approve for this account only, approve for all accountsor refuse.

    5. When you're done in response to requests, click Save.

    Let us know if you need additional assistance.

    Thank you.

  • How to know what are the patterns use in our db instance.

    Hi all

    Can someone tell me please... How we come to know, what are the patterns use in our database instance.
    means in our database, we have 10 users... out of 10 users, how many users is saved in.

    Thanks in advance,
    Sanjeev.

    user13483989 wrote:
    Hi all

    Can someone tell me please... How we come to know, what are the patterns use in our database instance.
    means in our database, we have 10 users... out of 10 users, how many users is saved in.

    Thanks in advance,
    Sanjeev.

    Select distinct username in the version of v$.

  • How to check what oracle patches are installed

    Hello

    I need to now what oracle patches are installed on different databases, how can achieve this?

    Kind regards.

    Yep:

    Select COMMENTS, VERSION, ACTION, sys.registry ACTION_TIME $history.

    ACTION_TIME ACTION VERSION COMMENTS
    --------------------------------------------------------------------------- ------------------------------ ------------------------------ ------------------------
    07.06.05.665358 25 January 09 PM UPGRADE improved 10.2.0.1.0 10.2.0.4.0
    20 May 09 12.23.00.924500 AM APPLY 10.2.0.4 CPUJan2009
    View recompilation may 20 09 12.32.48.709814 AM CPU

    Kind regards.

    Published by: user6046340 on June 25, 2009 15:57

  • How to know the Version of the installed hotfix

    Hello

    How I don't know the last Version of the Patch installed my database in the Windows Oracle 9.2.0.8 version.

    in Opatch lsinventory only displeays list of bugs fixed in the current patchh.

    Kind regards

    ABK

    Published by: Abk on May 11, 2009 10:59

    [oraprod@erpdev OPatch] $ sqlplus "/ as sysdba".

    SQL * more: release 9.2.0.6.0 - Production on Mon May 11 11:33:51 2009

    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With partitioning, OLAP and Oracle Data Mining options
    Release 9.2.0.6.0 - Production jserver

    SQL > select * from v version $;

    BANNER
    ----------------------------------------------------------------
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    PL/SQL Release 9.2.0.6.0 - Production
    CORE 9.2.0.6.0 Production
    AMT for Linux: release 9.2.0.6.0 - Production
    NLSRTL Version 9.2.0.6.0 - Production

    SQL > exit
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With partitioning, OLAP and Oracle Data Mining options
    Release 9.2.0.6.0 - Production jserver
    [oraprod@erpdev OPatch] $ opatch lsinventory

    Setup Oracle interim Patch version 1.0.0.0.55
    Copyright (c) 2006 Oracle Corporation. All rights reserved...

    We recommend that you check the OPatch documentation under
    OPatch/docs for reference to use. We also recommend that you use
    the latest version of OPatch. To get the latest version of OPatch
    and other support related issues, please refer to the document
    293369.1, which is visible from metalink.comp.com

    Home Oracle = /u01/compprod/oaproddb/9.2.0
    Location of Oracle Universal Installer = /u01/compprod/oaproddb/9.2.0/oui components
    Location of OraInstaller.jar = "/ u01/compprod/oaproddb/9.2.0/oui/jlib".
    Universal Oracle install a shared library = /u01/compprod/oaproddb/9.2.0/oui/lib/linux/liboraInstaller.so
    Location of the pointer of the Oracle inventory = /etc/oraInst.loc
    Location of Oracle = /u01/compprod/oaproddb/9.2.0/inventory inventory
    Path to the Java = /u01/compprod/oaproddb/9.2.0/jre/1.4.2/bin/java
    Logfile = /u01/compprod/oaproddb/9.2.0/.patch_storage/*.log

    Creation of log file "/ u01/compprod/oaproddb/9.2.0/.patch_storage/LsInventory__05-11-2009_11-34-08.log".

    Result:

    Installed the Patch list:
    =====================
    1) patch 4751921 applied on Tue Feb 21 10:38:16 IST 2006
    [Bug (s) of base: 4006711 4141415 4609041 4081624 4017526 3804515 4285404 3910149 4157713 4642417 3922760 4049345 4080972 3467622 4409067 4275680 4735715 3747472 3865608 4098853 3990826 4460898 3857781 3737955 4149579 4288876 4131501 3799696 3626323 4230880 4039237 3680704 4751921 4430748 4156916 3691672 4078745 4337747 3817792 4754836 4567846 3859298 4567969 4570100 4011643 4161315 4015165 2701372 3119415 4608731 4353077 4064791 3834770 4093187 3830972 4193295 3258674 4523976 4519477 4523979 2448994 4488790 3389359 3898338 4698691 4161400 4200029 4112254 3940412 4242561 4230189 4050649 4199440 3285454 4450964 4392392 3624684] 3949307 4248629 4392396 4336997]
    2) patch 3984255 applied on Wed Jul 13 07:11:08 IST 2005
    [Bug (s) base: 3984255]
    3) patch 4385803 applied on Wed Jul 13 07:10:45 IST 2005
    [Bug (s) base: 4385803]
    4) patch 4252938 applied on Wed Jul 13 07:10:10 IST 2005
    [Bug (s) base: 4252938 3787344 3669454]
    5) 4167403 patch applied on Wed Jul 13 07:09:30 IST 2005
    [Bug (s) base: 4167403]
    6) 3682068 patch applied on Wed Jul 13 07:08:32 IST 2005
    [Bug (s) base: 3682068]
    7) 3202151 patch applied on Wed Jul 13 07:07:54 IST 2005
    [Bug (s) base: 3202151]
    8) 3900237 patch applied on Wed Jul 13 07:04:47 IST 2005
    [Bug (s) base: 3900237]
    9) 3794402 patch applied on Wed Jul 13 07:04:12 IST 2005
    [Bug (s) base: 3794402]
    10) patch 2785957 applied on Wed Jul 13 07:03:01 IST 2005
    [Bug (s) base: 2785957]

    OPatch succeeded.
    [oraprod@erpdev OPatch] $

    Published by: Florent on May 11, 2009 11:44

  • When I download Fire Fox, it requires the password. How to know what password was there

    When I try the bottom of the load of Firefox, two messages come. One is the administrator and then it asks password. As far as I know that I had never set a password. 2nd is that Chrome think this program will be bad for the computer and it rejects the download process.

    I was informed that if I download new Firefox then it will stop requiring the password, but no use.

    What is the way out.

    Try to use Internet Explorer to download Firefox here:
    https://www.Mozilla.com/en-us/Firefox/all.html

  • ADF: How to know what query took what time?

    Hello

    I have a request of the ADF that has many SQL questioned being run on each button click/Load page, so how do I know which application takes how long? So that I can identify queries with long durations and edit them to improve the performance of the application.

    Thanks in advance.

    Hello

    As suggested by Timo, you must start tracing on the oracle.jbo package for SQL queries. But I think the second option proposed by him would be preferable. You must override the method executeQueryForCollection in VO Impl class. Pseudocode would be

    @Override

    {

    Take the time to start

    super.executeQueryForCollection

    Take the time to the end

    }

  • How to know what access a group has

    Hello. I inherited a portal which many groups & some did not appear to be in use from what I see. I would like to get rid of these groups if they are no longer viable. So, I would like to know if there are any of the api that I could use to query a particular group and all items that the group access list.

    Thank you!

    Todd

    The portal.wwsec_sys_priv table $ contains information on what components, pages, objects, etc. a group has privileges for. Here's one [example query | http://forums.oracle.com/forums/thread.jspa?threadID=461824] someone has posted some time back.

  • Update error 646 KB2288931 need to know what to do to install this update

    ideas please on how update with this mod

    See the following topic for your question

    http://social.answers.Microsoft.com/forums/en-us/vistawu/thread/1c7b1ab1-FCBA-4897-bd36-c766addb0cbf >

Maybe you are looking for