单项选择题
If you create your database using Oracle Managed Files (OMF), what is true?()
A.You must use Oracle predefined names to identify raw partitions that will hold OMF structures.
B.You must define directories for two online redo log groups and three copies of the control file.
C.If your CREATE DATABASE command fails, any OMF database files that have already been created will be dropped automatically.
D.You must use only OMF data files when adding new tablespaces or data files to your database in the future.
相关考题
-
多项选择题
WhichthreeattributesoftheLOG_ARCHIVE_DEST_ninitializationparametercontrolthedataavailabilitymodeofaDataGuardstandbydatabase?()
A.SYNC or ASYNC to identify the network transmission mode.
B.LGWR or ARCH to identify the primary database process responsible for sending redo information to the standby.
C.AFFIRM or NOAFFIRM to control whether log archiving disk write operations are to be performed synchronously or asynchronously.
D.PROTECTED or UNPROTECTED to control the degree of divergence and data loss at the standby database. -
单项选择题
Whichisarestrictiononalistpartitionedtable?()
A.You cannot create global range partitioned indexes on the table.
B.The optimizer will not execute partition wise joins on the table’s partitions.
C.You must include at least one element in the value list of each partition of the table, even if that element is the keyword NULL.
D.Partition pruning will not occur during query optimizer if a range of values is included in the query predicate. -
单项选择题
Users complain SQL statements using a particular index fail. Using DBVERIFY, you find that two separate blocks in the index have become corrupt. The database data files for user data and index are very large. What is the least disruptive recover strategy available in Oracle9i?()
A.Rebuild the index using the online option.
B.Take the individual data file offline (not the whole tablespace), restore and recover the data file from backup with RMAN, then set the data file online again.
C.Without setting the individual data file offline, use RMAN with Block Media Recovery to restore and recover only those blocks.
D.Take the individual data file (not the whole tablespace) offline, use RMAN with Block Media Recovery to restore and recover only those blocks, then set the data file online again.
