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

Which two statements about sequences are true? ()

A. You use a NEXTVAL pseudo column to look at the next possible value that would be generated from a sequence, without actually retrieving the value.

B. You use a CURRVAL pseudo column to look at the current value just generated from a sequence, without affecting the further values to be generated from the sequence.

C. You use a NEXTVAL pseudo column to obtain the next possible value from a sequence by actually retrieving the value from the sequence.

D. You use a CURRVAL pseudo column to generate a value from a sequence that would be used for a specified database column.

E. If a sequence starting from a value 100 and incremented by 1 is used by more then one application, then all of these applications could have a value of 105 assigned to their column whose value is being generated by the sequence.

F. You use REUSE clause when creating a sequence to restart the sequence once it generates the maximum value defined for the sequence.

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

第1题

Youexecutethefollowingcommandtoenableasessioninresumablemode:SQL>ALTERSESSIONENABLERESUMABLETIMEOUT60;Whatistheimpactofatimeoutonthestatementsbeingsuspended?()

A.Thestatementsremainsuspendedforatleast60seconds.

B.Thestatementsaresuspendedfor60secondsandthentheyareexecuted.

C.Thesuspendedstatementserroroutiftheproblemisnotrectifiedwithin60seconds.

D.Thestatementsareautomaticallysuspended60secondsafteranerrorisreceived,andthenattempttoexecutenormallyagain.

点击查看答案

第2题

Which four are correct guidelines for naming database tables? ()

A. Must begin with either a number or a letter.

B. Must be 1-30 characters long.

C. Should not be an Oracle Server reserved word.

D. Must contain only A-Z, a-z, 0-+, _, *, and #.

E. Must contain only A-Z, a-z, 0-9, _, $, and #.

F. Must begin with a letter.

点击查看答案

第3题

USER_DATA is a nonencrypted tablespace that contains a set of tables with data. You want t

o convert all existing data in the USER_DATA tablespace and the new data into the encrypted format.Which methodswould you use to achieve this?()

A. Use Data Pump to transfer the existing data to a new encrypted tablespace

B. Use ALTER TABLE MOVE to transfer the existing data to a new encrypted tablespace

C. Use CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespace

D. Enable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt the tablespace

E. Encrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in the tablespace is automatically encrypted

点击查看答案

第4题

ImmediatelyafteraddinganewdisktoorremovinganexistingdiskfromanAutomaticStorageManagement(A

SM)instance,youfindthattheperformanceofthedatabasedecreasesinitially,untiltheadditionorremovalprocessiscompleted.Performancethengraduallyreturnstonormallevels.Whichtwoactivitiescouldyouperformtomaintainaconsistentperformanceofthedatabasewhileaddingorremovingdisks?()

A.increasethenumberofcheckpointprocesses

B.definethePOWERoptionwhileaddingorremovingthedisks

C.increasethenumberofDBWRprocessesbysettingupahighervalueforDB_WRITER_PROCESSES

D.increasethenumberofslavedatabasewriterprocessesbysettingupahighervaluefor DBWR_IO_SLAVES

E.increasethenumberofASMRebalanceprocessesbysettingupahighervalueforASM_POWER_LIMITduringthediskadditionorremovalprocess

点击查看答案

第5题

YouwanttomoveallobjectsoftheAPPSuserinthetestdatabasetotheDB_USERschemaoftheproductiondatabase.WhichoptionofIMPDPwouldyouusetoaccomplishthistask()

A.FULL

B.SCHEMAS

C.TRANSFORM

D.REMAP_SCHEMA

E.REMAP_TABLESPACE

点击查看答案

第6题

Examine the structure of the EMPLOYEES table:Column name Data type RemarksEMPLOYEE_ID NUMB

ER NOT NULL, Primary KeyLAST_NAME VARCNAR2(30)FIRST_NAME VARCNAR2(30)JOB_ID NUMBERSAL NUMBERMGR_ID NUMBER References EMPLOYEE_ID column DEPARTMENT_ID NUMBERYou need to create an index called NAME_IDX on the first name and last name fields of the EMPLOYEES table. Which SQL statement would you use to perform this task? ()

A. CREATE INDEX NAME _IDX (first_name, last_name);

B. CREATE INDEX NAME _IDX (first_name, AND last_name)

C. CREATE INDEX NAME_IDX ON (First_name, last_name);

D. CREATE INDEX NAME_IDX ON employees (First_name, AND last_name);

E. CREATE INDEX NAME_IDX ON employees (First_name, last_name);

F. CREATE INDEX NAME_IDX FOR employees (First_name, last_name);

点击查看答案

第7题

Manually,yousettheconsumergroupofallofthenewlycreateduserstoMYDB_GRP.Youwanttheuserstobeab

letochangetheirconsumergroupsaspertheapplicationrequirement.Whatwasthefirststepthatwasneededintheprocesstoachievethisobjective?()

A.TheusermusthavebeengrantedtheDBArole.

B.Theusermusthavebeengrantedtheswitchprivilegeasapartofarole.

C.TheusermusthavebeengrantedtheResourceManageradministratorprivilege.

D.TheusermusthavebeengrantedtheswitchprivilegebyusingtheDBMS_RESOURCE_MANAGER_PRIVSpackage.

点击查看答案

第8题

YouworkasadatabaseadministratorforSupportcenter.cn.Userscomplainthattheirqueryistakingalon

gtimetocomplete.Yoususpectthedatabasebuffercachesizetobethereason,andyoudefineanalerttobegeneratedwhenthebuffercachehitmetricgoesbelow85%.Whenyouobservethedynamicperformanceviews,youfindthatthebuffercachehitratiois81%butnoalertsarebeinggenerated.Whatcouldbethereasonforthisproblem?()

A.Theadvisorymemoryhasbeenturnedoff.

B.TheDB_CACHE_ADVICEparameterhasbeensettoOFFintheparameterfile.

C.TheSTATISTICS_LEVELparameterhasbeensettoBASICintheparameterfile.

D.TheTIMED_STATISTICSparameterhasbeensettoFALSEintheparameterfile.

E.TheSTATISTICS_LEVELparameterhasbeensettoTYPICALintheparameterfile.

点击查看答案

第9题

YouworkasadatabaseadministratorforSupportcenter.cn.YouwanttobenotifiedwhenthenumberofdiskI

/Oincreasesby10%ofwhatitwasyesterday.Youcreateabaselinemetricforyesterday’sdiskI/Operformance.Howdoyouusethebaselinemetricstoachieveyourobjective?()

A.Savethebaselineinthedatabase

B.SavethebaselineintheDatabaseControlHomePage

C.CreateaproceduretoreadandapplythebaselinetodiskI/Ometrics

D.ApplythebaselinetothediskI/OmetricsintheMangeMetricspage

E.AlterthediskI/OmetricstoincludebaselinebyusingtheALTERMETRICScommnd

点击查看答案

第10题

You want to enable resumable space allocation at the instance level.Which two actions would enable resumable space allocation at the instance level? ()(Choose two.)

A. issuing the ALTER SYSTEM ENABLE RESUMABLE; statement

B. issuing the ALTER SESSION ENABLE RESUMABLE; statement

C. modifying the RESUMABLE_TIMEOUT initialization parameter to a nonzero value

D. issuing the ALTER SYSTEM SET RESUMABLE_TIMEOUT=; statement

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

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

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

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

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