You issued the following commands to configure setting in RMAN;RMAN> CONFIGURE DEVICE TYPE sbt PARALLELISM 1;RMAN> CONFIGURE DEFAULT DEVICE TYPE TO sbt;RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE sbt TO 2;RMAN> CONFIGURE ARCHIVELOG BACKUP COPIE

题目

You issued the following commands to configure setting in RMAN;RMAN> CONFIGURE DEVICE TYPE sbt PARALLELISM 1;RMAN> CONFIGURE DEFAULT DEVICE TYPE TO sbt;RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE sbt TO 2;RMAN> CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE sbt TO 2;RMAN> CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2;Then you issued the following command to take the backup:RMAN> BACKUP DATABASE PLUS ARCHIVELOG;Which statement is true about the execution of the above command?()

A. The backup will terminate because the FORMAT clause was not configured for the channel

B. It backs up two copies of data files to tape and disk, and two copies of archived log file on tape

C. It backs up the data files and archived log files to disk, making two copies of each data file and archived log file

D. It backs up the data files and archived log files to tape, making two copies of each data file and archived log file


相似考题
更多“You issued the following commands to configure setting in RMAN;RMAN> CONFIGURE DEVICE T ”相关问题
  • 第1题:

    阅读下列函数说明和Java代码,将应填入(n)处的字句写在对应栏内。

    【说明】

    通常情况下,用户可以对应用系统进行配置,并将配置信息保存在配置文件中,应用系统在启动时首先将配置文件加载到内存中,这些内存配置信息应该有且仅有一份。

    下面的代码应用了单身模式(Singleton)以保证Configure类只能有一个实例。这样,Configure类的使用者无法定义该类的多个实例,否则会产生编译错误。

    include <iostream.h>

    class Configure{

    (1);

    Configure(){}; //构造函数

    public:

    static Configure *Instance();

    public:

    int GetConfigureData(){return data;} //获取配置信息

    int SetConfigureDate(int m_data)

    {data=m_data; return data;} //设置配置信息

    private:

    static Configure* _instance;

    int data; //配置信息

    };

    (2)=NULL;

    Configure * Configure∷Instance()

    { if(_instance==NULL)

    { _instance=(3);

    //加载配置文件并设置内存配置信息,此处省略

    }

    return (4);

    }

    void main()

    { Configure *t=NULL;

    t=(5);

    int d=t->GetConfigureData();

    //获取配置信息后进行其它工作,此处省略

    }


    正确答案:(1)public (2)Configure *Configure∷_instance (3)new Configure (4)_instance (5)Configure∷Instance()
    (1)public (2)Configure *Configure∷_instance (3)new Configure (4)_instance (5)Configure∷Instance() 解析:(1)public
    C++类中,构造函数属于公有成员函数,因此应该填入:public。
    (2)Configure *Configure∷_instance
    C++类中静态成员变量赋初值,只能在函数和类外进行。
    (3)new Configure
    Instance是类Configure的静态成员函数,它只能访问类的静态成员_instance,当指针_instance为NULL时,应该给_instance动态分配内存,所以此处应该填入:new Configure。
    (4)_instance
    类Configure的静态成员函数Instance的返回值是Configure*,即Configure类指针类型,由于此函数只能访问类的静态成员_instance,因此返回值应当是指针_instance。所以此处应该填入:_instance。
    (5)Configure∷Instance()
    t是一个Configure类指针,初值为NULL,因此此处必须首先动态开辟一个Configure类对象,让t指向这个对象,下面才能进行d=t->GetConfigureData()访问对象的成员函数。所以此处应该填入:new Configure。

  • 第2题:

    从哪个菜单配置AP?

    A、Configure>APs

    B、Configure>Controllers>APs

    C、Configure>Access Points

    D、不配置AP,只配置控制器。AP会自动与控制器配置同步

    A.

    B.

    C.

    D.


    正确答案:C

  • 第3题:

    Whichtwostatementsaboutthewirelesscontrolsystem(WCS)aretrue?()

    A.theCiscoWCSisdesignedtosupport1500CiscoWLANcontrollersandupto50APs

    B.theCiscoWCSrunsonadedicatednetworkdevicesuchastheCisco2700networkappliance

    C.theCiscoWCSrunsonvariouswindowsandLinuxplatforms

    D.theCiscoWCSscreendisplaysfourmainmenusheettabconsistingofMonitor,Configure,Security,andAlam

    E.theCiscoWCSusestheSNMPprotocoltocommunicatewiththecontrollers


    参考答案:C, E

  • 第4题:

    YouareimplementinganASP.NETWebsite.Thesiteusesacomponentthatmustbedynamicallyconfiguredbeforeitcanbeusedwithinsitepages.YoucreateastaticmethodnamedSiteHelper.Configurethatconfiguresthecomponent.YouneedtoaddacodesegmenttotheGlobal.asaxfilethatinvokestheSiteHelper.Configuremethodthefirsttime,andonlythefirsttime,thatanypageinthesiteisrequested.Whichcodesegmentshouldyouuse?()

    A.voidApplication_Start(objectsender,EventArgse){SiteHelper.Configure();}

    B.voidApplication_Init(objectsender,EventArgse){SiteHelper.Configure();}

    C.voidApplication_BeginRequest(objectsender,EventArgse){SiteHelper.Configure();}

    D.ObjectlockObject=newObject();voidApplication_BeginRequest(objectsender,EventArgse){lock(lockObject()){SiteHelper.Configure();}}


    参考答案:A

  • 第5题:

    AcustomerisdeployinganewdatabaseonaPS701BladeinaBladeCenterH,andrequiresredundant networkandSANadapters.Whichconfigurationsupportsthecustomerrequirement?()

    A.Configure2CFFhcombinationfibrechannel/gigabitEthernetadapters

    B.Configure1CFFh2-portfibrechanneladapterand1CIOv2-portgigabitEthernetadapter

    C.Configure1CIOv2-portfibrechanneladapterand1CFFhcombinationfibrechannel/gigabitEthernet adapter

    D.Configure1CIOv2-portgigabitEthernetadapterand1CFFhcombinationfibrechannel/gigabitEthernet adapter


    参考答案:C

  • 第6题:

    7、利用源码包安装程序时,如果在./configure 这出现如下错误提示"configure: error: no acceptable C compiler found in $PATH" 该怎么办?


    ABCD