What are the components of Physical database structure of
Oracle Database?
Answers were Sorted based on User's Feedback
Answer / chaudhry
ORACLE database is comprised of three types of files. One or
more Data files, two are more Redo Log files, and one or
more Control files
| Is This Answer Correct ? | 37 Yes | 1 No |
Answer / m.kesava moorthi
it consist of three main types of files,there are 1.data
files, 2.control files,3.redo files and some other files
like initialization files,network administration files,alert
log files,trace files,password files
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
Answer / nishi
Oracle database is comprised of three types of files. One or more datafiles, two are more redo log files, and one or more control files.
| Is This Answer Correct ? | 0 Yes | 0 No |
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
How different is ms access and oracle?
Describe the different type of Integrity Constraints supported by ORACLE ?
What is the implicit cursor in oracle?
Is the After report trigger fired if the report execution fails ?
How are the index updates?
What is Database Buffers ?
How to find out what oracle odbc drivers are installed?
How index is implemented in oracle database?
what is port in oracle? how is it related to database application.
What is forall Statement ?
How are extents allocated to a segment?