题目内容 (请给出正确答案)
[单选题]

YouaremaintainingyourOLTPdatabaseinOracle10g.YouareperformingtheFlashbackTransactionQuerytofindtheundoSQLstatementsthatcanbeusedtoundothechangesmadetothedatabaseinthespecifictimeperiod.WhichpseudocolumnwillyouusetoperformtheFlashbackTransactionQuery?()

A.VERSIONS_STARTSCN

B.VERSIONS_STARTTIME

C.VERSIONS_XID

D.VERSIONS_OPERATION

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

第1题

Examinethefollowingstepsperformedonadatabaseinstance:1:TheDBAgrantstheCREATETABLEsystempri

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

A.ThetablecreatedbySKDisnotaccessibleandSKDcannotcreatenewtables.

B.ThetablescreatedbySKDandHRremain,butbothcannotcreatenewtables.

C.ThetablecreatedbyHRremainsandHRstillhastheCREATETABLEsystemprivilege.

D.ThetablecreatedbyHRremainsandHRcangranttheCREATETABLEsystemprivilegetootherusers.

点击查看答案

第2题

YouareusingtheBlockMediaRecoveryfeaturetorecovertheblocksthataremarkedcorruptsincethelastbackup.Whichviewwillyouquerytodisplayinformationaboutthedatablocksthataremarkedcorruptsincethelastbackup?()

A.V$BACKUP_CORRUPTION

B.V$COPY_CORRUPTION

C.V$DATABASE_BLOCK_CORRUPTION

D.RC_BACKUP_CORRUPTION

点击查看答案

第3题

YouaremaintainingthePRODdatabaseofTeleSoftCorporation.YouhaveinitializedthefollowingDB_BLOCK_CHECKINGparameterintheinit.orafile:DB_BLOCK_CHECKING=TRUE;Whatwillbetheresultofsettingthisparameter?()

A.OnlydatablocksoftheSYSTEMtablespacewillbechecked.

B.OnlydatablocksoftheSYSAUXtablespacewillbechecked.

C.Achecksumwilloccuronlyonthecheckpoint.

D.Achecksumwilloccureverytimeablockismodified.

点击查看答案

第4题

Review the definition of the phone_list view.CHEATE OR REPLACE ALGORITHM=MERGE DEFINER= ‘r

oot‘@localhost‘ SQL SECURITY DEFINER VIEW ‘phone_list‘ AS SELECTe . id as id ‘e . first_name AS ‘first_name‘ ‘e . last_name AS ‘last_name‘ ‘coalesce ( ph1.phone_no, ‘ – ‘) AS ‘office_no‘ ‘coalesce (ph2 .phone_no, ‘ – ‘) AS ‘cell_no‘ FROM employees e LEFT JOIN employee_phone ph1 ON ph1.emp_id = e.id AND ph1.type = ‘office‘ LEFT JOIN employee_phone ph2 ON ph2 .emp_id = e.id AND ph2 .type = ‘mobile‘The tables employees and employee_phone are InnoDB tables;all columns are used in this view. The contents of the phone_list view are as follows: Mysql> select * from phone_list; 1 row in set (0.00 sec)Which method can you use to change the cell_no value to ‘555-8888‘ for John Doe?()

A.INSERT INTO employee_phone (emp_id, phone_no, type) VALUES (1, ‘555-8888‘,‘mobile‘)

B.UPDATE phone_list SET cell_name ‘555-8888‘ WHERE first_name= ‘John‘ and last_name= ‘Doe‘

C.DELETE FROM phone_list WHERE first_name= ‘John‘ and last_name= ‘Doe‘; INSERT INTO phone_list (first_name, last_name, office_no, cell_no) VALUES (‘John‘ , ‘Doe‘ , ‘x1234‘ , ‘555-8888)

D.UPDATE employee_phone SET phone_no= ‘555-8888‘ where emp_id=1

点击查看答案

第5题

Whichtwostatementsaretrueabouttheprimarykeyconstraintinatable?()

A.Itisnotpossibletodisabletheprimarykeyconstraint.

B.Itispossibletohavemorethanoneprimarykeyconstraintinasingletable.

C.Theprimarykeyconstraintcanbereferredbyonlyoneforeignkeyconstraint.

D.Theprimarykeyconstraintcanbeimposedbycombiningmorethanonecolumn.

E.Thenon-deferrableprimarykeyconstraintcreatesanuniqueindexontheprimarykeycolumnifitisnotalreadyindexed.

点击查看答案

第6题

ouhavebackedupyourdatabasetwicewithoutconnectingtotherecoverycatalog.Whatcommanddoyouissuetotransferthecontrol-filemetadatatotherecoverycatalog?()

A.synchcatalog

B.resynccatalog

C.replicatecatalog

D.updatecatalog

E.restorecatalog

点击查看答案

第7题

ThedatafilesofyourdatabaseareASMfiles.YouareperformingacheckfordatafileblockcorruptionbyusingtheDBVERIFYutility.WhatisaprerequisiteforcheckingblockcorruptiononanASMdatafilebyusingtheDBVERIFYutility?()

A.Theblockchangetrackingfeaturemustbeenabled.

B.OMFmustbeconfiguredonyourdatabase.

C.ThedatabasemustbeinARCHIVELOGmode.

D.AUSERIDmustbesupplied.

点击查看答案

第8题

Youareworkingonthe24X7databasewithhightransactionvolume,toensurefasterinstancerecoveryonyo

urdatabaseyousettheFAST_START_MTTR_TARGETinitializationparametertoaverylowvalue.Whateffectitwillhaveonthedatabase?()

A.Thedatabaseperformancewouldbeenhanced.

B.Theredologfileswouldbegetfilledmorefrequently.

C.Theoveralldatabaseperformancewouldbedegraded.

D.Themeantimetorecover(MTTR)wouldbeincreased.

点击查看答案

第9题

Datafilesofwhichthreetablespacescanberecoveredbyperforminganopenrecovery?()

A.TEMP

B.UNDO

C.INDEX

D.SYSAUX

E.SYSTEM

点击查看答案

第10题

Youissuethefollowingstatement:SQL>SELECTFIRSTNAME,LASTNAMEFROMHR.EMPLOYEE;Youreceivethe

followingerror:01578:ORACLEdatablockcorrupted(file6,block54)ORA-01110:datafile6:’u01/oracle/oradata/data1.dbf’Howwillyouresolvethisproblemofdatablockcorruptionbyreducingthemeantimetorecover(MTTR)?()

A.byusingtheDBMS_REPAIRpackage

B.byusingtheDBVERIFYutility

C.byusingBlockMediaRecovery

D.byissuingtheANALYZETABLEHR.EMPLOYEESVALIDATESTRUCTUREcommand

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

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

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

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

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