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

Acustomerhasacritical,performance-sensitivewebapplicationthatconnectstoamultinodeOracleRACdatabase.WhichfeatureofWebLogiccanprovidesignificantperformancebenefit?()

A.TheWebSessionAffinityfeatureofActiveGridLinkforRAC

B.WebLogicClustering

C.TheTransactionAffinityfeatureofActiveGridLinkforRAC

D.Coherence*WebSessionReplication

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

第1题

Yourbusinesshasdepartmentalreportsthataregeneratedeveryday.Eachdepartmentmustusethesameset

ofqueries,butaccessadifferentsubsetofdatainthetables,dependingonwhichdepartmentgeneratesthereport.Theformatofthereportsisbeingdeveloped;currently,theformatchangesdaily.Howwouldyouconfigurethedatabasetoensurethateachdepartmentgeneratesitsreport(basedonitstargetdata)usingthemostrecentreportformateveryday?()

A.Byhavingeachuserrunthereportgenerationprocedureatthescheduledtime,supplyingthenecessaryinputvariables.

B.BycreatingaprogramusingDBMS_JOBthatacceptsoneormorevariables,andcreatingajobthatcallsthisprogramusingDBMS_JOB.

C.ByhavingeachuserscheduleajobusingDBMS_JOBthatacceptsoneormoreinputvariablesandcallsaprocedurethatgeneratesthereport.

D.ByhavingeachusercreateajobusingDBMS_SCHEDULERthatincludesalltheinformationandcommandsnecessarytogeneratethereport.

E.BycreatingaprogramusingDBMS_SCHEDULERthatacceptsoneormorevariables,andcreatingajobthatcallsthisprogramusingDBMS_SCHEDULER.

点击查看答案

第2题

YouobservethatinyourPRODdatabase,customerinformationisbeingmodifiedbysomeunauthorizedusers

.YouwanttokeeptrackofallofthetransactionshappeningonthetableusingPL/SQL.WhichtypeofPL/SQLsubprogramorconstructwouldyouusetoaccomplishthistask?()

A.functions

B.packages

C.procedures

D.databasetriggers

E.anonymousPL/SQLblock

点击查看答案

第3题

Given:Whichtwo,placedonline13,willproducetheoutputgobstopper?()

A.System.load("prop.custom");

B.System.getenv("prop.custom");

C.System.property("prop.custom");

D.System.getProperty("prop.custom");

E.System.getProperties().getProperty("prop.custom");

点击查看答案

第4题

hedatablocksinyourformmodulearebasedonobjecttables.Howwouldyoucreateamaster-detailrelationshipbetweentwooftheseblocks?()

A.UsetheDataBlockWizardandbasetherelationonaREFpointer.

B.IntheObjectNavigator,selecttheRelationnodeunderthemasterblockandclicktheCreateicon.Buildtherelationmanuallyandcoordinatetheblocksusingtriggers.

C.UsetheDataBlockWizard,andbasetherelationontheprimarykey-foreignkeyrelationshipinthedatabase.

D.Thistaskisnotpossiblebecausemaster-detailrelationscanbeimplementedonlyforblocksbasedonrelationaltables.

点击查看答案

第5题

You execute the following commands to audit database activities:SQL > ALTER SYSTEM SET AUD

You execute the following commands to audit database activities:SQL >ALTER SYSTEM SET AUDIT_TRIAL=DB, EXTENDED SCOPE=SPFILE;SQL >AUDIT SELECT TABLE, INSERT TABLE, DELETE TABLE BY JOHN By SESSION WHENEVER SUCCESSFUL;Which statement is true about the audit record that generated when auditing after instance restarts?()

A. One audit record is created for every successful execution of a SELECT, INSERT OR DELETE command on a table, and contains the SQL text for the SQL Statements.

B. One audit record is created for every successful execution of a SELECT, INSERT OR DELETE command, and contains the execution plan for the SQL statements.

C. One audit record is created for the whole session if john successfully executes a SELECT, INSERT, or DELETE command, and contains the execution plan for the SQL statements.

D. One audit record is created for the whole session if JOHN successfully executes a select command, and contains the SQL text and bind variables used.

E. One audit record is created for the whole session if john successfully executes a SELECT, INSERT,or DELETE command on a table, and contains the execution plan, SQL text, and bind variables used.

点击查看答案

第6题

