单项选择题
Which is a restriction on a list partitioned table?()
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. -
单项选择题
Examine this syntax which allocates channels during a parallel image copy: RMAN> CONFIGURE DEVICE TYPE disk parallelism 4: 2> COPY 3> datafile 1 TO ‘/BACKUP/datafile1.dbf’, 4> datafile 2 TO ‘/BACKUP/datafile2.dbf’, 5> datafile 3 TO ‘/BACKUP/datafile3.dbf; RMAN>COPY 2> datafile 4 TO ‘/BACKUP/datafile4.dbf’; How many channels are used?()
A.0
B.1
C.3
D.4 -
单项选择题
YouarereadytoimplementRMANinthebackupandrecoverstrategyforyourcompany.WhichsystemprivilegemusttheRMANuserhavetobeabletoconnectandexecuteRMANcommandsonatargetdatabase?()
A.SYSDBA
B.SYSOPER
C.No system privileges are required for the RMAN user.
D.Only SYS user can connect and execute RMAN commands on a target database.
