What is stucture of Database

Showing Answers 1 - 4 of 4 Answers

Sri

  • Oct 3rd, 2005
 

Oracle database usually contains one database and a single instance. But, Oracle 9i, 10g RAC (Real Application Clusters) can have multiple instances to interact with a single database for high availability.

Instance is non-persistent, memory based background processes and structures.

Database is persistent, disk based, data and control files

  Was this answer useful?  Yes

Chiranjeevi Manne

  • Nov 9th, 2005
 

Physical Structure of Database:

One or more datafiles, control file(s), Redolog file(s) and init.ora file

Logical Structure of Database:

Tablespaces, segments, extents, blocks

Mohammed Abdul Afroze

  • Sep 28th, 2007
 

The Physical Structure of a Database are as follows:

1.Controlfiles
2.Redo Log Files
3.Datafiles.

  Was this answer useful?  Yes

AshaMahesh

  • May 15th, 2008
 

ther is Physical structure & Logical structure

Physical structure Consits of 3 files
             one or more data files
             two or more redo lof giles
             one or more control files

Logical Structure includes

         Tablespaces  - is database divides into logical storage units
         database scheme objects - logical structures that refer to database data
            

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions