多项选择题
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?()
单项选择题 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?()
单项选择题 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?()