Oracle Database Architecture and Recovery Mechanism
Oracle database architecture and recovery mechanism Java/Oracle /C/C++Oracle
Questions
Which of the following RAID levels refers to striped set with dual parity?
- RAID level 0
- RAID level 1
- RAID level 6
- Registration
- One-safe
Which of the following memory components of the SGA contains parsed SQL and execution plans for statements already run against the database?
- Library cache
- Redo log buffer
- Database buffer cache
- Process monitor
- Oracle data block
Which of the following components of the RMAN environment containing the control files, data files and optional archived redo logs that RMAN backups?
- Media management catalog
- Target database
- Media management application
- Data buffer cache
- Views
Which of the following logical storage structures can be created to increase the performance of data retrieval?
- Segment
- Extent
- Views
- Indexes
- Redo log buffer
Which of the following components of the RMAN environment can be created that contains the RMAN metadata for multiple target database?
- Database buffer cache
- Recovery catalog database
- Media management catalog
- Media management application
- Tablespaces
Which of the following RAID levels refers to striped set with dedicated parity and bit interleaved parity?
- RAID level 3
- RAID level 0
- RAID level 1
- Registration
- One-safe
Which of the following memory components of the SGA is an optional area that provides large memory allocations for oracle backup and restore operations?
- Redo log buffer
- Database buffer cache
- Large pool
- Log writer
- Oracle datablock
With real application clusters, which of the following background processess of one instance can perform instance recovery for instances that have failed?
- Process monitor
- Log writer
- Redo log buffer
- Job queue processes
- System monitor
In which of the following logical structures are related rows physically stored together?
- Tablespaces
- Segment
- Extent
- Clusters
- Process monitor
In which of the following RAID levels is the error detection done by block level parity and is stored in separate single disk unit?
- One-safe
- Log writer
- RAID level 4
- RAID level 0
- RAID level 1
Which of the following components of the RMAN environment has the same DBID and DB_Name values as the primary database but a different DB UNIQUE NAME?
- Media management application
- Physical standby database
- Media management catalog
- Database buffer cache
- Views
Which of the following background processes is responsible for signaling database writer at the check points?
- Checkpoint process
- Process monitor
- Log writer
- Job queue processes
- Segment
In which of the following RAID levels does drive failure require replacement but the array is not destroyed by a single drive failure?
- RAID level 0
- RAID level 5
- RAID level 1
- Redo log buffer
- Oracle datablock
In which of the following components of the RMAN environment is the DBID different from the database from which it was created?
- Duplicate database
- Media management catalog
- Media management application
- Log writer
- Redo log buffer
Because oracle uses write-ahead logging, which of the following background processes does not need to write blocks when a transaction commits?
- Log writer
- Redo log buffer
- Process monitor
- Media management application
- Database writer