Oracle
Introduction to Oracle Database architecture, startup/shutdown procedures, database files, and logical structures
Questions
Which of the following consists of all the files, structures, processes that form oracle database 9i?
- Oracle instance
- Redo log buffer
- Oracle server
- Stream pool
- Mounting the database
In which of the following options of STARTUP command are DML statements not allowed in the database?
- RECOVER
- PFILE
- ABORT
- Mounting the database
- READ ONLY
In which of the following options of SHUTDOWN command is a checkpoint performed on all the databases and the files are closed?
- ABORT
- IMMEDIATE
- FORCE
- NORMAL
- Password file
Which of the following files holds attributes and their values, however any change to a attribute's values requires you to bounce or restart the database?
- Parameter file
- Password file
- Instance creation
- Redo log buffer
- Stream pool
Which of the following holds control information necessary to keep the database functioning?
- Password file
- Control file
- Instance creation
- PFILE
- Stream pool
Which of the following files contain(s) the data dictionary and user created data?
- Password files
- Data files
- Instance creation
- Redo log buffer
- SQL work area
Which of the following has a physical structure that is visible to the operating system made up of operating system made up of operating system files and a logical structure that is recognized only the oracle server?
- Oracle database
- Oracle instance
- Redo log buffer
- SQL work area
- Mounting the database
Which of the following options of STARTUP can be used if you wish to perform some kind of maintenance on the database such as an export and import?
- RECOVER
- FORCE
- RESTRICTED SESSION
- ABORT
- Java pool
In which of the following options of SHUTDOWN command, when a user's transaction completes, the user is automatically disconnected?
- IMMEDIATE
- ABORT
- FORCE
- TRANSACTIONAL
- Mounted the database
Which of the following is the highest level of logical objects in the database?
- Database block
- Extent
- Tablespace
- SQL work area
- Instance creation
Which of the following files can be created by a process known as archiving?
- Password file
- Instance creation
- PFILE
- Redo log buffer
- Archive files
Any change made in the database is first recorded in the which of the files before it is actually implemented?
- Instance creation
- Password file
- PFILE
- Online redo log files
- Stream pool
Which of the following is another logical structure that can classify or group database objects?
- Extent
- Database block
- Instance creation
- Mounting the database
- Schema
In which of the following options of STARTUP command will the instance be created and the database mounted?
- RESTRICT
- MOUNT
- RECOVER
- ABORT
- Opening the database
Which of the following is a type of object that a user typically sees such as a table?
- Database block
- Database segment
- Extent
- Instance creation
- Private SQL area