what are the components of database architecture?

Answer Posted / muthukumar

the major two components of oracle database architecture is
oracle instsnce and database.
-- instance allocate in RAM memory
-- database allocate in harddisk memory
-- instance classifieds into memory components and background process
-- memory component classifieds into SGA,PGA,UGA
-- BACKGROUND PROCESS classifieds into system monitor(SMON),process monitor(PMON), DBwriter, LOGwriter, checkpoint, etc....
-- the logical unit of database is tablespace
-- tablespace physically consist of datafile,control file, log file

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 4NF?

526


What is n tier architecture with example?

432


What is one tier architecture?

453


What is BCNF (Boyce-Codd Normal Form)?

530


Explain what are the database objects? : sql server architect

463






Explain the truncate command? : sql server architect

443


What is meant by query optimization?

532


What do you mean by atomicity and aggregation?

516


Explain about the difficulties faced by the database developer in implementing pre compiled statements?

421


What is RDBMS KERNEL?

749


How does Tuple-oriented relational calculus differ from domain-oriented relational calculus

472


What is Domain-Key Normal Form?

475


What do data architects do?

441


Do you know what the restrictions applicable while creating views are? : sql server architect

462


Explain about the return statement?

493