Using the LIST command in Recovery Manager (RMAN), which two pieces of information in the RMANrepository can be listed?() (Choose two.) A. stored scripts in the recovery catalog.B. backups that can be deleted from disk.C. backup sets and image copies are obsolete.D. backups that do not have the AVAILABLE status in the RMAN repository.

Using the LIST command in Recovery Manager (RMAN), which two pieces of information in the RMANrepository can be listed?() (Choose two.)

A. stored scripts in the recovery catalog.

B. backups that can be deleted from disk.

C. backup sets and image copies are obsolete.

D. backups that do not have the AVAILABLE status in the RMAN repository.


相关考题:

以下程序段的输出结果为 ( )int j=2;switch(j){case 2:System.out.print("two.");case 2+1:System.out.println("three.");breakdefault:System.out.println("value is"+j);break;}A.two.three.B.two.C.three.D.value is 2

YouaremaintainingthePRODdatabaseforNetFxCorporation.Youhaveconfiguredcontrolfileautobackupinyourdatabase.At6:00P.M.onMonday,youissuethefollowingcommand:RMAN>BACKUPDATABASE;At8:00A.M.onTuesday,youareunabletostartthedatabasebecauseallthecontrolfilesaremissing.YoudecidetorestorethecontrolfilesfromthebackupbyusingtheRMAN>RESTORECONTROLFILEFROMAUTOBACKUP;command.WhichoperationshouldyouperformbeforeusingtheRMAN>RESTORECONTROLFILEFROMAUTOBACKUP;command?()

AVIOserverhastwofibrechanneladapters,fcs0fcs1,attachedforredundantaccesstoastoragesubsystem.Iffcs1hasfailed,whatisthecorrectproceduretorectifythisproblem?() A.Using’diagmenu’command,setfcs1toDefined.B.Using’oem_setup_env’and’rmdev-R’commands,setfcs1adapterto’Defined’state.C.Using’diagmenu’command,setthefcs1statetoDefinedD.Using’oem_setup_env’and’rmdev-dl’commands,setthestateoffcs1toDefined

以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.twoA.two.three.B.twoC.threeD.value is 2

在对RMAN用户进行授权时,不需要授予的权限是()。 A.CONNECTB.RECOVERY_CATALOG_OWNERC.DBAD.RESOURCE

WhichofthefollowingareassociatedwiththeapplicationlayeroftheOSImodel?(two.)() A.pingB.TelnetC.FTPD.TCPE.IP

执行下面的操作后,list_two的值为 list_one = [4,5,6] list_two = list_one list_one[2] = 3A.[4,5,6]B.[4,3,6]C.[4,5,3]D.A,B,C都不正确

执行以下操作后,list_two的值是: list_one=[4,5,6] list_two=list_one list_one[2]=3A.[4,5,6]B.[4,3,6]C.[4,5,3]D.都不对

【单选题】执行以下操作后,list_two的值是: list_one=[4,5,6] list_two=list_one list_one[2]=3A.[4,5,6]B.[4,3,6]C.[4,5,3]D.都不对

安装MySQL数据库后,系统自动创建的数据库包括______。A.information_schema;B.Choose;C.Mysql;D.performance_schema;