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
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
What is the maximum number of triggers that can be applied to a single table?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
Explain a data segment?
When do you get a .pll extension in oracle? Explain its importance
Explain an extent?
Difference between pre-select and pre-query
What is the relationship among database, tablespace and data file?
What is the usage of analyze command in oracle?
What is an oracle recycle bin?
What is the difference between translate and replace?
How to add a new column to an existing table with a default value?
Give the constructs of a package, function or a procedure.
What is oracle instant client?
Is there any function in oracle similar like group_concat of mysql?