Application Development and Tuning for Oracle Databases
This test contains basic questions related to development and tuning of Oracle database. This set is useful for academic students and GATE aspirants.
Questions
Which of the following statements is an incorrect statement about SQL trace facility in the Oracle database?
- Physical reads and logical reads
- Number of rows processed
- Commit and rollback of SQL statements
- Providing event data
- Generate the error information
Which of the following components contains a specific type of database object in 'Datafiles' in the Oracle database?
- Segment
- Extent
- Data block
- Tablespace
- Control File
Which of the following statements is an incorrect statement about loading XML data using SQL*Loader in the Oracle database?
- It supports XML type tables.
- The loading is independent of the underlying storage.
- The data can be loaded in LOBs.
- SQL*Loader uses direct path loading in case of inheritance of data.
- This method uses both conventional and direct-path methods.
Which of the following options is correct about Rollback segments in the Oracle database?
- These are used to track undo information for the database.
- These are used to copy the redo log files to extend the amount of redo information.
- These define the rollback commands.
- These segments determine the status of the server.
- These are used to check the database connectivity.
Which of the following is an incorrect statement regarding the creation of additional tablespaces in the Oracle database?
- To keep all the application data in a separate tablespace
- To enable backup of the database
- To maintain the database
- To distribute the data across multiple tablespaces
- To undo the database
Which of the following statements is an incorrect statement about TEMP components of Tablespaces in the Oracle database?
- It stores temporary data.
- It sorts the workspace.
- Every database should have a temporary tablespace.
- It is used to undo the tablespace used by the database.
- TEMP tablespace is specified as the default temporary tablespace.
Which of the following components of Tablespaces contains the data dictionary?
- SYSAUX
- SYSTEM
- TEMP
- UNDOTBS1
- USERS
Which of the following Tablespace statuses is used to perform maintenance on its datafiles in the Oracle database?
- Offline
- Read only
- Read Write
- Read
- Maintenance of datafiles is not possible by any tablespace status
Which of the following statements is an incorrect statement about the Database Storage Structure in the Oracle database?
- The preconfigured database has basic database structure.
- The database structure can be expanded.
- One can create additional redo log groups to expand the redo log capacity in the database.
- Oracle provides all the alerts related to the database storage while modification.
- The changes in the database storage do not change the data dictionary and the control file.
Which of the following statements is a false statement about Oracle database management?
- Oracle automatically enables auto-tuning of the database.
- The user can start the database without immediately managing undo.
- 'Undo the database' enables users to view or recover data to a previous point in time.
- Undo operation for the database can be used for the rollback operation.
- Undo operation provides read consistency of the database.
Which of the following statements is a correct statement about Undo Advisor in the Oracle database?
- It is used to advise on the undo tablespace size.
- It is used to undo the tablespace.
- It is used to undo the database.
- It is used to check the database connection.
- It is used to manage the database.
Which of the following statements is a correct statement about dropping a Tablespace in the Oracle database?
- The dropped tablespace can be rolled back.
- The objects and data in it will no longer be available after a tablespace has been dropped.
- The objects of the dropped tablespaces will be available to the users.
- These objects of the dropped tablespaces can be recovered.
- The tablespaces cannot be dropped.
Which of the following statements is an incorrect statement about Initialisation Parameter File in the Oracle database?
- This file is used by the database server.
- This file determines the runtime resources for the database.
- These files are actively monitored by the database.
- Thee files uses the initialisation parameters to check the database compatibility.
- These files cannot be set or modified while the database is running.
Which of the following options is not present in Application Tracing Utilities in the Oracle database?
- Output
- Session
- Client ID
- Service
- Trace
Which of the following statements is/are correct about the Back up files in the Oracle database?
- These files are technically not database files.
- These files are used by the database server initially at start-up.
- These files are created when a failure occurs which causes the loss of data.
- The files are monitored by the database.
- Both (1) and (3)