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
State the various uses of dbcc command?
What is a dead lock in oracle?
Explain how are indexes update?
How to start a new transaction in oracle?
how do u setup a replication site?
What is Redo Log Buffer in Oracle?
What is sharded cluster?
Whats the benefit of dbms_stats over analyze?
what is the use of system.effective.date variable in oracle?
Can a formula column referred to columns in higher group ?
How to create a new oracle data file?
How to delete all rows a table in oracle?
What is the quickest way to fetch the data from a table?
How would you best determine why your MVIEW couldnt FAST REFRESH?
How do I recompile a procedure in oracle?