Collections:
Show All User Accounts in the Database in Oracle
How To Get a List of All User Accounts in the Database in Oracle?
✍: FYIcenter.com
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:
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
2019-01-26, 2173🔥, 0💬
Popular Posts:
How to put statements into a statement block in SQL Server Transact-SQL? You can put statements into...
How To Use GO Command in "sqlcmd" in SQL Server? "sqlcmd" is a command line client application to ru...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
How To Format Time Zone in +/-hh:mm Format in SQL Server Transact-SQL? From the previous tutorial, y...
How To Get the Definition of a User Defined Function Back in SQL Server Transact-SQL? If you want ge...