题目内容 (请给出正确答案)
[主观题]

YouareworkingasaDBAatNetFxCorporation.&ens

YouareworkingasaDBAatNetFxCorporation.Auser,Scott,ismaintainingtherecordsofalltheemployeesintheEMPLOYEEtable.Initially,thesalaryoftheemployee,’E0025’,was$1800.On1May2004,thesalaryoftheemployee,’E0025’,wasincreasedby$200.

Theuser,Scott,issuedthefollowingstatementtomodifytherecordoftheemployee,’E0025’:

SQL>UPDATEEMPLOYEESETSALARY=2000

WHEREEMPNO=’E0025’;

SQL>COMMIT;

OnDecember1,2004,thesalaryoftheemployee,’E0025’,wasincreasedby$400.Theuser,Scott,issuedthefollowingstatementtomodifytherecordoftheemployee,’E0025’:

SQL>UPDATEEMPLOYEESETSALARY=2400

WHEREEMPNO=’E0025’;

SQL>COMMIT;

OnJuly1,2005,thesalaryoftheemployee,’E0025’,wasincreasedby$500.Theuser,Scott,issuedthefollowingstatementtomodifytherecordoftheemployee,’E0025’

SQL>UPDATEEMPLOYEESETSALARY=2900

WHEREEMPNO=’E0025’;

SQL>COMMIT;

OnJuly5,2005,theHRmanageraskedyoutogeneratetheincrementreportoftheemployee,’E0025’,fortheperiodbetween1May2004and1July2005.Whichflashbackfeaturewillyouusetogeneratetheincrementreport?()

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“YouareworkingasaDBAatNetFxCorp…”相关的问题

第1题

Inyourdatabase,theSTATISTICS_LEVELinitializationparameterissettoBASIC.Whatistheimpactofthissetting?()

A.Theoptimizerstatisticsarecollectedautomatically.

B.Onlythetimedoperatingsystem(OS)statisticsandplanexecutionstatisticsarecollected.

C.TheOracleserverdynamicallygeneratesthenecessarystatisticsontablesaspartofqueryoptimization.

D.ThesnapshotsfortheAutomaticWorkloadRepository(AWR)arenotgeneratedautomatically.

E.SnapshotscannotbecollectedmanuallybyusingDBMS_WORKLOAD_REPOSITORYPACKAGE.

点击查看答案

第2题

ViewtheExhibitandexaminetheprivilegesgrantedtotheMGR_ROLErole.TheuserSKDhasbeengrantedtheC

ONNECTandRESOURCErolesonly.Thedatabaseadministrator(DBA)grantsMGR_ROLEtotheuserSKDbyexecutingthecommand:SQL>GRANTMGR_ROLETOSKDWITHADMINOPTION;WhichstatementistrueabouttheuserSKDafterhe/sheisgrantedthisrole()

A.TheuserSKDcangrantonlytheMGR_ROLEroletootherusers,butnottheprivilegesinit.

B.TheuserSKDcanrevoketheMGR_ROLEonlyfromtheusersforwhomhe/sheisthegrantor.

C.TheuserSKDcangranttheprivilegesintheMGR_ROLEroletootherusers,butnotwithADMINOPTION.

D.TheuserSKDcangranttheprivilegesintheMGR_ROLEroletootherusers,butcannotrevokeprivilegesfromthem.

点击查看答案

第3题

YouareperformingflashbackoftheORDERStableintheScott’sschemabecausesomeimportantdataisdelet

edinthetablebymistake.TheSCNnumberwas771513atthetimeofdeletion.YouissuedthefollowingstatementtoperformFlashbackTable:SQL>FLASHBACKTABLEORDERSTOSCN771513;WhatistheprerequisitetoperformFlashbackTable?()

A.YoumustconfigureOMFinyourdatabase.

B.Youmustenableblockchangetrackingfeatureinyourdatabase.

C.YoumustenableROWMOVEMENTfeatureontheORDERStable.

D.YoumustusetheFlashbackVersionQuerybeforeusingtheFlashbackTablefeature.

点击查看答案

第4题

Which two operations are NOT performed by the DUPLICATE command in Recovery Manager (RMAN) whileduplicating a running database? ()(Choose Two)

A. Creating the control file for the duplicate database

B. Restoring the target data files to the duplicate database

C. Performing complete recovery using all available backups

D. Generating a new, unique DBID for the duplicate database

E. Copying the online redo log files from the target database to the duplicate database

点击查看答案

第5题

TheuserHRownstheEMPtable.TheuserHRgrantsprivilegestotheuserSCOTTbyusingthiscommand:SQL>

