1. Twice the number of CPUs
2. Same as the DB Block Buffers
3. Same as the Shared Pool Size
4. None of the above
Q. 6 : What is the first step in manually creating a new database
1. Startup an instance
2. Start SQL*Plus and connect to Oracle as SYSDBA
3. Check the instance identifier for your system
4. Create a parameter file
Q. 7 : Which of the following is true regarding control files
1. Oracle recommeds atleast two control files stored on two separate disks
2. Oracle recommeds atleast two control files stored on one disk
3. Oracle recommeds to store one control file
4. One control file is not enough to run a database
Q. 8 : Tom created a database with a DB_BLOCK_SIZE of 2k, he wants to
1. Issue ALTER SYSTEM SET DB_BLOCK_SIZE=4k command
2. recreate the database with the new setting