Youwanttobenotifiedwhenthespaceusageofanexistingcriticaltablespacehasreached75%oftheallocatedspace.Whichoptionwouldyouusetoachievethis?()

A.runaproceduretocheckthetablespacespaceusage

B.definethewarningthresholdforthetablespaceat75%inDatabaseControl

C.createatriggertobeexecutedwhentablespacespaceusagereaches75%

D.submitajobbyusingDBMS_JOBpackagetocheckthefreespaceinthetablespaceatregularintervals

E.definethewarningthresholdtobe75%forthetablespacebyALTERTABLESPACE..ADDTHRESHOLDcommand

点击查看答案

第7题

Examine the data in the EMPLOYEES and DEPARTMENTS tables:Also examine the SQL statements t

hat create the EMPLOYEES and DEPARTMENTS tables:On the EMPLOYEES table, EMPLOYEE_ID is the primary key.MGR_ID is the ID of managers and refers to the EMPLOYEE_ID.DEPT_ID is foreign key to DEPARTMENT_ID column of the DEPARTMENTS table.On the DEPARTMENTS table, DEPARTMENT_ID is the primary key.Examine this DELETE statement:What happens when you execute the DELETE statement?()

A. Only the row with department ID 40 is deleted in the DEPARTMENTS table.

B. The statement fails because there are child records in the EMPLOYEES table with department ID 40.

C. The row with department ID 40 is deleted in the DEPARTMENTS table. Also the rows with employee IDs 110 and 106 are deleted from the EMPLOYEES table.

D. The row with department ID 40 is deleted in the DEPARTMENTS table. Also the rows with employee IDs 106 and 110 and the employees working under employee 110 are deleted from the EMPLOYEES table.

E. The row with department ID 40 is deleted in the DEPARTMENTS table. Also all the rows in the EMPLOYEES table are deleted.

F. The statement fails because there are no columns specifies in the DELETE clause of the DELETE statement.

点击查看答案

第8题

Youexecutethefollowingcommandtocreatetwoconsumergroups,FIN_GROUP1andPAY_GROUP1foraplan,PRO

D_PLAN:BEGINDBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN(SIMPLE_PLAN=>’prod_plan’,CONSUMER_GROUP1=>’fin_group1’,GROUP1_CPU=>80,CONSUMER_GROUP2=>’pay_group1’,GROUP2_CPU=>20);END;Whichthreestatementsaretrue?()

A.SYS_GROUPgets100%CPUresourcesatlevel1.

B.FIN_GROUP1gets80%CPUresourcesatlevel1.

C.FIN_GROUP1gets80%CPUresourcesatlevel2.

D.PAY_GROUP1gets20%CPUresourcesatlevel1.

E.PAY_GROUP1gets20%CPUresourcesatlevel2.

F.OTHER_GROUPgets100%CPUresourcesatlevel1.

G.OTHER_GROUPgets100%CPUresourcesatlevel2.

点击查看答案

第9题

ViewtheExhibitandexaminetheundotablespaceattributes.Yourdatabaseinstanceisexperiencingalar

gevolumeoftransactionsfromnon-DBAusersinthelastonehour.TheundotablespaceUNDOTBS1isfullwithtransactionsandnotransactionwascommittedmorethanonehourago.Thedatabasehastwomoreundotablespaces.WhathappenstothenewDMLoperationsinthisscenario()

A.TheDMLcommandswillfail.

B.TheundodatageneratedbytheDMLisstoredinoneofthetwootherundotablespaces.

C.TheundodatageneratedbytheDMLwilloverwritetheextentsthatcontaincommittedundodata.

D.TheundodatageneratedbytheDMLisstoredintheSYSTEMundosegmentoftheSYSTEM

点击查看答案

第10题

You support Oracle Database 12c Oracle Database 11g, and Oracle Database log on the same s

erver.All databases of all versions use Automatic Storage Management (ASM).Which three statements are true about the ASM disk group compatibility attributes that are set for a disk group?()

A. The ASM compatibility attribute controls the format of the disk group metadata.

B. RDBMS compatibility together with the database version determines whether a database Instance can mount the ASM disk group.

C. The RDBMS compatibility setting allows only databases set to the same version as the compatibility value, to mount the ASM disk group.

D. The ASM compatibility attribute determines some of the ASM features that may be used by the Oracle disk group.

E. The ADVM compatibility attribute determines the ACFS features that may be used by the Oracle 10g database.

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

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

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

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

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