多项选择题
Which is the correct way to connect to both the target database and the recovery catalog from the RMAN command line?()
Assume that the target database is called ORCL and that the recovery catalog database is called RCAT. Also assume that the recovery-catalog owner is called RCAT_OWN. Assume the environment is configured for the ORCL database.
A. rman target=/ catalog=/@rcat
B. rman target=/ catalog=rcat_own/rcat_own
C. rman target=/ catalog=rcat_own/rcat_own@RCAT
D. rman target=sys/robert@orcl catalog=rcat_own/rcat_own@RCAT
E. You cannot connect to the target database and the recovery catalog at the same time.
相关考题
-
单项选择题
How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has alreadycompleted?()
A. Issue the ALTER DISKGROUP ... ADD DISK command.
B. Issue the ALTER DISKGROUP ... UNDROP DISKS command.
C. Issue the ALTER DISKGROUP ... DROP DISK CANCEL command.
D. Retrieve the disk from the Recycle Bin after the operation completes -
单项选择题
How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has not yetcompleted?()
A. Issue the ALTER DISKGROUP ... ADD DISK command.
B. Issue the ALTER DISKGROUP ... UNDROP DISKS command.
C. Issue the ALTER DISKGROUP ... DROP DISK CANCEL command.
D. Retrieve the disk from the Recycle Bin after the operation completes. -
单项选择题
Given the following steps, which would be the correct order to create a backup of an Oracle database in NOARCHIVELOG mode?() 1.shutdown immediate from RMAN 2.Log into RMAN 3.startup mount from RMAN 4.backup database 5.alter database open 6.backup database plus archivelog delete input
A.2,3,1,4,5
B.2,1,3,6,5
C.1,3,5,4
D.2,1,3,5,6
E.2,1,3,4,5
