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

Tags: Database

Similar Questions

  • 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 ';

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

  • trace all the particular user login sessions

    How to trace all the particular user login sessions?

    Need to generate a trace so that I can see whence connections machine.

    user account is already locked.

    Audit connections without success being the natural method to accomplish this task, it might be useful to you to explain why you can't use it. It would be much easier to solve the problem of verification without verification.

    If you can not really enable auditing, I guess that you can create a connection logged successful connections trigger (it would be easier to verify successful connections, but we'll assume is not authorized as well) and that cross with the listener log. Incorrect passwords would generate an entry in the log of the listener and not in the table of successful connection. Which is not exactly a simple solution to the problem, but it does not avoid using the Oracle auditing feature.

    Justin

  • How to display this window that lists all the devices of storage connected to my PC?

    How to display this window that lists all the devices of storage connected to my PC? It lists each device, how much space is used and how much is free? I sometimes open it by accident, but I can never find it when I'm looking for it.

    original title: storage devices

    Beginning

    Control Panel

    If you the small icons view do the following:

    Administration tools

    Computer management

    Storage

    Disk Managment

    If you have the category view do the following:

    System and security

    Administration tools

    Computer management

    Storage

    Disk management

  • How to filter all records if user check all option in the box.

    Hi friend

    I created the search box to filter the report so I created check box for filtering and implemented agent under SQL query in the list of values

    SELECT NAME, CODE R FROM AGENT_MAS

    UNION

    SELECT 'ALL', 'ALL' D DOUBLE R

    and my area code are below

    SELECT AGENT, CODE, TYPE FROM AGENT_MAS WHERE (to_char (ARR_DATE, 'MM') > '04' = and to_char (ARR_DATE, 'MM') < = "12")

    and to_char (ARR_DATE, 'RRRR') =: P10_YEAR

    and ((: P10_AGENT is not null and (instr (': ' |: P10_AGENT |': ',' :'||)))) AGENT_CODE: ': ', 1) > 0)) or: P10_AGENT is null)

    and

    ((: P10_MARKET is not null and (instr (': ' |: P10_MARKET |': ',' :'||)))) MARKET_CODE: ': ', 1) > 0)) or: P10_MARKET is null)

    AND

    ((: P10_MONTHS is not null and (instr (': ' |: P10_MONTHS |': ',' :'|| to_char (ARR_DATE, 'MY'): ':', 1) > 0)) or: P10_MONTHS is null)

    GROUP BY AGENT

    filter work well, but I must add filter with 'EVERYTHING' if the user select EVERYTHING in the box, then all the registration should be filter.

    How to view all archives if user check all checkbox option.

    Thank you

    Hi Maxence,

    CORINE wrote:

    Hi friend

    I created the search box to filter the report so I created check box for filtering and implemented agent under SQL query in the list of values

    SELECT NAME, CODE R FROM AGENT_MAS

    UNION

    SELECT 'ALL', 'ALL' D DOUBLE R

    and my area code are below

    SELECT AGENT, CODE, TYPE FROM AGENT_MAS WHERE (to_char (ARR_DATE, 'MM') > '04' = and to_char (ARR_DATE, 'MM'))<>

    and to_char (ARR_DATE, 'RRRR') =: P10_YEAR

    and ((: P10_AGENT is not null and (instr (': ' |: P10_AGENT |': ',' :'||)))) AGENT_CODE: ': ', 1) > 0)) or: P10_AGENT is null)

    and

    ((: P10_MARKET is not null and (instr (': ' |: P10_MARKET |': ',' :'||)))) MARKET_CODE: ': ', 1) > 0)) or: P10_MARKET is null)

    AND

    ((: P10_MONTHS is not null and (instr (': ' |: P10_MONTHS |': ',' :'|| to_char (ARR_DATE, 'MY'): ':', 1) > 0)) or: P10_MONTHS is null)

    GROUP BY AGENT

    filter work well, but I must add filter with 'EVERYTHING' if the user select EVERYTHING in the box, then all the registration should be filter.

    How to view all archives if user check all checkbox option.

    Thank you

    To view all the archives, if the user has checked all THE option in the box, you will need to modify your report to:

    SELECT AGENT
        , CODE
        , TYPE
      FROM AGENT_MAS
    WHERE ( TO_CHAR(ARR_DATE,'MM') >= '04' AND TO_CHAR(ARR_DATE,'MM') <= '12' )
      AND TO_CHAR(ARR_DATE,'RRRR') = :P10_YEAR
      AND ( 1 = ( CASE
                    WHEN (:P10_AGENT IS NOT NULL AND (:P10_AGENT = 'ALL'))
                      THEN 1
                    WHEN (:P10_AGENT IS NOT NULL AND (INSTR(':'|| :P10_AGENT ||':',':'||AGENT_CODE||':',1) > 0 ))
                      THEN 1
                    ELSE
                      0
                  END ))
      AND ((:P10_MARKET IS NOT NULL AND (INSTR(':'|| :P10_MARKET ||':',':'|| MARKET_CODE||':',1) > 0 ) )  OR :P10_MARKET IS NULL )
      AND ((:P10_MONTHS IS NOT NULL AND (INSTR(':'|| :P10_MONTHS ||':',':'|| TO_CHAR(ARR_DATE,'MON')||':',1) > 0 ) )  OR :P10_MONTHS IS NULL )
    GROUP BY AGENT
    

    I changed the filter AGENT to include all THE option.

    I hope this helps!

    Kind regards

    Kiran

  • IBM think centre @ request for initialization of the system user password and a genius set the bios to lock keyboard can it is bypassed and how?

    Original title: IBM think centre @ start request.

    IBM think centre @ request for initialization of the system user password and a genius set the bios to lock keyboard can it is bypassed and how?

    Hi brandon1980,

    I recommend you contact your computer manufacturer for assistance. The manufacturer would be able to give details about the BIOS (Basic Input Output System) and find out if this feature can be disabled.

    Hope the helps of information.

  • 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

  • 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
    

Maybe you are looking for

  • HP Pavilion X 2 Tablet PC - 64 G: space requirement

    My wife bought me the HP Pavilion X 2 and I like it but to 64 GB, apps stock it came with almost uses the 64 GB. I don't really want to crack open and upgrade the SSD.  I have several external drives but I mainly use the computer in bed and I don't w

  • HP Pavilion hp15: black screen

    I have a problem with my laptop once it starts. Whenever I type the password, the screen goes black and I do not see the cursor. I know how to enter the system if I want to by the Task Manager, but it's frustrating. I have the laptop for 3 weeks and

  • Bat button fn - b Audio does not work after the installation of Win 8.1

    I read here about what is a problem.  I tried about 4 things without success, so I am posting this! I have beats HP Envy edition 14-2166se laptop which works entirely 8.1 update Win and using the audio driver sp63555. Everything works including the a

  • Break-up and report parameters

    HelloMy script is as follows:I have a report that shows the details of the customer for the given month.Previously, I've created this report with two parameters-(a) customer ID(b) month-yearNow, I have to use burst to generate the report for each cus

  • How can I get rid of text "Is a placeholder for the content in the topic" production HTML5 MS?

    With the help of RH11.03 - Multiscreen Layouts of HTML5 (don't know if it applies to provision adapted).Whenever I generate help, the "' next placeholder text appears at the bottom of the theme files:Enter the Desktop '(default) topic' file shows thi