What is a Data Dictionary ?

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


Please Help Members By Posting Answers For Below Questions

Hi Can any one tell me what are the API's used in requisition import.

1488


How to save query output to a local file?

563


How to synchronize 2 schema's objects?

1690


What is bulk copy or bcp in oracle?

610


How to use subqueries in the from clause in oracle?

579






Describe varray?

590


How view is different from a table?

558


What is hot backup and logical backup?

610


Difference between the “verify” and “feedback” command?

774


How to set a transaction to be read only in oracle?

582


How to turn on or off recycle bin for the instance?

611


What is query image?

586


How to define a cusotmer as a supplier in ORACLE R12

1728


How to rebuild an index in oracle?

556


I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?

1976