Database Administration Fundamentals: Ingres and Oracle
Quiz covering database administration concepts and utilities, focusing on Ingres database management and Oracle architecture including memory structures, background processes, and logical storage hierarchy.
Questions
Which component of the SGA contains the parsed SQL code?
- Buffer cache
- Dictionary cache
- Library cache
- Parse cache
Which one is not mandatory background process ?
- DBWn (Writes the dirty buffers to datafiles)
- LGWR (writes the redo log buffer data to online redo log files)
- CKPT (An Event that flushes the modified data in buffer cache to disk and updates the controlfile and datafile)
- ARCn (Copies online redo log file to another location before they are overwritten)
Choose the correct hierarchy, from largest to smallest, from this list of logical database structures.
- Database, tablespace, extent, segment, block
- Database, tablespace, segment, extent, block
- Database, segment, tablespace, extent, block
- Database, extent, tablespace, segment, block
RAC has more then ....instance associated with database.
- One
- Two
- Four
- None
Which memory structures are shared? Choose two.
- Sort area
- Program Global Area
- Library cache
- Large pool
What is the minimum number of online redo log files required in a database?
- One
- Two
- Four
- Zero
Which view will contain the name of the database?
- V$database
- v$controlfile
- v$log
- V$DB
Which memory structures are shared? Choose two.
- Sort area
- Program Global Area
- Library cache
- Large pool
How do you check the user sessions in formatted mode?
- iinamu
- iimonitor
- ipm
- accessdb
How do you check the database consistency?
- infodb
- ckpdb
- jnl
- accessdb
What is the command used to manually commit the transactions?
- accessdb
- rollforwarddb
- infodb
- lartool
How many ingres server processes are mandatory?
- 1
- 2
- 3
- 4
Command to start ingres?
- ingres start
- start ingres
- ingstart
- startup
What is the utility to monitor ingres locks
- lockstat
- logstat
- lock manager
- ipm
Command to restore ingres database to valid state.
- accessdb
- rollforwarddb
- restoredb
- dbrestore
Is ingres net server a mandate server process for user connection to database?
- True
- False
What is the utility to used for database user management?
- accessdb
- infodb
- tempdb
- userdb
What is the utility for data migration?
- unloaddb
- downloaddb
- copydb
- movedb
Which company tops the 2008 Gartner's Magic Quadrant for DW?
- Oracle
- IBM
- Teradata
- Microsoft
This is the first column-oriented database to hit the data warehousing market.
- Vertica
- Sybase IQ
- ParAccel
- SAND