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
What is an Oracle Instance?
How to count groups returned with the group by clause in oracle?
How many types of table in Oracle?
what is reindexing?
How to create a new view in oracle?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
How to update values on multiple rows in oracle?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
What is a sub query and what are the different types of subqueries?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
What is raw datatype?
How to use values from other tables in update statements using oracle?
Explain the function of optimizer in oracle?
How to get a list of all background sessions in the database?
Difference between varchar and varchar2 data types?