when loggined as SYSTEM,how to display all the users of database using sql query?
Answer Posted / pradeep
select * from all_users;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do we create privileges in oracle?
What is where clause in oracle?
Is oracle an open source?
What is a dead lock in oracle?
What is tns name?
Can select statements be used on views in oracle?
What is the purpose of save points in oracle database?
How to update values on multiple rows in oracle?
What is the relation of a user account and a schema in oracle?
How to rename a column in an existing table?
What is key preserved table?
List out the difference between commit, rollback, and savepoint?
In the oracle version 9.3.0.5.0, what does each number shows?
How to define an external table with a text file?
Explain the use of grant option in exp command.