Oracle DBA Training
Oracle DBA Training
By
P.S.Rani
Relational Database Management System
application tools
allocation
granting privileges
DBA Tasks
Set up Database security and auditing
Duplicating a Database.
What is SGA ?
Memory Structures
Data files
Redo log files
Control files
Archive log files
Parameter files
Oracle Instance Architecture
Oracle Process Architecture
Background Processes
Performs functions on behalf of user process
Input, Output and Monitor other Oracle Processes
to provide improved parallelism for better
performance and reliability
Background Processes
DBWR:
When it writes into datafiles :
When dirty buffer of the whole block reaches
threshold limit
When Checkpoint occurs
When there are no free buffers
Time out Occurs
Tablespace is taken offline /read only/begin
backup
Drop/truncate a table
BGP
Log Writer:
Performs sequential writes from Redolog Buffer
When LGWR writes:
Commit
When 1/3 of memory is full
Every 3 seconds
When it reaches 1 MB
Before DBWR writes
Calls on DBWR to write into data files
Releasing locks