How to list all the users who have the privilege of s/n?

How to list all the users who have the privilege of s/n?

Peter

Select * from dba_role_privs where GRANTED_ROLE = 'DBA ';

Tags: Database

Similar Questions

  • How to tune all the privilege of a specific to a user schema?

    How to tune all the privilege of a specific to a user schema?
    I have already create a new schema and import the data necessary for this scheme.
    Now I want to affect all the privilege for this schema to user HR (let the user HR become owner of this schema). How to deal?

    Published by: qkc May 13, 2011 10:45

    qkc wrote:
    How to tune all the privilege of a specific to a user schema?
    I have already create a new schema and import the data necessary for this scheme.
    Now I want to affect all the privilege for this schema to user HR (let the user HR become owner of this schema). How to deal?

    Published by: qkc May 13, 2011 10:45

    It is no way - by definition - that a user can 'ownership' of another schema. A schema is, by definition, the collection of objects that belong to one owner.

    but it's maybe just semantics in the context of what you really want.

    Use sql to generate the sql:

    spool doit.sql
    select 'grant select on someuser.' || table_name || ' to someotheruser;'
    from dba_tables
    where owner = 'SOMEUSER';
    spool off
    
  • How to list all the users on the Windows 8 Pro welcome screen

    I work for a small company based in the House of my boss of IT services. Because he runs the company, all the computers in the House are on a domain Active Directory (ease of management and control). Because he runs the company from his home, several of these computers are tablets/touch screens for his children, all upgraded to Windows 8 Pro.

    Currently, the default behavior of Windows 8 at startup is to display the Welcome screen showing the last user who opened a session with an option to switch to another user. If "Other user" is selected, a complete login prompt appears requesting a user name and password. This is standard fair for Windows 8, especially on a domain.
    He wants to do me is to find a way to allow a style of Windows XP (workgroup) Welcome screen displaying all the available avatars with user accounts, allowing so a child to click easily their user account and enter a picture password without ever seeing the on-screen keyboard.
    To rephrase: we want the Windows 8 Pro welcome screen to list all the (or specific, if possible) allowing anyone of you users connect to the computer without entering a user name and only enter a password (or picture password).
    I searched the web carefully and it seems that Microsoft can have deprecated this feature in an update of Windows 7 - many people shouting right lose their old welcome screen after an update. I read in the case of registry (removal of corrupt profiles and .default) hacks, security policy settings (interactive logon: do not display last user name = disabled), account policy (control userpasswords2 > uncheck: users must enter a password...) and a few other suggestions that had mixed results, which none apply to the present case , either because the settings are already in place, or because they are not available due to being on a domain.
    I'm open to exploration of any kind of registry or 3rd party software hacks that can provide this functionality. Win8 default behavior is absolutely horrible for tablets - it should be easy for multiple users to connect to a device without using a screen keyboard to enter their username and password. WIN8 is halfway there with passwords of photo, but we still have to enter a user name for all, but the user recently.
    Thanks in advance!

    Hi Jayce Nornin,

    Please be informed that he has no option to list all the users on the Windows 8 Pro welcome screen.

     

    It will be useful. If you have any other questions, feel free to let us know. We will be happy to help you.

    Thank you.

  • How to list all the tables that have no data

    Hi all


    I want to list all the tables that have no data. (registration number is 0)

    Someone help me.

    Thank you
    Thiensu2810

    Select owner, table_name from dba_tables where num_rows = 0;

    This assumes that the table statistics are COMMON.

  • How to list all the files in a backup job?

    User GreyGnome:

    I would like to get a list of all the files on a file system backup task. Is this possible?

    Through the CLI, if possible. On Linux.

    Thank you.

    Posted by AdrianMoir

    Hi GreyGnome,

    You can actually set this via the user interface on the backup options for employment. See attached picture.

    This will allow you to define a path and file name of a text file that lists all the files that are backed up by work, when the work is performed.

    Once the option set is saved under a name, if you create jobs through the CLI, with nvjobcreate, you can specify the selectionoptionsetname - , by using the name of the set option that you created with the entry 'Path to Backup Log'.

    The text file will display the name of the file in the following attributes...

    Backup Path, State, Type, size (bytes), Timestamp, attributes.

    Thank you very much

    Adrian.

  • How to list all the system user directories?

    Hi all


    last month I create the directory for export (data pump). The problem is that I didn't put it in the documentation. I would like to know how I can list all directories (granted and which are created in sqlplus) by simply using the sql statement.

    Is there any command for this SELECT * FROM ALL_USERS?;



    would be great if someone can help me

    easy:
    SELECT * from all_directories

    HTH, Urs

  • How to list all the vm with more than one network card?

    Hello

    Is it possible to only list all my s vm in my environment with more than one network card?

    I tried using the Get-NetowrkAdapter cmdlet, but could not get the desired results.

    Get - VM | Get-NetworkAdapter | Select-Object Name. ConvertTo-HTML-head $a - body "Virtual Machines < H2 > < / H2 > ' | Out-file D:\vms.htm

    Thank you

    Hello, AGFlora-

    Of course, you can do this with the standard as cmdlets:

    ## using standard cmdletsGet-VM | Select Name, @{n="NumNICs"; e={(Get-NetworkAdapter -VM $_ | Measure-Object).Count}} | ?{$_.NumNICs -gt 1}
    

    Or, if you want to get the results a little (or a lot) more quickly, you can use the cmdlet Get-view as:

    ## fast-like, using Get-ViewGet-View -ViewType VirtualMachine -Property Name,Config.Hardware.Device | Select Name,@{n="NumNICs"; e={($_.Config.Hardware.Device | ?{$_ -is [VMware.Vim.VirtualEthernetCard]} | Measure-Object).Count}} | ?{$_.NumNICs -gt 1}
    

    Those are both by selecting the names of virtual machines and their number of network cards.  Then you can direct this output to Export-Csv, ConvertTo-HTML, what you like.  What to do for you?

  • How to list all the vm with a snapshot?

    Hi, I need to have an overview of all the my virtual machine using a snapshot.

    Is there a function / script to receive all the days of the information by mail, for example?

    Concerning

    You can see Alan Renouf vCheck daily report using PowerCLI, vSphere SDK for Perl solution looking for, take a look: VMware vSphere Health Check Report v5.1.0

    The two will provide you with information about snapshots in your environment, Alan script, it's more than a daily report you are looking for and it email

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

    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".

  • How to list all the bridges in VM Linux?

    I have window, we can do it with Edit - & gt; Virtual network setting...

    But Linux, I can see that, and I don't want to stop all the virtual machine to run vmware - config.pl

    Thank you!

    ps - ef | grep 'bridge '.

    AWo

    VCP / VMware vEXPERT 2009

  • How to list all the files on my HP/WinVista C: / / drive

    I have a HP laptop w/WinVista & the c: / / drive 105 GB is full of something, I ran Disk Clean & Disk Defrag without positive results! Very confused pirate, thank you for all help to define who I can erase, Ralph

    Ralph

    List them will do you no good.  Find out what their sizes are at will.  There is a neat application called Treesize (by Jam software) which is free and will tell you what that is use.

  • How to obtain the list of users who have logged vCenter

    Y at - it a script that lists the users who have signed in a specific vcenter?  I couldn't seem to find a.

    Take a look on Get vCenter full session info

  • To find the list of users who have access to the specific cube in essbase

    Hi team,

    I have EMP 11.1.2.2. Can you please let me know how to find the list of users who have access to the individual of the cube in shared services or by using script maxl essbase. I don't get the answer you need using the commissioning report.

    Thanks for your time and your help.

    Try the display Privilege, you must then filter for that particular cube. Why is commissioning report does not?

    Concerning

    Celvin

  • List of users who have been granted to a particular function in oracle apps R12 db?

    Hello
    I need to list all the users who have been granted special function (suppliers) of Oracle apps R12 server. The user-> RESP-> Menu-> submenu/function. I have two queries as follows:

    -Sql query below gives all users those
    access of the application of purchase and Payables.
    SELECT u.user_id, SUBSTR (u.user_name, 1, 30) UNIQUE user_name,.
    SUBSTR (r.responsibility_name, 1, 60), responsibility
    SUBSTR (a.application_name, 1, 50) application
    U fnd_user,
    fnd_user_resp_groups g,
    fnd_application_tl has,
    fnd_responsibility_tl r
    WHERE g.user_id (+) = u.user_id
    AND g.responsibility_application_id = a.application_id
    AND a.application_id = r.application_id
    AND g.responsibility_id = r.responsibility_id
    AND a.application_name in ('Purchasing', 'Accounts payable')
    ORDER OF SUBSTR (user_name, 1, 30),
    SUBSTR (a.application_name, 1, 50),
    SUBSTR (r.responsibility_name, 1, 60);

    -Under a sql query gives the function name.
    SELECT function_id, user_function_name, creation_date description
    OF applsys.fnd_form_functions_tl where function_id = 1348;

    What the other tables join to get all users with this feature (suppliers) given?

    Concerning

    The grant is ok. When I connect on the toad using & issued the following command, the message error gives sufficient privileges.

    ALTER PACKAGE COMPILATION PACKAGE; > ALTER PACKAGE BODY build;

    Can you reproduce the problem of SQL * more?

    If the grant on the package is OK, please go through the code of the package and make sure that the READ-ONLY user has right to select on all tables referenced in the package specification/body.

    Thank you
    Hussein

  • How can I configure Server 2008 R2 to disconnect users, who have been disconnected more than exodus 12 hours?

    How can I configure Server 2008 R2 to disconnect users, who have been disconnected more than exodus 12 hours?

    These MS Answers forums are intended for the home rather than the it professional user. Please transfer your question in the relevant Microsoft Technet forum here:

    http://social.technet.microsoft.com/Forums/en-us/category/windowsserver .

    Thank you.      :)

    (I'm sorry, but I can't move this thread for you because the two forums are working on separate platforms

  • How to transfer all the parameters concerning auser as outlook mail settings of another user in the same computer and OS (win 7)

    How to transfer all the parameters concerning auser as outlook mail settings of another user in the same computer and OS (win 7)

    How to transfer all the parameters concerning auser as outlook mail settings of another user in the same computer and OS (win 7)

    Easy Windows XP, not so easy under Windows 7. Have a look here:

    http://www.bluemoonpcrepair.com/WP/?p=39

Maybe you are looking for

  • Re: Tecra M9 - 15I - HDD that upgrade?

    I think of upgrading my laptop HARD drive. I seek through my options and don't know whether to go for a HARD disk with a rpm of 5400 or 7200. Read information from the manufactureres, a 7200 RPM hard drives are usually better. But no one knows how th

  • failure of restoration of 7201tx dv7 help im ready to hit it with a hammer and fix it forever

    My DV7 7201tx fails to restore it all goes the way to restart and loading of software etc. and even in windows 8, but only once and then it tells me that the restoration failed and locks the admin VAC and from there it just request the recovery media

  • How can I add my laptop to the network and connect to the internet as well

    I have internet access on my computer at home, the ipod, the ipad and iphone.  How can I add my laptop to the network and connect to the internet as well?

  • in case of failure (error) spp_open

    Hi all I train to launch a server SPP (blackberry application example), but in the face of the (spp_open_fail) error after clicking on connect SPP. I give here the method code snippet: Sub ChatManager::connectToSPPService() { m_chatHistory.clear ();

  • BlackBerry 10 cannot upgrade software

    10.3.1 announced in the BlackBerry world, but my Z10 unit keeps indicating that I have the latest version of the software available - 10.2.1. What should I do? Or 10.3.1 is simply not available for devices att?