A.RD
B.CD
C.DIR
D.MD
第1题:
YouhaveconfiguredtheASMinstanceforthePRODdatabaseofiPodCorporation.Youhavespecifiedthefollowingparametervaluesintheinitializationparameterfile:DB_CREATE_FILE_DEST=’devices/grp1/P’DB_CREATE_ONLINE_LOG_DEST_1=’devices/d_grp2/Q’DB_CREATE_ONLINE_LOG_DEST_2=’devices/d_grp3/R’BACKGROUND_DUMP_DEST=’devices/d_grp1/S’Youhaveaddedanewredologgroupthatcontainstworedologmembers.Wherearetheredologmembersstored?()
A.Boththememberswillbestoredinthe’devices/grp1/P’directory.
B.Boththememberswillbestoredinthe’devices/d_grp2/Q’directory.
C.Boththememberswillbestoredinthe’devices/d_grp3/R’directory.
D.Onememberwillbestoredinthe’devices/d_grp2/Q’directoryandtheotherinthe’devices/d_grp3/R’directory.
第2题:
在某菜单中,有一菜单项(Caption)内容是”NEW”,名字(Name)是“Create”,则单击该菜单项所产生的事件过程应是()。
A.Private Sub MnuNEW_Click()
B.Private Sub Create_Click()
C.Private Sub NEW_Click()
D.Sub Mnu_Create_Click()
第3题:
第4题:
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
第5题:
tonywouldliketomakeiteasierforusersofthevideoapplicationtoenternewdocusingthe“videoform”,he’dlikeuserstobeabletocreatenew“video”docformwithintheview.Whichoneofthefollowingshouldtonysotobuildthisinterface?()
A.createaviewactionthathasthefollowingformula:@command([create];”video”)
B.createaformactionthathasthefollowingformula:@command([compose];”video”)
C.createaviewactionthathasthefollowingformula:@command([compose];”video”)
D.createadatabaseactionthathasthefollowingformula:@command([compose];”video”)
第6题:
AutoLISP 语言中先执行(setq p1 '(130 140))、(setq p2 '(200 400))两个语句,然后绘制从P1点到P2点的直线的AutoLISP程序语句为: A.(command “直线” p1 p2 “”) B.(command “line” p1 p2) C.(command “spline” p1 p2 “”) D.(command “line” p1 p2 “”)
A.错
B.错
C.错
D.对