Answer Posted / annu rajput
Data Dictionary contains the informartion about the objects
there are severel data_dictionary in oracle database
for infomation about the tables in database there is a
data dictionary called user_tables
we can get the information about all the tables using the
statement
select * from user_tables;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the use of parfile option in exp command.
What is columnar storage what is the advantage?
How can windows applications connect to oracle servers?
What is bulk collect in oracle?
Explain view?
What is the difference between a hot backup and a cold backup in oracle?
What is ASM (Automatic Storage Management) in Oracle?
How to divide query output into groups in oracle?
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)
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
What's dateware house and what's clustor with practicle example
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What are the attributes of the cursor?
How to list all tables in your schema?
What is a data dictionary and how can it be created?