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.

Tags: Fusion Middleware

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 do I know what customer license oracle has?

    Hi all

    Is it possible (whether through backend or frontend) to find out what license a customer has when he's working on a new project/environment?

    I was told that our client did not performance management, but I'm able to configure the same without any problem but when trying to configure the succession planning that I see not seeded responsibility "succession planning".

    PS We are on 12.1.1


    Thank you
    Avinash

    Avinash says:
    Hi Srini,

    This means that if I installed / license no matter which module of oracle (lets say base HR and self-service) I would be able to set up and run other modules as well (like, OTL, iRecruitment, CWB, OLM, OPM etc..). What do you mean by activating via OAM.

    OK - you can license/activate any module in EBS via Oracle Applications Manager (OAM) - see http://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T469980.htm

    I can't configure the modules that we don't have a license but I guess just for learning/testing is safe/fine to do the installation in the TEST/development proceeding or which is not acceptable?

    You can enable any module for learning purposes, as long as you do on your personal material - I wouldn't on a customer or client hardware

    Thanks,
    Avinash

    HTH
    Srini

  • 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 know what data has been inserted in ERPI for target.

    Hello
    I'm loading data from Oracle EBS to Hyperion Planning using EPRI (11.1.2.1.501), ODI.
    ERPI is successfully configured and it does planning data, but I want to see data before insertion in conditions weather target ERPI or ODI (Planning) application creates a logfile for data?

    concerning

    See my blog.

    http://devidasdumbre.blogspot.com/2012/09/how-to-verify-data-loaded-by-ERP.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

    }

  • 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

  • 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

  • How to know what id of session acquired an object?

    Hello

    We are working on the database 11.2.0.2 and aw style 10G.

    concurrent users attach an aw in multi mode.

    They do update the cubes and dimensions.

    They use the command olap to acquire before the update changes.

    When an object cannot be acquired, I would like to know which session lock this object.

    Best regards

    Jean-Marc

    It's an interesting question.  I'm surprised that no one has asked before.  The following query will identify all sessions taking locks of objects:

    select a.aw_name,o.obj_name objname, e.sid sess_id
      from dba_aw_obj o, gv_$enqueue_lock e, dba_aws a
      where
      e.type='AO' and
      o.aw_number=e.id1 and
      a.aw_number = e.id1 and
      bitand(o.obj_id, 1073741823) = e.id2;
    

    Jim Carey

    Development of OLAP

  • How remove an account, access the server has been cut

    I changed the clear gmail e-mail accounts. Clear stopped my account. When I try to delete the accurate account of thunderbird, it asks for a password, I put the password clear but clear now does not recognize and won't let me delete the clear account

    How do you delete the account?

  • How to know if a new T40 has wireless

    Sorry, I have to ask fundamental and seemingly simple questions, but I can't understand this. I had a T40 2373-1U1 model on which the motherboard went bad. I plug a 'skeleton' off eBay type system, installed my old hard drive and runs again. The new system is a 2373-7CU. I don't see the symbol of air bit at the bottom of the LCD when it is open. I don't see the bluetooth symbol as my last computer was. However, when I'll be in the Device Manager and check for a card wireless network, there are none (just the rigid cable adapter). I tried the Add New Hardware Wizard, but he found nothing to add. Advice from those of you who know more than me. Thank you - Ken

    You can only use the original version of Thinkpads/IBM wireless cards, version of other companies may give you an error message.

    Hardware maintenance manual can be accesed here for T40

    more information on T40 accessible from here

Maybe you are looking for