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
What is SQL Tuning Advisor in Oracle?
What is save point in oracle database?
How can we create the complete backup of data in the oracle.
Explain what are the advantages of views?
Explain joins in oracle?
Explain the types of exception?
What do you understand by database schema and what does it hold?
How do I reset a sequence in oracle?
How can I combine multiple rows into a comma-delimited list in oracle?
How to create a table interactively?
What are set operators?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
In what script is snap$ created? In what script is the scott/tiger schema created?
Does oracle partitioning improve performance?
What is an oracle cursor variable?