Same access for several groups...

Hi all


Is it possible to offer the same access to different indigenous groups using Shared services.thanks inadvance.

Thank you and best regards,
Ravi

An often overlooked feature is associate roles that may or may not be useful for you.

According to Oracle.

Aggregated roles, roles also known as personalized, aggregate several predefined application roles. An associate role can contain other roles aggregated. For example, a Shared Services or Provisioning Manager administrator can create an associate role that combines the Scheduler and roles of the user to see an Oracle Hyperion Planning, the Fusion Edition, the application. Aggregation of roles to simplify the administration of applications that have more granular roles. Global shared Services roles can be included in aggregate roles. You cannot create an associate role that spans applications or products.

Thank you

Todd Rebner

Tags: Business Intelligence

Similar Questions

  • Restrict access for device groups in ACS 4.0 SE

    I have limitation of logging configured on groups in Cisco ACS 4.0 SE

    Here's what I want to achieve.

    There will be two groups siteA and siteB

    I also create 2 groups of network devices say NDG1 and 2 NDG

    Now in the SiteA users need access to the associcated with NDG1 and NDG2 devices

    But in SiteB users should be able to access only the devices associated with NDG2 and ny ACS should not authenticate them when they try to log on to any device associated with NDG1

    With my current setup, the NGD2 user gets a prompt to user for NDG1 devices.

    Thanks in advance

    Narayan

    Hi Narayan,

    Pls have a look at the next post:

    http://Forum.Cisco.com/eForum/servlet/NetProf?page=NetProf&CommCmd=MB?cmd=pass_through&location=outline@^[email protected]/0#selected_message

    Rgds,

    AK

  • Is there a Script to set the same height for several objects?

    Hello world

    I'm looking for a Script that would apply the same Dimensions height or width (proportions MADE) to several objects at once.

    I will appreciate the help

    Thank you

    Hi Lula Rocha,.

    Try SetAllTheThings.jsx, written by John Wundes.

    Have fun

  • How to use the same script for several buttons

    Hello

    I have just started using flash if any help would be great!

    I create a blockbuster game, I have a grid of 20 buttons and I need (individually) to turn blue on red and click double click. I managed to do it with the first using this code;

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

    var click: Boolean = false;

    BN1.addEventListener (MouseEvent.CLICK, bn1click);

    function bn1click(event:MouseEvent):void {}

    clicked = true;

    var newColorTransform:ColorTransform = bn1.transform.colorTransform;

    {if (clicked)}

    newColorTransform.color = 0 x 064258;

    }

    BN1. Transform.ColorTransform = newColorTransform;

    }

    /////////////

    BN1.doubleClickEnabled = true;

    var doubleclicked:Boolean = false;

    BN1.addEventListener (MouseEvent.DOUBLE_CLICK, bn1dclick);

    function bn1dclick(event:MouseEvent):void {}

    DoubleClicked = true;

    var newColorTransform:ColorTransform = bn1.transform.colorTransform;

    {if (clicked)}

    newColorTransform.color = 0xac1e23;

    }

    BN1. Transform.ColorTransform = newColorTransform;

    }

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

    Now, I'll have trouble doing the same thing to work for the rest of the buttons, they are each named bn2, bn3 etc. They need to work individually and stay blue/red when clicked. I tried to list them as addEventListener orders but not with not a lot of success!

    Any help would be greatly appreciated, thank you!

    Tomo

    To do this is to use arrays to follow the buttons and their properties.

    var buttonList:Array = new Array (bn1, bn2, bn3);

    var clickedList:Array = new Array();

    var doubleClickedList:Array = new Array();

    Then use a loop for to assign functions and properties for each button:

    var thisMany:int = buttonList.length; This will give you the number of items in the buttonList array

    for (var i: int = 0; i

    buttonList [i] .addEventListener (MouseEvent.CLICK, btnClick); assign the function click on each button

    buttonList [i] .addEventListener (MouseEvent.DOUBLE_CLICK, btnDClick); assign the double-click function

    clickedList.push (false);  Add a value of false for each key in this table

    doubleClickedList.push (false);

    buttonList [i] .doubleClickEnabled = true; Set the property of double-tap for each button

    }

    function btnClick(event:MouseEvent):void {}

    var thisButton:int = buttonList.indexOf (event.target);  know which button has been clicked as an element in the table

    clickedList [Ceboutonselectionnel] = true;  Change the value in the table

    var newColorTransform:ColorTransform is buttonList [Ceboutonselectionnel].transform.colorTransform;.

    {if (clickedList [thisButton])}

    newColorTransform.color = 0 x 064258;

    }

    buttonList [Ceboutonselectionnel].transform.colorTransform = newColorTransform;

    }

    function btnDClick(event:MouseEvent):void {}

    var thisButton:int = buttonList.indexOf (event.target);

    doubleClickedList [Ceboutonselectionnel] = true;

    var newColorTransform:ColorTransform is buttonList [Ceboutonselectionnel].transform.colorTransform;.

    {if (doubleClickedList [thisButton])}

    newColorTransform.color = 0xac1e23;

    }

    buttonList [Ceboutonselectionnel].transform.colorTransform = newColorTransform;

    }

    Now you can have any number of buttons, just add their instance names in the table above.

  • Using the oracle same House for several database (configuration database)

    Hi guys,.



    I saw a few shops use the same Oracle_home to Multiple Instances of the database...



    Basically, they install binaries 11G or 10G once for example: /u01/app/oracle/product/10.2



    For the following database facilities they do not install the binaries... they just point the new home of the oracle database to what they currently have...



    for example



    cat/etc/oratab



    newdb:/U01/app/Oracle/product/10.2





    So I was wondering if someone could give me the right steps to do this or a metalink note...



    Thanks in advance



    Here's what I think below:



    Step 1

    Enter the new name of the database in/etc/oratab... pointing right oracle_home as below



    Step 2



    Use DBCA or scripts to create the new db



    Please, please provide the right steps or metalink note

    user569403 wrote:
    Hi guys,.

    I saw a few shops use the same Oracle_home to Multiple Instances of the database...

    Basically, they install binaries 11G or 10G once for example: /u01/app/oracle/product/10.2

    For the following database facilities they do not install the binaries... they just point the new home of the oracle database to what they currently have...

    for example

    cat/etc/oratab

    newdb:/U01/app/Oracle/product/10.2

    So I was wondering if someone could give me the right steps to do this or a metalink note...

    Thanks in advance

    Here's what I think below:

    Step 1

    Enter the new name of the database in/etc/oratab... pointing right oracle_home as below

    Step 2

    Use DBCA or scripts to create the new db

    Please, please provide the right steps or metalink note

    You cannot create a database without using the binaries already installed in an ORACLE_HOME. However, all THE databases are created in an existing OH. No matter if you have one or a hundred ORACLE_HOMEs, the procedure is the same:

    1 - set ORACLE_HOME, ORACLE_SID and path suitable for the new db. Of course, if you only have a single ORACLE_HOME, you would choose it. If you have more than one, you choose the one you think is appropriate for this new db.
    .
    2. create the db. You can use dbca, or connect to an idle instance and run scripts that you saved for this purpose. DBCA is a very good and very practical tool, but is not required. It's use is come with a few caveats.

    3 - update the oratab accordingly, if you wish (I always thought). Do you understand how and when oratab is used, and why I say update ' If you see is '?

  • How can I use the same sound for several sounds?

    I need my program to play a lot of different mp3 files at different times.  I read that you cannot load different mp3 in the same variable sound files.  But there must be a way around this right?  Can I Unload mp3 files some how?  Or can I remove the sound variable and declare it again?  I don't want to have hundreds of sound variables then what should I do?  Thank you.

    create hundreds of sound variables.  just unnecessary loan for gc and that there should be no problem.

  • same command for several instruments



  • 10g: unable to set the default dashpoard (CheminPortail) to several groups

    Hi all

    I am facing a problem while defining the portal path for several groups.
    I have two RPD groups and each group need to have its own default table in the form of ready page.

    We use authentication RPD and cannot use the database table to record the CheminPortail for each user or group.


    What I've tried so far is the following:

    We have two groups, Group1 , Group2 , who need to have the default dashboard * \shared\_portal\dashboard1* and * \shared\_portal\dashboard2* respectively.


    Approach 1: Create a block INIT of Session with the following query:
    Select case when ""="Group1: GROUP ' then '\shared\_portal\dashboard1' another '\shared\_portal\dashboard2' end of the double"

    Result: Failure - because all users are directed to "\shared\_portal\dashboard2". Somehow *': group ' * Gets not the affected GROUP.

    Even tried to replace ": GROUP ' with"VALUEOF (GROUP)"in the SQL query, however, it did not help."


    Help to get the same functionality will be appreciated.


    Kind regards
    Khalid

    Khalid,

    Here you go... use example below and change as you need.

    Create a SESSION - INIT BLOCK with this query... Say CRTAP

    SELECT CASE WHEN ' VALUEOF (NQ_SESSION. GROUP)' = "DASH_usr" THEN "/ shared/test ' WHEN ' VALUEOF (NQ_SESSION. GROUP)' = "DASH_ctr" THEN "test1/shared / ' END OF DOUBLE

    Set it to a variable with the name CHEMINPORTAIL and default to say anything ' / abc / ".

    This will work for sure... You can test this by RPD as well.

    Hope this helps

  • VPN access query remote ASA - several group policies for the unique connection profile

    Hi all

    Two quick questions here that I need to help.

    1. in an ASA 5525, is it possible to have several group policies for a single connection profile?

    Scenario: A customer is running F5 Firepass to their VPN solution and this device is used by them to have multiple strategies group by the connection profile. We plan to migrate them to ASA (5525) and I don't know if the ASA can support that.

    2. in an ASA-5525 for Clientless Remote access VPN, can pass us the page to connect to an external server? For example, if I have a connection with a URL profile setup: "'https://wyz.vpn.com/ ';" for the LDAP/Radius Authentication, but for https://wyz.vpn.com/data and https://wyz.vpn.com/test I want to HTTP based authentication form and this page needs to be sent to an external server that is to say ASA step will manage this page, but rather the first page for this is served by the external server.

    Scenario: One of our clients is running F5 Firepass to their VPN solution. On the F5 they have pages of configuration such as the https://wyz.vpn.com/ that the F5 shows to the user when they connect via VPN without client; However if the user types https://wyz.vpn.com/data in the browser, the traffic comes to the F5, but F5 redirects this traffic to an external server (with an external url as well). Then it's this external server that transfers the first page of the user requesting authentication for HTTP form based authentication information.

    Thanks in advance to all!

    Hello

    You can have fallback to LOCAL only primary method.

    http://www.Cisco.com/c/en/us/TD/docs/security/ASA/asa90/configuration/gu...

    HTH

    Averroès.

  • How to use the same mask, stencil, etc for several layers? Photoshop equivalent of the masked group?

    Hi I spent over half an hour for search manual, forums and the Internet and still can't find the answer. Help, please!

    For example, in a model with 5 or more layers, I want to use the same mask or stencil or what can hide layers 2,3 and 4 but areas layer 5 and all other possible layers below should not be affected.

    1. Before dialing the layers that you want to hide and apply a matte for the demo using the mask. Think to the Dial as an equivalent to the creation of a layer group.
    2. Use the effect on each layer you want to hide. It's easier to do if you apply mast set once and then create an animation preset to apply to the other layers. Just get mast set to do what you want it to do on the first layer, select Set Matte in ECW or in the timeline panel, and then go to the Animation > Save animation preset. Select then all other layers you want to apply the set matte to apply the preset.
    3. Put the mask at the bottom of the layers that you want to hide and turn on the switch to preserve transparency, then this group in composition with other layers of nesting.

    Here's another tip. You can set a custom color for all the layers you want to use the mast, then use the custom color for a group selection. This can make things easier down the line.

  • Several groups of ports with the same VLanID

    Ask a question on peoples experience or knowledge, because we had a little chat here at work. If you have several groups with the same VLanID virtual port in the same cluster, does or that will cause a problem?

    Tom - we do that regularly.

    We have large quantities of VLAN - and often will be have 2 VMs hosted on the same Vlan environments for the purposes of the Dev - but when we move to production, we want to be able to isolate the dependent VMs to the configured network - with the same Vlan in use. . with a name different from the ways that we can quickly determine which is which.

    In addition

    I have hhave 1 vSwitch, with 2 natachasery (set up for tolerance of failure... not load balancing). . 2 groups of ports. . even vLan. . but I can get then Port Group1 to Teddy defauilt 1 and Port Group2, or Teddy bear 2 - which means I can isolate traffic e.. except in an emergency.

  • Windows removes the internet conntction system. Connected directly to the modem. Have tried to go through just wifi. the same problem. Only happened for several weeks.

    Windows deletes internet conntction after a few minutes. The netgear and control panel says I'm always connected. Must reboot to get reconnected to the windows system. Connected directly to the modem. Have tried to go through just wifi. The same problem. Only happened for several weeks.

    Hi Sailortdt,

    Welcome to Microsoft Community where you can find the answers related to Windows.

    According to the description, it looks like you are facing a problem with network connectivity.

    It would be awesome if you could answers to these questions in order to help you further.

    1. have you made changes on the computer before this problem?

    2. you receive an error message or error code?

    I suggest you to see the steps in the following Microsoft article and check if it helps.

    Problems in Windows wireless and wired network connection: http://windows.microsoft.com/en-US/windows/help/wired-and-wireless-network-connection-problems-in-windows

    If you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • Hover over for several objects at the same time

    I saw an article on this somewhere, but I can't find information on this topic.

    How group you some objects so mouseing one triggers an animation for all group objects?

    I have an animation of dashboard that works with a mouse - to the top action, but I want a ToolTip to trigger on the same flight. When stacked only the top right-click triggers.

    Widget "status button"?

  • My one year contract is about to expire. Can I extend the same price for two months and cancel the contract without redoing the accession of another full year?

    My one year contract is about to expire. Can I extend the same price for two months and cancel the contract without redoing the accession of another full year?

    Hello

    The plan of photography is an annual plan therefore would renew for another 12 months.

    Under the terms of subscription, an early termination fee would be applied if you have decided to cancel two months in the new contract - Adobe - General conditions of subscription

    Fill the cloud creative and plans unique app are available on a monthly basis, which can be another option - https://creative.adobe.com/plans

    Kind regards

    Bev

  • 2 groups of ESXi allow the same network for vmotion?

    I have 2 groups in the same data center.  The first is a cluster of ESXi 4.1 of 8 guests and appx 120 VM.  The other is a cluster of ESXi 4.1 6 hosts and appx 100 VM.

    On the servers in the cluster first, I mgmt interfaces on vlan 5 and vmotion interfaces on vlan 6 (different VLAN = recommended).  On the servers in the cluster 2, they were Setup with the interfaces of mgmt and vmotion interfaces as well on the vlan 7.  I want to correct this by moving vmotion to one vlan different.

    Is there a reason that I should not use vlan 6 for vmotion for both groups?  Or would it be better to have each cluster on its own vmotion vlan?

    Thank you.

    Yes. We have 9 clusters in two different vCenter, and they all use the same VLAN for vMotion.

Maybe you are looking for

  • Impossible to open new tabs or load new sites by typing in the URL.

    When I click on the button "+" to open a tab (or on the file menu) nothing happens. Also when I try to go to a new web page by typing the URL, nothing happens. A new web page and the tab only opens by clicking on an element of search result (Google).

  • Where to download the firmware for Toshiba 19BL502B TV

    Hello Is there a place where I can download the firmware for my Toshiba 19BL502B TV, so that I can install on a USB key and update? I've already asked about the firmware that supports Xvid in the forum "New TV model Discussion", but had no luck. As I

  • What are the files manifest

    What are the files manifest?

  • GANYMEDE + vs RADIUS

    Hello I know this has been asked several times, but I think I'd ask myself. We have ACS at the moment and need to move to an improved version due to updates of systems and so inconsistent with our most recent operating systems. This means that we wil

  • Need help with a query complex

    ID Col1 Col2 COL3 COL4 VAL1col1_1col2_1col3_1col4_1val11col1_1col2_1col3_1*val21col1_1col2_1**val31col1_1***Val41****Val5I want to get the result.Col1, col2, col3, col4 will be entered and I need to find the Val by matching the Col1, col2, col3 col4.