单项选择题
A.Restore the data file for the SYSTEM tablespace then open the database.
B.Restore all redo logs form last night's backup, then restart the database.
C.Perform a complete restore of all files from last night's backup. Data entered into the database today must be reentered.
D.Mount the instance, take the SYSTEM tablespace offline, open the database, and then restore the data file, recover it, and bring the tablespace online.
单项选择题 You have configured the following: RMAN> CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters: CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters are successfully stored RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 1; # CONFIGURE DEVICE TYPE DISK PARALLELISM 1; # RMAN> CONFIGURE DEVICE TYPE SET PARALLELISM 5; RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 5; CONFIGURE DEVICE TYPE DISK PARALLELISM 1; # How many channels are allocated to SBT?()
单项选择题 Whichtoolcanbeusedtocreateandconfigurelistenerstoreceiveclientconnections?()
单项选择题 You issue this SQL statement: ALTER DATABASE RENAME FILE ’/ORADATA/u02/user_data01.dbf’ TO ’/ORADATA/u04/user_data01.dbf’; What does this SQL statement do?()