GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Concepts and Architecture
Next Question 
 Concepts and Architecture  |  Question 1 of 74    Print  

What are the components of Physical database structure of Oracle Database?.

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.




  
Total Answers and Comments: 6 Last Update: September 18, 2007   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: samiksc
 

Oracle database physical structure contains

  1. Data files -- always occupy the declared size on the hard disk irrespective of the rows contained in them (.dbf). The data files contain
    • Data blocks -- smallest unit of I/O. each block contains a header
    • ROWID -- two byte pseudo column to identify phsical location of a row
    • Table clusters -- tables which are often used together in queries are physically grouped in same data block. Cluster tables are joined on 'cluster key' which identifies the common column between the two tables.
  2. Online redo log files (.rdo and .arc)
  3. Control files -- contain one slot per data file declared for a database. Also contain other configuration parameters. (.ctl)
  4. Password files.
  5. sidALTR.log files -- log critical failures
  6. Trace files -- saves user session traces (.trc)


Above answer was rated as good by the following members:
shirav, bhatnagar_neeraj
October 08, 2005 05:42:05   #1  
balakrishna        

RE: What are the components of Physical database s...
the phycial structures of the database are 1.datafile2.redologfile3.control filedatafile:- datafile contains actial data of the database.redologfile:- it contains all changes done to the data base.it works in the circular fashion.controlfile:- it contains status and structure of the database.
 
Is this answer useful? Yes | No
December 29, 2005 01:56:59   #2  
samiksc Member Since: October 2005   Contribution: 233    

RE: What are the components of Physical database s...

Oracle database physical structure contains

  1. Data files -- always occupy the declared size on the hard disk irrespective of the rows contained in them (.dbf). The data files contain
    • Data blocks -- smallest unit of I/O. each block contains a header
    • ROWID -- two byte pseudo column to identify phsical location of a row
    • Table clusters -- tables which are often used together in queries are physically grouped in same data block. Cluster tables are joined on 'cluster key' which identifies the common column between the two tables.
  2. Online redo log files (.rdo and .arc)
  3. Control files -- contain one slot per data file declared for a database. Also contain other configuration parameters. (.ctl)
  4. Password files.
  5. sidALTR.log files -- log critical failures
  6. Trace files -- saves user session traces (.trc)

 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
February 16, 2006 07:28:23   #3  
puneet        

RE: What are the components of Physical database s...
mainly consist of 3 files1) control file2)redolog file3)data filecontrol file-contain current status of the datafiles redolog file. contain location of datafile and control file.redolog file- records all the changes made to the database.log writer writes the redo enries from the redolog buffer to the redolog file.datafile-
 
Is this answer useful? Yes | No
April 02, 2006 14:19:42   #4  
manu        

RE: What are the components of Physical database s...

Physical database components are : Database files control files & Redo log files.

Database files : Contains actual data & which is very largre files.

Control files : contains inforrmation regarding database files & it records the changes makes to database files.

Redolog files : When every changes makes to databases it records into Redolog files .


 
Is this answer useful? Yes | No
September 14, 2006 05:06:45   #5  
manish hoiyani        

RE: What are the components of Physical database s...

physical structures consist of three core database files

1> datafile... used to store the actual data in the database.

2> redologfile.. stores all changes which are to made in the database. oracle

keeps two redolog files in the db. in separate disk so that during disk failure

we can recover the database.

3> controlfile.. which stores the physical location of the datafile stores the scn for each and every update in datafile and redolog file.. we can also recover the database from control file also....


 
Is this answer useful? Yes | No
September 18, 2007 04:52:45   #6  
Mohammed Abdul Afroze        

RE: What are the components of Physical database s...
The components of a Physical Structure of a Database are as Follows:

1.Control Files
2.Redolog Files
3.Data Files.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape