Components of physical database structure

          

Components of physical database structure

<<Previous  Next>>

Oracle - Components of physical database structure - Feb 18, 2010 at 11:00 AM by Rajmeet Ghai

Name the components of physical database structure of Oracle database. Explain them  

Datafiles
Redo log files
Control files 

Datafiles, Redo log files and Control files are the mandatory components of a physical database structure.

Datafile: This component stores the actual data. Each datafile is associated with only one database and tablespace.

Redo Log files: These are more or less like backup files which are written before any changes to data files are written. These files are most useful to minimize loss of important data in event of system restart or shut down which can affect the data files. This file contains redo records – i.e. records that contain changed vectors.

Control files: These files contain the database structure information. Information like database creation date, name, redo threads, archive log history etc is stored. These files if become unavailable; database cannot operate as they keep a track of data files.

Also read
Oracle processes

User process – User process is used in invocation of application software, Data writing process - A database writer process is used to write buffer content into a datafile. They are specifically used to write “dirty block” to data files from the buffer...............

What is the use of Data Dictionary in oracle?

Data Dictionary is used to store information about various physical and logical Oracle structures, e.g.Tables, Tablespaces, datafiles, etc.........

Explain how to assign a Tablespace to a user in Oracle.
What are the Predefined Tablespaces in a database?

SYSTEM Tablespace, SYSAUX Tablespace, UNDO Tablespace, TEMP Tablespace.........

What are elements of database logical layers?

The logical layer of the database consists of the following elements:...........

<<Previous  Next>>



Write your comment - Share Knowledge and Experience


 

 
Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring