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
Which is better Oracle or MS SQL? Why?
Explain the dml?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
How to delete a column in an existing table?
List the parts of a database trigger.
what is the difference between data migration and production migration.
What do you understand by a database object? Can you list a few of them?
How to do paging with oracle?
What is a trigger and what are its types in oracle?
Are truncate and delete commands same? If so why?
What happens to the current transaction if a ddl statement is executed?
What is a user account in oracle?
How would you best determine why your MVIEW couldnt FAST REFRESH?
What is ADDM Advisor in Oracle?
candidate key is subset of super key but not vice-verse explain