Youwanttocreateaconsumergroup,GROUP1,andyouexecutethefollowingcommandinthecommand-lineinterface:SQLEXECDBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP=’group1’,COMMENT=’NewGroup’);Thiscommanderrorsoutdisplayingthefollowingmessage:ERRORatline1:ORA-29371:pendingareaisnotactiveORA-06512:atSYS.DBMS_RMIN,line115ORA-06512:atSYS.DBMS_RESOURCE_MANAGER,line108ORA-06512:atline1Whatactionwouldyoutaketoovercomethiserror?()A.activatethePendingAreabeforecreatingtheconsumergroupB.createthePendingAreabeforecreatingtheconsumergroupC.increasethesizeofthedatabasebuffercachetoaccommodatethePendingAreaD.increasethesizeofthesharedpooltoaccommodatethePendingAreaE.increasethesizeofthelargepooltoaccommodatethePendingArea

Youwanttocreateaconsumergroup,GROUP1,andyouexecutethefollowingcommandinthecommand-lineinterface:SQL>EXECDBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP=>’group1’,COMMENT=>’NewGroup’);Thiscommanderrorsoutdisplayingthefollowingmessage:ERRORatline1:ORA-29371:pendingareaisnotactiveORA-06512:at"SYS.DBMS_RMIN",line115ORA-06512:at"SYS.DBMS_RESOURCE_MANAGER",line108ORA-06512:atline1Whatactionwouldyoutaketoovercomethiserror?()

A.activatethePendingAreabeforecreatingtheconsumergroup

B.createthePendingAreabeforecreatingtheconsumergroup

C.increasethesizeofthedatabasebuffercachetoaccommodatethePendingArea

D.increasethesizeofthesharedpooltoaccommodatethePendingArea

E.increasethesizeofthelargepooltoaccommodatethePendingArea


相关考题:

有一台运行WindowsServer2008EnterpriseEdition的服务器。该服务器安装了“故障转移群集”功能。该服务器有三个节点,分别名为NODE1、NODE2和NODE3。群集上安装了MicrosoftDistributedTransactionCoordinator(MSDTC)资源。该群集有一个名为Group1的专用群集组,其中包含MSDTC资源。您发现Group1无法从NODE1或NODE2故障转移到NODE3。从NODE1故障转移到NODE2没有错误。您需要配置Group1以支持所有群集节点之间的故障转移。该怎么做?()A.从Group1中删除MSDTC资源。B.将NODE3选作Group1的首选所有者。C.从Group1中的所有群集资源中取消NODE3作为可能的所有者。D.将NODE3配置为Group1中所有群集资源的可能的所有者。

有一台运行WindowsServer2008的服务器。该服务器上安装Web服务器(IIS)服务器角色。服务器包含一个网站,网站配置为只使用Windows身份验证。有一个名为Group1的安全组,其中包含多个用户账户。您需要防止Group1的成员访问网站。您不得阻止其他用户访问网站。应配置哪个网站功能?() A.身份验证B.授权规则C.IIS管理器权限D.SSL设置

Youwanttocreateaconsumergroup,GROUP1,andyouexecutethefollowingcommandinthecommandlineinterface:SQLEXECDBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP=’group1’,COMMENT=’NewGroup’)Thiscommanderrorsoutdisplayingthefollowingmessage:ERRORatline1:ORA01031:insufficientprivilegesORA06512:atSYS.DBMS_RMIN,line115ORA06512:atSYS.DBMS_RESOURCE_MANAGER,line108ORA06512:atline1Whatactionwouldyoutaketoovercomethiserror?()A.grantSYSDBAtotheuserB.grantSYSOPERtotheuserC.granttheRESOURCEroletotheuserD.usetheGRANTcommandtogranttheADMINISTER_RESOURCE_MANAGERprivilegetotheuserE.granttheADMINISTER_RESOURCE_MANAGERprivilegetotheuserbyusingthe DBMS_RESOURCE_MANAGER_PRIVSpackage

??有一台系统为Windows Server 2008的计算机,用户john属于本地组group1,管理员创建了一个文件file.txt,并设置本地组group1对file.txt具有完全控制权限,设置john对file.txt具有拒绝读取权限,最终john对file.txt具有()权限。A.完全控制B.读取C.拒绝读取D.读取和写入

在 Linux 中,要删除用户组 group1 应使用( )命令。A.[root@localhost]delete group1B.[root@localhost]gdelete group1C.[root@localhost]groupdel group1D.[root@localhost]gd group1

您有一台运行Windows7的计算机。您安装InternetInformationServices(IIS)来测试基于Web的应用程序。您创建一个名为Group1的本地组。您需要确保只有Group1的成员可以访问默认网站。您应该执行哪两项配置更改?() A.修改Group1的属性B.将一个SSL证书分配到默认网站C.修改默认网站的身份验证方法D.修改%systemroot%\inetpub\wwwroot文件夹的NTFS权限

7、使用下面哪个命令可以将用户user1加入到用户组group1中A.useradd -a user1 group1B.groupadd -a user1 group1C.gpasswd -a user1 group1D.gshadow -a user1 group1

1、新建一个组group1,新建一个系统组group2

新建一个目录/home/jack, 将用户jack的登录shell 修改为bash,主目录改为/home/jack,主用户组改为group1。