What are the components of Physical database structure of
Oracle Database?
Answer Posted / chirag
Every oracle database has one or more physical datafiles.
These datafiles contain all the data in the database. The
data of the logical structures, such as tables and indexes,
are physically stored in the allocated datafiles.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to rename an existing table?
Can a parameter be passed to a cursor?
what are steps for interface? where is exchange rate defined in which table?
How many categories of data types?
What are dml statements in oracle?
How to generate query output in html format?
What is logical backup in oracle?
what are bitmap indexes? How does they work?
What is procedure overloading in oracle?
Explain about the analyze command in oracle?
Can we create trigger on materialized view in oracle?
State and explain about oracle instance?
Can group functions be used in the order by clause in oracle?
How to omit columns with default values in insert statement in oracle?
How to experiment a data lock in oracle?