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
What is a user role in oracle?
Which environment variables are absolutely critical in order to run the OUI?
Please explain joins in oracle?
In which language oracle has been developed?
What is the usage of control file in oracle?
What is ceil and floor in oracle?
What is catalog in Oracle?
How to recover a dropped table in oracle?
How to define default values for formal parameters?
What do you mean by merge in oracle and how can we merge two tables?
What are the general rules on data consistency?
How to rename a column in an existing table?
Explain the difference between sap and oracle?
How to initialize variables with default values?
How to convert raw data type into text in oracle? Explain