planning the user roles

a user planning can be put into operation 10 roles in shared services, but what are the uses and access rights attached with them.

For the roles of Shared Services, see:
http://download.Oracle.com/docs/CD/E12825_01/EPM.111/epm_security_11112/apas01.html

Planning roles, see:
http://download.Oracle.com/docs/CD/E12825_01/EPM.111/epm_security_11112/apas07.html

Kind regards

Cameron Lackpour

Tags: Business Intelligence

Similar Questions

  • Hide a metadata profile based on the user role.

    Hi all

    I need to hide a metadata profile (log, update) based on the user role page. I have added metadata to a rule like "change" and added the rule to the profile. Now I want the metadata submitted must be visible for couple of user roles (admin, contributor) and it should be hidden for other user roles. How to achieve this?

    The content Server: 11.1.1.8

    Thank you

    Maury

    (1) create a rule that allows you to hide the metadata for all roles

    (2) create a new one which will show use the condition of activation of rule with building userHasRole("contributor")

  • What opening of database Service of Cloud Computing console receiveing "the user role cannot access the Cloud database Service" message and see no service. Why?

    What opening of database Service of Cloud Computing console receiveing "the user role cannot access the Cloud database Service" message and see no service. Why?

    Thank you in advance.

    Try now

  • What is the difference between the role of support and the user role in the business group?

    I know there are a few differences between the role of support and the user role in the business as business group elements and Management group

    editable settings . But I can't find any document that introduces more precisely what they can do, what they can't.

    Are there any articles or documents or other means that can tell the specific differences between the Director, support and user group?

    If you have not taken a glance at this map permissions by GrantOrchard you should. It is very useful to know what permissions each user role. The big difference between the role of support and the user is that the user can only do things for themselves and user support can do things on behalf of other users. There is nothing quite as granular as you specified.

  • VCAC 6.0, I can't add a USER to the AD Group to a company includes the user role

    IF I goto to MODIFY an existing group of companies, I can not ad any group Active Directory the "USER ROLE" on the bottom of the page, I'm not sure what I am doing wrong

    in the attachment, I try to FIND ad GROUPS, I see the users but not groups

    Thank you!

    Post edited by: quantum_2

    "" Message edited by: quantum_2 I also have the same problem with the "Group Manager ROLE" and the "support role" I can't announces an ad GROUP

    He can not see the group - I think that it is a known problem, type the name of the Group anyway, and press ENTER.  vCAC will throw an error if it does not recognize the name of the group.  vCAC didn't need to 'find' the name of the group to accept it.

  • GRANT SELECT on a table to the user / role changes for the tab last_DDL

    Hello

    Is grant select (or any private object) to the user/role a DDL statement?

    GRANT SELECT on a table to the user / role changes the last_DDL to the table.
    1 > is this expected behavior?
    2 > no way in which we can grant select on a table by another user, without changing the DDL? (for example create view).


    The test is performed:

    Prior to the issuance:


    OBJECT_NAME CREATED TIMESTAMP LAST_DDL_TIME OWNER
    ------- ---------------------- ---------- ------------- --------------------
    AR HZ_CUSTOMER_PROFILES 8 MAY 00 13 MARCH 13 2003-06 - 26:12:41:29



    Grant statement:
    GRANT SELECT ON "AR". "' HZ_CUSTOMER_PROFILES ' TO 'AR_VIEW ';

    Note: AR_VIEW is a role, I tried granting also directly to the user.


    After the grant:

    OBJECT_NAME CREATED TIMESTAMP LAST_DDL_TIME OWNER
    ------- ---------------------- ---------- ------------- --------------------
    AR HZ_CUSTOMER_PROFILES 8 MAY 00 21 MARCH 13 2003-06 - 26:12:41:29



    Old thread, discuss whether Grant is DDL or not, but no documented conclusions.
    ( Re: Grant, revoke is DDL and DCL? )

    Please help in the assessment above.

    -Best regards,.
    Mani

    It's the DOF.

    After all, this isn't DML, it implicitly committed and you cannot use it directly in PL/SQL: features of DDL. :-)

  • using storytelling and get the user role

    Hi all
    I have a quick question on the narrative.
    can we get/trap the user role (as if it is reportviewer/admin) in my account, or anywhere on the dashboard?

    Kind regards
    Pavan

    Hello
    create 2 groups...
    --> Dashboard--> settings--> administrator manage privileges
    assign him appropriate roles...
    subject of your question... you can make a simple table that has users and roles...
    and fix your star schema...
    then with your writeback, you can change anything you want...

    Audit and this blog...
    http://obiee101.blogspot.com/search/label/user

    I hope I helped...

    ///////////////////////////////////////
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • The error of the user role assignment

    Oracle 10.2.05
    Linux environment

    I just to give a role to a user, but the user has no role-based privileges.

    Here's what I did:

    First create a user (db_user) using system id
    Then, create the schema_admin_role role
    Then run the script to assign privileges to the role
    (SELECT ' grant select, insert, update, delete on ' | owner |) '.'|| table_name | ' schema_admin_role;' from dba_tables WHERE OWNER = "another_schema";

    Then run
    grant schema_admin_role to db_user;

    The problem:
    When db_user tries to update the table X own another_schema, he gets no sufficient privileges

    But when I run (select the owner, table_name, and privilege of dba_tab_privs where dealer = "SCHEMA_ADMIN_ROLE";), I see all the privileges belonging to this role.

    All your end solution will be appreciated.

    db_user start a new session after the GRANT?

  • How to limit the rows returned from the user role-based interactive reports

    Hello

    I'm a new Apex-PL/SQL Developer, looking for some recommendations on how to implement an interactive report to display different lines in your current application ROLE service.

    For example let's say you have an application for orders and 2 different roles: superuser and sales-rep

    Now, if super user connects to the application, it should be able to see all the rows in the orders table, however, if the user 'john' connects with the commercial list, he should see those orders assigned to him.

    I don't think I can use "dynamic" sql and build my where clause on the fly if I choose an interactive report so I was looking around and came across the concept of a common function but it seems that some other people do this with collections of the APEX. Is there anyone with a recommendation for one to use? A few books I've read recommend putting most of the logic that you can on your database (easier to maintain in the long term) that's why I thought about pipep functions using, but I thought I would check with the experts first.

    Thank you!

    If you are allowed to use an Enterprise Edition database and to apply these restrictions, through the entire application, or across multiple applications, then use of private virtual database (DPV), with the security attributes of PL/SQL Code to the initialization/cleanup APEX application to set and reset the settings in your application.

    Should you not use EE, then you can roll your own VPD use parameterized views.

    If the restriction is only required for this unique IR, then, simply use a union of two mutually exclusive predicates opportunities:

    select ...
    from orders su
    where :app_role = 'super-user'
    union all
    select ...
    from orders rep
    where :app_role = 'sales-rep'
    and rep.salesman = :app_user
    

    All of these approaches should outperform functions in pipeline, collections, or a user-defined function (which, in a predicate that is executed for each line, mudra stopped the large datasets because of context switching).

  • The user roles

    Hello experts.

    There are getRoleMembers (...) method of interface RoleManager that retrieve the users on the given role.
    Are there methods that retrieve roles for this user?

    Thank you.

    Use this API

    getUserMemberships on RoleManager

    List roleList = roleManager.getUserMemberships ("63", true); / / 63 is the take

  • create the user role

    I would like to know if it is possible to create the user on the CodldFusion server role.

    Your iand help information is great appreciated.

    Kind regards

    iccsi,

    See http://forums.adobe.com/message/4907241#4907241

  • Import only the users/roles

    Hello
    for testing purposes, I imported to fullexport.dmp; Only two users with their objects.
    Now, I would import all the remaining users + roles from the same file fullexport.dmp and roles.
    What is the best way to do this, I think that the first users should be imported only roles but I don't know how to do this?


    Thank you

    Thank you!

  • Planning the User Login screen

    Hi all

    I have a customer request to perform after the task

    If a user connects and opens the report X and the user is working on this form and then disconnects and newspapers in later app then planning is automatically redirect to the previous user of the web form opened.

    So now, my client needs user to be redirected to the default page. How this can be achieved.

    In forums, I saw John suggested to change "MRU_SCREEN_PROPS" to redirect to a time goal, but here I need a permanent solution, I tried following ways

    I've seen pictures where the application is deployed that is the relational database
    Table I referred is HSP_USER_PREFS, I have manually modifed column 'MRU_SCREEN_PROPS' in the login page by default of the planning application, but it more written when disconnects and connects

    So is it any procedure to permanently redirect my users to a single login page.

    Thank you
    RAM.

    Hello

    You can check the below?
    What you defined for the property at the application level in "Current Application Defaults"?

    Administration->-> the current default Application settings-> Application settings display Options

    Is ' Remember last page visited: "value not in"other Options "?

    See you soon
    RS

  • How to assign the user role by using a script?

    Hello

    I want to assign a role permission set to a local ESX 4 install any user account with a CLI command, so I can do during the ks.

    Did anyone done this before?

    Tips and tricks are welcome.

    THX

    Take a look at the vCLI esxcfg-user command that can be done outside the Console of the ESX Service or you can take a look by using vimsh on the Service Console:

    [root@himalaya ~]# vmware-vim-cmd vimsvc/auth
    Commands available under vimsvc/auth/:
    admin_account_disable     entity_permission_remove  role_add
    admin_account_enable      entity_permissions        role_permissions
    admin_account_is_enabled  permissions               role_remove
    entity_permission_add     privileges                roles
    

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    150 VMware developer

    If you find this information useful, please give points to "correct" or "useful".

  • Hide the dashboard based on the user role page

    Hi friends,
    I have a requirement where I need to hide a dashboard page at rehearsals connect while the supervisors and the admin can it see if they connect. It would have been much easier in OBI or Siebel Analytics but in SOD where we have no access to the RPD and other things, is there a way or a work-around to achieve this.

    Max,

    You need to hide the dashboard tab all together and configure dashboards customized to you then create as webtabs, in this way you can delete them from the presentation of the tab of a role. Create 2 dashboards, for supervisors/admins and one for representatives or simply a dashboard customized for representatives and remove only their access to dashboards.

    concerning
    Alex

Maybe you are looking for

  • I can't find the start page in Firefox with the Set Up synchronization link

    I try to get the synchronization on my android device code find all my favorites on my main computer to the tablet-PC. The directions on the Mozilla support site say "Type set up button on the start page for Firefox Firefox Sync." Well I can not for

  • Failed to configure Gmail in Mail from Yosemite

    Just got a new iMac running 10.11.2 and this is what I get when I try to set up a simple Gmail account in Mail. Never used a problem on older Mac. All the answers? Thank you

  • separation of digital signals

    See attached vi.  I display several digital waveforms on a digital chart.  This works.  I would also chart each channel individually on a xy chart.  Any help would be appreciated.  Thank you.

  • 6500 has more with error 0xc19a003e

    Out of the blue, our 6500 has more reported an ink system error, code 0xc19a003e.  Printer is about 1.5 years old; ink cartridges themselves are fairly recent. I tried the different cycling stages powers and have even tried to put it in a new print h

  • Windows asks me to insert the recovery disk when that I start.

    Original title: Microsoft Windows Vista Recovery Disc I have a samsung computer. I recently had a virus attack, lost all my photos. My computer then shut down (i think) and now when I turn it on she prays for a recveory disk (microsoft windows vist I