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
What is a table index in oracle?
What is partitioned table in Oracle?
How to connect to a local oracle 10g xe server?
How to install oracle database 10g xe?
What is a sub query? Describe its types?
What are the oracle differences between nvl and coalesce
What are data pump export and import modes?
How to create a table index in oracle?
How to start instance with a minimal initialization parameter file?
How to retrieve data from an cursor to a record?
What are the attributes of cursor?
Can we create database in oracle using command line ?
What privilege is needed for a user to create tables in oracle?
How to create a new user account in oracle?
is there a tool to trace queries, like profiler for sql server?