A line manager who is asked to wear two hats and function as a project manager at the same time is likely to exercise:
A Authority
B Power
C Influence
D All of the above]
E A and B only
第1题:
登录KIS帐套管理用户和密码是()。
A.Admin、无密码 B.Manager、无密码 C.Admin、空格 D.Manager、空格
第2题:
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
第3题:
Manager和Agent间,Manager是客户机,Agent是服务器。()
第4题:
Youwanttocreateaconsumergroup,GROUP1,andyouexecutethefollowingcommandinthecommandlineinterface:SQL>EXECDBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP=>’group1’,COMMENT=>’NewGroup’)Thiscommanderrorsoutdisplayingthefollowingmessage:ERRORatline1:ORA01031:insufficientprivilegesORA06512:at"SYS.DBMS_RMIN",line115ORA06512:atSYS.DBMS_RESOURCE_MANAGER",line108ORA06512:atline1Whatactionwouldyoutaketoovercomethiserror?()
A.grantSYSDBAtotheuser
B.grantSYSOPERtotheuser
C.granttheRESOURCEroletotheuser
D.usetheGRANTcommandtogranttheADMINISTER_RESOURCE_MANAGERprivilegetotheuser
E.granttheADMINISTER_RESOURCE_MANAGERprivilegetotheuserbyusingthe DBMS_RESOURCE_MANAGER_PRIVSpackage
第5题:
A.FromtheExchangeManagementShell,modifythepropertiesoftheWEBOutlookProvider.
B.FromtheExchangeManagementShell,modifythepropertiesoftheEXPROutlookProvider.
C.FromtheInternetInformationServices(IIS)Manager,modifythepropertiesoftheRPCvirtualdirectory.
D.FromtheInternetInformationServices(IIS)Manager,modifythepropertiesoftheAutodiscovervirtualdirectory.
第6题:
已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?
A.Manager::Manager(int n):id(n){}
B.Manager::Manager(int n){id=n;}
C.Manager::Manager(int n):Employee(n){}
D.Manager::Manager(int n){Employee(n);}