These Oracle 10g Database Administration multiple-choice questions and their answers will help you strengthen your grip on the subject of Oracle 10g Database Administration. You can prepare for an upcoming exam or job interview with these 100+ Oracle 10g Database Administration MCQs.
So scroll down and start answering.
A. DBA_EXTENTS
B. V$FREESPACE
C. DBA_FREE_SPACE
D. DBA_TABLESPACFS
A. DBA_INDEXES only
B. DBA_IND_COLUMNS only
C. DBA_INDEXES and DBA_USERS
D. DBA_IND COLUMNS and DBA_USERS
A. The tablespace must contain an active rollback segments
B. The tablespace must be online
C. The tablespace must not contain any active rollback segments
D. The tablespace must not be involved in an open backup
E. The tablespace must be involved in an open backup
A. When the database is created
B. When the instance is started
C. When the database is mounted
D. When a user process is started
A. Redundancy through striping
B. Performance through mirroring
C. Redundancy through mirroring
D. Performance through striping
A. SQL_TRACE
B. TRACE_DEST
C. USER_DUMP_DEST
D. CORE_DUMP_DEST
A. In the extent
B. In the control file
C. In the data dictionary
D. In the undo tablespace
A. Index clusters can only be used for tables with low cardinality columns
B. Index clusters are generally well suited for tables that have many full table scans
C. Normal B-Tree indexes do not store null key values, whereas cluster indexes store null keys
D. A cluster index always takes up much more storage space than a normal index for the same set of key values
A. Several SQLs statements from the AWR
B. One or more other STSs
C. A single SQL statement
D. Only the most high-load SQL statements in the database
A. SYSTEM, SYSAUX, and UNDOTBS
B. SYSTEM and UNDOTBS
C. SYSAUX and UNDOTBS
D. SYSTEM and SYSAUX
A. When loading selected rows into each table
B. When loading data from an export dump file
C. When loading data from disk, tape, or named pipes
D. When data is not being inserted from a flat file
A. Oracle no longer performs any checkpoint for the online datafiles in the tablespace
B. Oracle performs a checkpoint for all online datafiles in the tablespace
C. Oracle does not ensure that all files are written
D. The offline files may require media recovery before the tablespace is brought online
E. The offline files may require media recovery after the tablespace is brought online
A. Global statistics only
B. Global and partition statistics only
C. Global, partition, and subpartition statistics
D. No partitioned table statistics
A. The datafile must be taken offline before renaming
B. The database must be open
C. When only a single datafile is to be renamed
D. When only a single datafile on the same drive is to be renamed
A. BLOCKS
B. PCT_FREE
C. NEXT_EXTENT
D. PCT_INCREASE
A. Through the DBMS_SQLTUNE package
B. Through the DBMS_ADVISOR package
C. Through the SQL_TUNE package
D. Through the DBA_ADVISOR package
A. Always
B. Only if the automatic backup using the OEM is configured
C. Only if user-managed backups is configured
D. Only if the database is run in the archive log mode
A. REVOKE role_data FROM ALL;
B. REVOKE role_data FROM PUBLIC;
C. REVOKE role_data FROM default;
D. REVOKE role_data FROM ALL_USERS
A. UNDO_SUPPRESS_ERRORS
B. PARALLEL_AUTOMATIC_TUNING
C. RESUMABLE_TIMEOUT
D. SHARED_SERVER
A. The ALTER INDEX REBUILD command is used to change the storage characteristics of an index
B. Using the ALTER INDEX REBUILD is usually faster than dropping and recreating an index because it uses the fast full scan feature
C. Oracle8i allows for the creation of an index or re-creation of an existing index while allowing concurrent operations on the base table
D. When building an index, the NOLOGGING and UNRECOVERABLE keywords can be used concurrently to reduce the time it takes to rebuild itself
A. Only LOBS
B. Only nested tables
C. Only index-organized tables
D. Only LOBS and index-organized tables
E. Nested tables, LOBS, index-organized tables, and boot straps
A. Extent
B. Segment
C. Oracle block
D. Operating system block
A. Bitmap indexes use less storage space
B. Bitmap indexes are easy to maintain when DML statements are issued
C. Bitmap segments are updated upon COMMIT, at the end of the transaction
D. Bitmap indexes work very fast with multiple predicates that are combined with AND, OR, and NOT operators
A. Helps create image copies of datafiles
B. Helps create image copies of current control files
C. Helps catalog any new files that aren't a part of the recovery catalog
D. Helps catalog only the old files
A. In the tuning mode of the optimizer only
B. In the normal mode of the optimizer
C. In neither the tuning nor the normal mode of the optimizer
D. Along with existing statistics, to get better SQL execution plans
A. RMAN commands
B. OMF commands
C. Operating system commands
D. Logical Volume Manager commands
A. The instance will not start
B. SGA_TARGET will become equal to the SGA_MAX_SIZE value
C. The database will ignore the SGA_TARGET parameter
D. SGA_MAX_SIZE is automatically raised, so it is equal to the SGA_TARGET value
A. Coordinates disk activity
B. Performs disk rebalance work
C. Coordinates disk rebalance work
D. Manages the RBAL process
A. Hash-partitioned global indexes are useful
B. Range-partitioned global indexes are better
C. Hash-partitioned local indexes are better
D. Range-partitioned local indexes are better
A. The server process places the commit record in the redo log buffer
B. Log Writer (LGWR) writes the redo log buffer entries to the redo log files and data files
C. The user process notifies the server process that the transaction is complete
D. The user process notifies the server process that the resource locks can be released
A. RECOVER BACKUP OF DATABASE
B. RECOVER DATAFILE
C. RECOVER COPY OF DATAFILE
D. RECOVER COPY OF DATABASE
A. Have been granted the GRANT ROLE PRIVILEGE system privilege
B. Have been granted the system privilege with the ADMIN OPTION
C. Have been granted the GRANT ANY PRIVILEGE system privilege
D. Have been granted the system privilege with the GRANT OPTION
A. To specify the length of time Oracle must retain undo data in the undo tablespace
B. To specify the length of time Oracle must retain undo data in the flash recovery area
C. To specify the length of time Oracle must retain undo data in the data files
D. To specify the length of time Oracle will retain undo data in the flashback database logs
A. Segment
B. Data file
C. Log file
D. Tablespace
E. Control file
A. DBA_NAMES
B. DBA_TABLES
C. DICTIONARY
D. DBA_DICTIONARY
A. He doesn't need to back up the database
B. He must back up the database right away
C. He can use archive redo logs from an older incarnation of the database
D. He can't use archive redo logs from an older incarnation of the database
A. DBA_TAB_PRIVS
B. ALL_TAB_PRIVS
C. USER_TAB_PRIVS
D. ALL_TAB_PRIVS_MADE
A. The STATEMENT variable
B. The STATEMENT_ID column
C. The VIEW_ID column
D. The TASK_NAME variable
A. Most-used objects
B. Top SQL statements
C. Memory usage
D. Top sessions affecting the instance
E. CPU and wait classes
A. Company financials
B. Market statistics
C. Stock pricing
D. Currency
A. Once per month
B. It is an ongoing process performed during the hours after each day's activity.
C. Never. It does not apply to options.
D. Possibly weekly
A. 1
B. 5
C. 20
D. 100
A. Using sophisticated techniques such as Iron Condor
B. Short selling stocks
C. Buying call options and selling after an increase in value
D. Selling naked call options
A. It tells the user exactly when to buy.
B. It gives the trader something to do in their spare time.
C. It is required in order to trade stock options.
D. A lot of price information such as open, close, high and low can be relayed in a graph.
A. The shorted options all have the same strike prices.
B. It is another term for short selling stock.
C. The shorted options have different strike prices, creating a stagger.
D. It involves selling calls while buying calls at the same time.
A. Purchasing only small cap stocks
B. Purchasing stock options in three industries
C. Purchasing stock options all in one industry
D. Purchasing only options on blue chip stocks
A. Having a suite of investments to reach a goal while minimizing risk
B. Buying shares all in one industry
C. Actively trading stocks in your portfolio
D. Selling off securities which are not performing
A. Because it is a good general policy
B. Because it guarantees no losses
C. Because it is required by tax law
D. Because of the risky nature of stock options
A. High
B. Moderate
C. Varies indefinitely
D. Low
A. Because they believe the price will rise
B. Because they don't really own the security
C. Because they are writing naked calls
D. Because they believe the security price will fall, creating profit from the calls