when loggined as SYSTEM,how to display all the users of database using sql query?
Answer Posted / phan wai keong
select * from dba_users;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can we create trigger on materialized view in oracle?
What do you know about normalization? Explain in detail?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
How to divide query output into groups in oracle?
What is translate in oracle?
How to drop an existing table in oracle?
what is a Nested Loop join?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What happens if recursive calls get out of control?
Is there any function in oracle similar like group_concat of mysql?
How to load excel data sheet to oracle database
What is a dynamic performance view in oracle?
How to retrieve the count of updated rows?
Is primary key indexed by default in oracle?
What is a select query statement in oracle?