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.
2019-01-26, 814👍, 0💬
Popular Posts:
Where to find answers to frequently asked questions on Managing Security, Login and User in SQL Serv...
How to run Queries with "sqlcmd" tool in SQL Server? "sqlcmd" is a client tool that you can use to i...
How To Execute a Stored Procedure in SQL Server Transact-SQL? If you want execute a stored procedure...
Is SQL Server Transact-SQL case sensitive? No. Transact-SQL is not case sensitive. Like the standard...
How To Convert Binary Strings into Hexadecimal Character Strings in SQL Server? When a query returns...