Show All User Accounts in the Database in Oracle

Q

How To Get a List of All User Accounts in the Database in Oracle?

✍: FYIcenter.com

A

If you don't like to use a SELECT statement to get a list of all user accounts in the current database, you can use the Reports view to do this as shown in the following tutorial example. You need to connect to the server as SYSTEM to do this:

  • Click menu View.
  • Selects Reports from the menu.
  • Open Reports.
  • Open Data Dictionary Reports.
  • Open Database Administration.
  • Open Users.
  • Double-click All Users.

You should get a list all current user accounts in the database.

 

Show All Background Sessions in the Database in Oracle

Show All Tables in the Database in Oracle

Introduction to Oracle SQL Developer

⇑⇑ Oracle Database Tutorials

2019-01-26, 1493🔥, 0💬