GRANTSELECT,INSERT,UPDATEONempTOscottWITHGRANTOPTION;TheuserSCOTTexecutesthiscommandtograntprivilegestotheuserJIM:SQL>GRANTSELECT,INSERT,UPDATEONhr.empTOjim;Now,theuserHRdecidestorevokeprivilegesfromJIMusingthiscommand:SQL>REVOKESELECT,INSERT,UPDATEONempFROMjim;WhichstatementistrueafterHRissuestheREVOKEcommand()

A.ThecommandfailsbecauseSCOTTstillhasprivileges.

B.ThecommandsucceedsandprivilegesarerevokedfromJIM.

C.ThecommandfailsbecauseHRcannotrevoketheprivilegesfromJIM.

D.ThecommandsucceedsandonlyHRhastheprivilegetoperformtheSELECT,INSERT,andUPDATEoperationsontheEMPtable.

点击查看答案

第6题

WhatwillbetheresultofusingtheSQL>DROPUSERSCOTTCASCADE;command?()

A.Theuser,Scott,isdropped,alltheobjectsinScott’sschemaareplacedintheRecycleBin,andtheobjectsthatarealreadyintheRecycleBinaredropped.

B.Theuser,Scott,isdropped,alltheobjectsinScott’sschemaareplacedintheRecycleBin,andalltheobjectsintheRecycleBin,belongingtotheuserScott,arenotdropped.

C.Theuser,Scott,isdropped,alltheobjectsintheScott’sschemaarenotplacedintheRecycleBin,andtheobjectsintheRecycleBin,belongingtotheuser,Scott,arenotdropped.

D.Theuser,Scott,isdropped,alltheobjectsinScott’sschemaarenotplacedintheRecycleBin,andtheobjectsintheRecycleBinaredropped.

点击查看答案

第7题

Youareusingflatfilesasthedatasourceforoneofyourdatawarehousingapplications.Youplantomoveth

edatafromtheflatfilestructurestoanOracledatabasetooptimizetheapplicationperformance.Inyourdatabaseyouhaveclusteredtables.Whilemigratingthedata,youwanttohaveminimalimpactonthedatabaseperformanceandoptimizethedataloadoperation.WhichmethodwouldyouusetoloaddataintoOracledatabase?()

A.usetheexternaltablepopulation

B.usetheOracleDataPumpexportandimportutility

C.usetheconventionalpathdataloadofSQL*Loaderutility

D.usethedirectpathdataloadofOracleexportandimportutility

点击查看答案

第8题

You are using Recovery Manager (RMAN) with a recovery catalog to back up your production d

atabase. Thebackups and the archived redo log files are copied to a tape drive on a daily basis.Because of media failure,you lost your production database completely along with the recovery catalog database.You want to recover the target database and make it functional. You consider performing the following steps to accomplish the task:1) Restore an autobackup of the server parameter file.2) Restore the control file3) Start the target database instance4) Mount the database5) Restore the data files6) Open the database with RESETLOGS option7) Recover the data files8) Set DBID for the target databaseWhich option illustrates the correct sequence that you must use?()

A.8,1,3,2,4,5,7,6

B.1,8,3,4,2,5,7,6

C.1,3,4,2,8,5,6,7

D.1,3,2,4,6,5,7,8

点击查看答案

第9题

YouaremaintainingyourOLTPdatabaseinOracle10g.YouareperformingtheFlashbackTransactionQueryt

ofindtheundoSQLstatementsthatcanbeusedtoundothechangesmadetothedatabaseinthespecifictimeperiod.WhichpseudocolumnwillyouusetoperformtheFlashbackTransactionQuery?()

A.VERSIONS_STARTSCN

B.VERSIONS_STARTTIME

C.VERSIONS_XID

D.VERSIONS_OPERATION

点击查看答案

第10题

Examinethefollowingstepsperformedonadatabaseinstance:1:TheDBAgrantstheCREATETABLEsystempri

vilegetotheSKDuserwithADMINOPTION.2:TheSKDusercreatesatable.3:TheSKDusergrantstheCREATETABLEsystemprivilegetotheHRuser.4:TheHRusercreatesatable.5:TheDBArevokestheCREATETABLEsystemprivilegefromSKD.Whichstatementistrueafterstep5isperformed()

A.ThetablecreatedbySKDisnotaccessibleandSKDcannotcreatenewtables.

B.ThetablescreatedbySKDandHRremain,butbothcannotcreatenewtables.

C.ThetablecreatedbyHRremainsandHRstillhastheCREATETABLEsystemprivilege.

D.ThetablecreatedbyHRremainsandHRcangranttheCREATETABLEsystemprivilegetootherusers.

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信