Revoke the option for the roles of users admin

Hi all

OS: SunOS
DB: 10.2.0.3

Hello


How to revoke the privilege of admin for the roles of specific uses;

Ex:

I want to revoke admin option for roles connect, new_connect nmos_user from users.

It allows:

DEALER GRANTED_ROLE SMA DEF
------------------------------ ------------------------------ --- ---
ABC abc_role Yes Yes

Published by: [email protected] on March 13, 2010 05:03

See: http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9013.htm#SQLRF01603

"To revoke the ADMIN OPTION on a privilege system or a user role, you must revoke the privilege or the role of the user in total and then grant the privilege or role to the user without the ADMIN OPTION."

Tags: Database

Similar Questions

  • Question about importing the roles of users through LCM HSS 11.1.2.1 MSAD

    Hello

    We use Hyperion Planning version 11.1.2.1. I tried to export user and group provisioning to prod environment and migrate there in the dev environment.

    The following steps have been

    1 open Hyperion Shared Services Console

    2 expanded Application groups

    3. scope of the Foundation

    4. click on Shared Services. I got a list of artifact on a new tab on the right side of the screen

    5 expanded native Directory. Some groups (Checked), roles and users

    6 click on define Migration and then did then, then, then on the following screens until I got a popup asking to "run the Migration.

    7 enforce Migration, I received a folder created under admin@NativeDirectory with 2 subfolders (info and resources)

    I saw 3 csv files is created - Groups.csv, Roles.csv and Users.csv.

    Groups.csv contains all the groups and users in each group.

    Users.csv contains all the users belonging to the Native directory

    Roles.csv was surprisingly an empty file (don't know why)

    My question is

    1. how to export that 'Aboriginal group' has been implemented to what roles?

    2. how to export what Directory user external user (i.e. MSAD) has been put into service for what role?

    I need to import roles provided to the 'MSAD users' and 'Indigenous' of Prod to Dev env env. Since I'm not able to export to MSAD user roles and groups... I don't know how to do in this regard. Please help me with this. Thanks in advance.

    Assigned roles:

    http://www.Oracle.com/ocom/groups/public/@OTN/documents/digitalasset/103849.gif

    http://docs.Oracle.com/CD/E40248_01/EPM.1112/epm_migrate_planning_app/images/graphics/export_from_source_1.gif

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • List of all the roles a user belongs

    Hello
    I want to get a list of all the roles to which a user belongs with OIM 11 g APIs.
    oracle.iam.identity.usermgmt.api.UserManager
    oracle.iam.identity.rolemgmt.api.RoleManager

    A code example will be very useful.

    Thank you

    for the time being, use "*" instead of ConstantsDefinition.WILDCARD and move forward

  • Someone put to the top of my laptop with vista and the local profile, user, admin isn't me how can I fix it?

    I would also like to know how change the user local profile so that my name is displayed as I keep saying that I don't have administrator privileges for my own laptop

    Hello

    ·         Your computer is on the field?

    ·         You are logged as administrator?

    I would be creating a new profile user such as your name and transfer the data from the old user profile and delete the profile follow the steps mentioned below:

    Step 1:

    Create new user account follow the steps in the link:

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-user-account

    Step 2:

    After above step, follow the steps in the link to transfer data from the old profile to new profile:

    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

  • Standard user saved internet photos appear in the account of user admin instead, how can I fix this problem?

    I can't find an answer to this question. I save pictures of sites .gov to accompany the latest news that I write. I work as a standard user and don't use the account administrator to computer problems. But when I save pictures and PDF files that they do not appear on my desk or in my photos, instead, they go to the administrative account. I end up having to go to the admin acct send to me, so I can access it on my standard user account. How can I fix?

    Thank you, make it a great day!

    When you save the photo, enter

    C:

    in the file name box, press ENTER to go.  This will show the top part of your hard drive.  Now, open the users folder and find the right place to save.  This will save appropriately instead of the other account.

  • How to revoke the SELECT on a table for a specific user?

    Environment:

    SQL * 3.1 on Windows XP Pro SP3 Developer to connect to Oracle 11.2.0.3 EE on Solaris 10.5.

    I have table T with SELECTION privilege granted on this issue both a role and a specific user.

    I am using SQL * Developer to revoke the privilege SELECT on this table of the individual user and leave the role.

    I can see how to revoke the role by right-clicking on the table and goes to the privileges-> revoke but I can't find where to choose a specific user to revoke of.

    Any help is greatly appreciated!

    -gary

    Hi Gary,.

    You are probably aware of the SQL syntax of base to make grant and revoke of SQL * more or the SQL Developer Worksheet:

    grant select on .T to ;
    revoke select on .T from ;
    

    To reach the equivalent to revoking of SQL Developer Connection Navigator...
    1. open the connection for
    2 expand the Tables node, and then open the object for table T browser.
    3. click on the grants tab and then, in its toolbar, select Actions->-> Revoke privileges
    4. Select in the drop-down list of the dialog box to remove user Action.
    5 shuttle privilege SELECT from the right back to the left, and then click apply.

    One would expect to be able to do the same thing from say the node under the node for the use of the SYSTEM for other users, but this isn't the case.

    Hope this helps,
    Gary Graham
    SQL development team

  • How to get the role (Hall) of the currently logged in user

    Hello

    BPM 11.1.1.5 / 11.1.1.5 JDeveloper / ADF BC

    I created a BPM process with 3 user tasks and human tasks associated with them, which will have jspx pages ADF TaskFlows.
    There will be 2 roles (lanes) in the BPM process. 2 tasks for a single role and 1 for the other role.

    Users will connect to the workspace of BPM to interact with the process

    I created a .jsff located in a delimited TaskFlow.
    I dropped this taskflow as region in all pages for the 3 UI jspx pages so that the region is reused. (Basically all users see the same content)

    But the behavior of the content will be dynamic based on the roles of users, Process Status and maybe some data from the database.
    For example, I want to the fields in the editable region when the process is created by the first user.
    After that the process of submission, he goes to the next user for approval. Then the user with the approval role can modify it.
    At the same time, if the user who submitted the process opens the task, it should be visible as Readonly for him.

    User (initiator) region - creates data - is editable
    User B (critical) - customer data - region is editable. The user opens the task that he argued. It should be readonly for him.
    The user has - receives Notification - area is read only

    Then

    I want to know if it is possible to get the currently logged into the role of the user (as defined in the corridors) in the BPM process.
    I want to get these roles in the ADF UI project and use it on the expression of readonly property in the .jsff file.

    Thanks for any help.
    Concerning
    Sameer

    You can use the following EL fields readOnly property to->

    #{securityContext.userInRole []}

  • clarification of the role of admin Help Desk in IOM

    Hello

    I have granted few users with the role help desk Admin, I got the below list of permissions of the document oracle.

    When the user tried to change the attribute of the user (name, first name etc...), he went for approval. But in the list above permission to the role of assistance, there is no mention of user to change access rights.

    How is the user was able to edit the attribute name? Is this regular behavior?  I see the admin role Viewer user has permission to modify user (attribute-level security) .

    Help Desk role inherits permissions of other admin roles (display of use / other role)?

    What is meant by request or direct exploitation?

    What is meant by scope organization permissions?

    Please provide details?

    Thank you

    Yes, you need to use in the same way, as described in the link button change user below. You must create a sandbox, apply EL expression and publish the sandbox.

    Oracle security solutions: IOM 11 GR 2 - show elements and hide the user interface based on a role

    The wink below shows the similar expression you need to set for users of the system of administration.

    The other activity in relation to the Helpdesk will work as it is. He expression will only hide the button change for all users except Admins system (xelsysadm). We have working in one of the previos project. This should work for you as well.

    ~ J

  • R12 - assign roles to users via SQL not through forms

    Hello

    I want to give users a specific role and I would like to know if there is no sql to do this. Gives/shows only the method of forms security guide.

    Here I had 100 + users that I need the entitled, the role of and through forms, it will take me hours to days. Someone has the SQL for this?

    OracleTree wrote:
    Hello

    I want to give users a specific role and I would like to know if there is no sql to do this. Gives/shows only the method of forms security guide.

    Here I had 100 + users that I need the entitled, the role of and through forms, it will take me hours to days. Someone has the SQL for this?

    How to assign and revoke the role and responsibilities to a user using a Standard API? [373369.1 ID]

    WF_LOCAL_SYNCH
    http://ETRM.Oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=WF_LOCAL_SYNCH&c_owner=apps&c_type=package

    Thank you
    Hussein

  • software installed as that user admin does not work when logged in as standard user

    Running a desktop computer dell with XP SP3 home edition with no possibility of wifi

    Bought the USB adapter wireless and successfully installed the software and connected to the router connected as a user with administrator rights. When I connect software standard user being their but does not connect to the router. ? Standard user family security enabled, I disables it, but it makes no difference.

    Thanks for your suggestion, yes tried and it works when I connect as long as the user admin with a password even if I'm in the standard account. However he does not remember the settings, so whenever you access the standard account you must connect as admin users that would amount to giving the password to the admin of my grandson who defeats the object to have its own user account.

    But I solved the problem, when I looked in C:\documents and setting\admin data User, I found the folder for the software with an ini configuration file and a profile ini file. The profile ini file was missing in the same application for standard user folder. When I copied the file across and made a minor change to the standard user configuration ini file is the file of users admin everything works fine

  • Portal of WC - need information about the Migration or DB tables for roles and users/groups.

    Hello

    We are to modernize the WebCenter portal for a client of 11.1.1.3.0 to 11.1.1.8.0.

    Anything can let me know the procedure of migration or the involved DB tables that store the roles and the "user groups &" under the administration of security.

    A manual level by recreating all roles and users and groups one by one is my last option.

    Thank you

    Jean Claude

    Hello.

    Do not recreate it manually.

    The documentation must guide for PS2 - PS7 migration explaining step by step what to do regarding the security / policies.

    Read it slowly and carefully.

    Using WLST backup/export/import of your policy store scripts / qualifications.

    Following links can help you understand the WLST Scripts for the migration of security:

    http://docs.Oracle.com/CD/E29542_01/core.1111/e10043/addlsecfea.htm#JISEC3639

    Custom security infrastructure controls WLST - 11g Release 1 (10.3.6)

    We have migrated many times of 11.1.1.4/5 to 11.1.1.8. Always on the PS3 (11.1.1.4) version.

    11.1.1.3 to 11.1.1.4 was the biggest change from my point of view. I never had the opportunity to PSx PS2.

    For migration tasks, my recommendation is to ask for doubts or things not clearly in Support of Oracle documentation.

    Kind regards.

  • I would like to buy and install a stand-alone version of Lightroom on my iMac. I do not want to join the CC program. The CC is not an option for me. I'm iMac late 2009 user, osx el capitan, installed on a formatted hard drive 1 t, 16 GB of ram with1066 MH

    I would like to buy and install a stand-alone version of Lightroom on my iMac. I do not want to join the CC program. The CC is not an option for me. I'm iMac late 2009 user, osx el capitan, installed on a formatted hard drive 1 t, 16 GB of ram with1066 MHz PC3-8500 DDR3 SDRAM. Everyone uses LR6 on iMac late 2009? anyone has any experience with el capitan and LR6 osx?

    Hi Piotrsta,

    With the last update of Lightroom, most of the problems have been corrected.

    Also, you can read the following article: Lightroom and El Capitan | Mac OS 10.11

    Kind regards

    Tanuj

  • Hi, I was wondering how is Adobe plans a subscription for 1, 2 & the complete costume but no option for say 3 applications software for individual users?

    Hi, I was wondering how is Adobe plans a subscription for 1, 2 & the complete costume but no option for say 3 applications software for individual users?

    In fact they have plans for simple applications overall, with one exception where they offer Photoshop with Lightroom for less than what the combination of would cost them separately.  You're probably not going to get an answer to your question, but... it's probably a part of their marketing strategy that is aware of the management of the Adobe - no information to share to the public.  It is unlikely that anyone who knows why will visit these forums, or are allowed to share this information, even if they did.

  • I installed the SQL 4.0 developer and repository installation was a success. But the tools-> Data Miner-> Make visible option is not enabled. Also when I double click on the data minor user login I get the message the montrela

    I installed the SQL 4.0 developer and repository installation was a success. But the tools-> Data Miner-> Make visible option is not enabled. Also when I double click on the data minor user login I get the message workflow repository data need to be stored as xml binary on databases of version 11.2.0.4 or higher. You want to migrate your data from worklfow binary storage?  WARNING: All sessions with the ODMRUSER role will be disconnected.  Client version: 12.2.0.17.29 Version: 12.1.0.1.0 the database repository Version: 12.1.0.2.1. I don't have an older repository. Please help me solve this problem.

    Try to create a data minor user account (for example DMUSER) using the script createuser.sql in the \dataminer\scripts directory.  Use this user account to connect instead of the anonymous account.

    Thank you.

  • Adding a user to a role, you see only not the role permissions

    Hi all

    Simple question HERE and frustrating because it seems so easy... Oracle 11 G 64-bit (11.2.0.3) on Windows

    I created a role and a user as follows:

    CREATE USER TEST_USER
      IDENTIFIED BY <password>
      DEFAULT TABLESPACE USERS
      TEMPORARY TABLESPACE M_TEMP
      PROFILE DEFAULT
      ACCOUNT UNLOCK;
      -- 1 Role for TEST_USER 
      GRANT INTELLIWAVE TO TEST_USER;
      ALTER USER TEST_USER DEFAULT ROLE NONE;
      -- 1 System Privilege for TEST_USER 
      GRANT CREATE SESSION TO TEST_USER;
    

    The role is:

    CREATE ROLE INTELLIWAVE NOT IDENTIFIED;
    -- Object privileges granted to INTELLIWAVE
    GRANT SELECT ON SCHEMA1.ERROR_LOG TO INTELLIWAVE;
    -- Grantees of INTELLIWAVE
    GRANT INTELLIWAVE TO TEST_USER;
    GRANT INTELLIWAVE TO SYS WITH ADMIN OPTION;
    

    Now when I use the Toad and sign in using the TEST_USER user, I can connect fine but if I try to choose among this SCHEMA1. Table ERROR_LOG, reads table/view does not exist. And when I check the tree of the scheme under the scheme, I don't see this table under that user. It is there.

    What Miss me?

    Thanks in advance!

    It seems likely that the new role is not enabled in the session. Try

    SELECT * FROM SESSION_ROLES;

    While signed in as a user. The new role appears?

    I don't see EDIT USER by DEFAULT ALL ROLE; in your script CREATE USER.

    I don't see EDIT USER by DEFAULT ROLE INTELLIWAVE;

    For example, if the role is not one of the default roles for the user (via one of the above) then you will need to deliver the VALUE ROLE INTELLIWAVE. or the ROLE ALL VALUE; to access privileges granted to this role. The SET ROLE command affects only the current session.

Maybe you are looking for

  • Remove yahoo mail iCloud email

    I want to stop my yahoo mail sent in my Inbox iCloud. As I have installed the yahoo mail application. I deleted yahoo mail accounts settings/mail, but I still receive emails in my Inbox iCloud account. Where I'm going wrong. ? Help it is driving me c

  • Firefox plugin vlc

    VLC plugin not faund!

  • What I am doing wrong in trying to put in place a NSLU2

    I use a home network two XP Pro laptops, a Wireless Linksys router and I have just bought a NSLU2 device on which I want to connect to my external hard drive existing (a WD My Book) so that two laptops can share and save files on this disc, without t

  • BB10 simulator - good stop?

    Stupid question. How to make a good stop to the bottom of the Simulator? The first time that I looked around, I couldn't find anything, so I just left it running (for weeks). VMware has manipulated my laptop put in "standby mode" many, many times ver

  • Replication of database ACS SE 3.3.3

    HelloW I have some problems with replication of database with 2 ACS SE 3.3.3 On each ACS, I have configured the other FAC as ACS server. On primary, I moved the ACS secondary to a replication partner. Secondary, I did not move primary ACS to a replic