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
A. An options contract which gives the holder the right to buy a stock at a predetermined price
B. A stock which is long
C. An options contract which gives the holder the right to sell a stock at a predetermined price
D. Placing an order to buy options
A. Selling only call options
B. Buying or selling a put and a call with different strike prices
C. Buying a call and selling a put
D. Buying two call options at different strike prices
A. That the price will move in a tight range, not varying much
B. That they can sell the underlying stock for more than the option makes
C. That the option will expire without selling
D. That the price will move drastically in one direction, up or down
A. Because they cost money
B. Because of the belief that they do not work, and it is a wasted effort
C. Because not enough data is available
D. Because they are only for the wealthy
A. Selling put options
B. Short selling stocks
C. Selling a call option when the underlying stock is not owned
D. Selling a call stock option when the underlying stock is owned
A. Selling two options either put or call
B. Complex trading strategy involving buying two calls and selling two calls
C. Buying two put options at different strike prices
D. Selling only call options on stock you own
A. The date on which the trader's license expires
B. The date on which a broker's account expires
C. The date on which the underlying stock no longer remains tradable
D. The date on which the options contract expires and can no longer be executed or traded
A. Options that trade in a very narrow band
B. Options which have completely unpredictable pricing
C. Options which have broken the trend
D. Options with near term expiration dates
A. Buying both call and put options on a variety of stocks
B. Applying trading strategies
C. Buying only call options on one stock
D. Selling calls on a security which is owned
A. Because it makes it easier to manage
B. Because the only way to classify options is by expiration
C. Because options expiring in the near term need to be monitored more actively
D. Because it reduces the tax obligation
A. Unlimited profits
B. Often limited profits
C. No profits
D. Risky tax implications
A. When a stock price varies drastically
B. When a stock price moves within a relatively narrow band
C. When a stock is losing value quickly
D. When a stock has just had news come out
A. Looking for arbitrage opportunities
B. Looking to sell call options
C. Trying to find brokerages that charge lower commission for their transactions
D. Calculating the implied price of an option based on several factors
A. By holding both call and put options
B. By holding options with varying expiration dates
C. By selling and buying options
D. All of the above
A. Nothing specific happens to any one investment; risk mitigation is an overall portfolio tool.
B. The stocks you purchase are guaranteed to increase.
C. It makes for a zero sum game, with no losses or profits.
D. Risk is assigned to someone else.
A. Selling options which expire in the following month
B. Selling options which expire one year from now
C. Selling call options with an expiration of two months from now without owning the underlying stock
D. Selling call options with an expiration of one month from now without owning the underlying stock
A. Give the options trader a specific guideline on what to buy
B. Tell an options trader what market to trade in
C. Tell the options trader if he should sell puts
D. Calculate a price based on weighting potential outcomes
A. Selling by an options contract holder of their contract
B. An options contract which gives the holder the right to sell the underlying stock at a predetermined price
C. Selling by a stock holder of their stock in order to buy options
D. An options contract which gives the holder the right to buy the underlying stock at a predetermined price
A. Because they have a longer time horizon to allow for the risky investments to increase over time, and are immune to the short term changes
B. Because they do not know the value of money in the long run
C. Because they have less knowledge and do not know the potential for loss
D. Because there are short term gains to be made
A. By classifying it into one of three levels of risk
B. Individually, each investor assesses their own risk tolerance level
C. As a letter; a,b,c or d
D. Someone else assesses your risk level
A. They are mutually exclusive, and an analyst would use one or the other, never both.
B. They must both be used together.
C. They can both be used to complement each other, but not together.
D. They are very exclusive techniques that should both be avoided.
A. Because new year means companies can restart and forget the past
B. Because management is always more driven
C. Because the year end sales typically bolster profits and increase demand
D. Because employee cuts are made reducing expenses typically after the holidays
A. When expectations are that the market will fall
B. When there is a temporary increase in stock prices
C. When there is a temporary decrease in stock prices
D. When expectations are that the market will rise
A. That the expiration date is near
B. That the current market price is wrong
C. That insiders know something no one else does
D. Typically that news has come out regarding the underlying stock
A. Short selling stock
B. Selling naked put options
C. Selling naked call options
D. Selling covered call options
A. Another term for stock
B. A contract to buy or sell a stock at a predetermined price
C. Insurance
D. A contract with your broker to buy and sell stocks
A. The same as butterfly trading strategy
B. Buying and selling options of two different companies
C. Buying and selling stock options at different strike prices for the same security
D. Selling call options on securities
A. Identifying trends to predict near term price movements
B. Helping build a retirement plan
C. Identifying stocks with potential for large increases in the next two years
D. Finding indications of interest rate direction
A. Selling less stock than is currently owned
B. Selling a stock without owning it, with the expectation of purchasing the stock at a later date at a cheaper price
C. Buying call options on a security
D. Buying put options on a security
A. Datafiles
B. Undo segments
C. Datafile copies
D. Archived redo log files
A. Locally managed
B. Dictionary-managed
C. Read-only
D. Online
A. DBA_USERS only
B. DBA_USERS and DBA_PROFILES
C. DBA_USERS and DBA_TABLESPACES
D. DBA_USERS, DBA_TS_QUOTAS, and DBA_PROFILES
A. Alert log
B. Online redo log
C. Archiver redo log
D. SYSTEM user's trace file
A. SYS will be the owner of the job
B. You will be the owner of the job
C. PUBLIC will be the owner of the job
D. SCOTT will be the owner of the job
A. Bitmap
B. Unique
C. Partitioned
D. Reverse key
A. Segment, extent, tablespace, data block
B. Data block, extent, segment, tablespace
C. Tablespace, extent, data block, segment
D. Tablespace, segment, extent, data block
A. REMOVE_LOGFILE
B. CONTINUOUS_MINE
C. NO_ROWID_IN_STMT
D. AUTOMATIC_LOGFILE
A. The RMAN will continue to be able to access the files in the flash recovery area
B. The RMAN will be unable to access the files in the flash recovery area
C. The RMAN will be unable to access the automatic space management features of the flash
recovery area
D. The RMAN can use only the automatic space management features of the flash recovery area
A. The TIMED_STATISTICS parameter is set to TRUE
B. The hit percentage in the buffer cache is at least 95%
C. The OPEN_CURSOR parameter is set to at least twice the default value
D. The value in the RELOADS column of V$LIBRARYCACHE is consistently zero
A. Purge only all the window logs
B. Purge only all the job logs
C. Purge all window and job logs
D. Purge only yesterday's job logs
A. SQL*Plus
B. Oracle Enterprise Manager
C. Oracle Universal Installer
D. Oracle Database Configuration Assistant
A. Host name
B. Database name
C. Service name
D. Port number
A. UTL_FILE_DIR
B. USER_DUMP_DEST
C. LOG_ARCHIVE_DEST
D. BACKGROUND_DUMP_DEST
A. When the database is created
B. When an instance is started
C. When the database is mounted
D. When a user process is started
A. It can be used to add backup pieces and image copies on disk to the RMAN repository
B. It can be used to catalog a file that belongs to a different database
C. It can be used to catalog a backup piece that exists on an sbt device
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. Host name
B. Database name
C. Service name
D. Port number
A. RMAN Commands
B. OMF Commands
C. Operating System Commands
D. Logical Volume Manager Commands
A. You don't need to back up the database
B. You must back up the database right away
C. You can use archive redo logs from an older incarnation of the database
D. You cannot 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