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
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What are the different types of failures that occur in Oracle database?
how can we store any pdf file in oracle
what is the dual table in oracle?
What are the various types of snapshots ?
What are the general rules on data consistency?
What is a subquery?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
What are the ways tablespaces can be managed and how do they differ?
How to get last row id?
List the parts of a database trigger.
What is oracle datasource?
How do I limit the number of oracle database connections generated by weblogic server?
What is columnar storage what is the advantage?
What are a collation and state the different types of collation sensitivity?