1.display list of all users from ur data base.what is the
query?
Answer Posted / nivitha
select * from dba_users order by desc;
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
How to connect to oracle using service name instead of sid?
How do you bind variables in oracle?
Describe varray?
How to view existing locks on the database?
How to run create database statement again?
What is a nested table?
What is the exact use of Collections?
How to update values on multiple rows in oracle?
What is a sub query? Describe its types?
What is Redo Log Buffer in Oracle?
What is the difference between count (*), count (expression), count (distinct expression)?
What is blob data type in oracle?
what is dynamic SGA and static SGA
How to connect to a remote server?
What are the parameters that we can pass through a stored procedure?