• What is oracle Architecture?
Answers were Sorted based on User's Feedback
Answer / madhusmita dash
Oracle architecture is the combination of SGA,Background
Processes,PGA,Physical files like redo log files,control
files,data files etc.These are most important part of the
oracle architecture.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / charvi
Architecture describes in terms of phycical and logical structure.
Physical--CRD files,Loigal FIles--Tablespace.
Instance:Collection of System Global Area and Background Process.
System Global Area: It Consists of Several Memory structures.
1) Library Cache 2) Data Dictionary Cache 3) Data Buffer Cache $) Redo Buffer Cache 5) Java pool,Large Pool,Stream Pool.
Background Process:
1)Process Monitor(PMON) 2) system Monitor(SMON) 3)Data Base Writer(DBWR) 4)Log Writer(LGWR) 5)Check Point.
Database: The Collection of Control file,Database file,Redo log File.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you swap objects into a different table space for an existing database?
How free extents are managed in Ver 6.0 and Ver 7.0 ?
How will you force database to use particular rollback segment?
What is the function of checkpoint(CKPT)?
What do Redo Log Buffers contain?
What is a Rollback segment entry ?
What are functions of PMON?
What is Server Process?
What is User Process?
When will be a segment released?
What is meant by recursive hints ?
What is the role of PCTFREE parameter is Storage clause ?