• 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 |
What is an oracle database schema?
What are the functions of SMON?
what is ORACLE MEMORY STRUCTURES
how oracle will recognise its space is 100gb if 100gb is allocated for it...
Why query fails sometimes ?
What is meant by recursive hints ?
How to find the SGA Size
What is Dedicated Server Configuration?
What is use of Rollback Segments In Database ?
When does LGWR write to the database?
How can you find the size of a database?
How will you force database to use particular rollback segment?