搜题
用户您好, 请在下方输入框内搜索其它题目:
搜题
题目内容 (请给出正确答案)
提问人:网友 发布时间:
【单选题】

An&ensp;index&ensp;called&ensp;ORD_CUSTNAME_IX&ensp;has&ensp;been&ensp;created&ensp;on&ensp;the&ensp;CUSTNAME&ensp;column&ensp;in&ensp;the&ensp;ORDERS&ensp;table&ensp;using&ensp;the&ensp;following&ensp;command:&ensp;&ensp;<br /> SQL>CREATE&ensp;INDEX&ensp;ord_custname_ix&ensp;ON&ensp;orders(custname);&ensp;&ensp;<br /> The&ensp;ORDERS&ensp;table&ensp;is&ensp;frequently&ensp;queried&ensp;using&ensp;the&ensp;CUSTNAME&ensp;column&ensp;in&ensp;the&ensp;WHERE&ensp;clause.&ensp;You&ensp;want&ensp;to&ensp;check&ensp;the&ensp;impact&ensp;on&ensp;the&ensp;performance&ensp;of&ensp;the&ensp;queries&ensp;if&ensp;the&ensp;index&ensp;is&ensp;not&ensp;available.&ensp;You&ensp;do&ensp;not&ensp;want&ensp;the&ensp;index&ensp;to&ensp;be&ensp;dropped&ensp;or&ensp;rebuilt&ensp;to&ensp;perform&ensp;this&ensp;test.&ensp;<br /> Which&ensp;is&ensp;the&ensp;most&ensp;efficient&ensp;method&ensp;of&ensp;performing&ensp;this&ensp;task?()

A、 disabling the index

B、 making the index invisible

C、 making the index unusable

D、 using the MONITORING USAGE clause for the index

更多“ An&ensp;index&ensp;called&ensp;ORD_CUSTNAME_IX&ensp;has&ensp;been&ensp;created&ensp;on&ensp;the&ensp;CUSTNAME&ensp;column&ensp;in&ensp;the&ensp;ORDERS&ensp;table&ensp;using&ensp;the&ensp;following&ensp;command:&ensp;&ensp;<br /> SQL>CREATE&ensp;INDEX&ensp;ord_custname_ix&ensp;ON&ensp;orders(custname);&ensp;&ensp;<br /> The&ensp;ORDERS&ensp;table&ensp;is&ensp;frequently&ensp;queried&ensp;using&ensp;the&ensp;CUSTNAME&ensp;column&ensp;in&ensp;the&ensp;WHERE&ensp;clause.&ensp;You&ensp;want&ensp;to&ensp;check&ensp;the&ensp;impact&ensp;on&ensp;the&ensp;performance&ensp;of&ensp;the&ensp;queries&ensp;if&ensp;the&ensp;index&ensp;is&ensp;not&ensp;available.&ensp;You&ensp;do&ensp;not&ensp;want&ensp;the&ensp;index&ensp;to&ensp;be&ensp;dropped&ensp;or&ensp;rebuilt&ensp;to&ensp;perform&ensp;this&ensp;test.&ensp;<br /> Which&ensp;is&ensp;the&ensp;most&ensp;efficient&ensp;method&ensp;of&ensp;performing&ensp;this&ensp;task?()”相关的问题
第1题

A、&ensp;indexes&ensp;are&ensp;maintained&ensp;by&ensp;cache&ensp;entry&ensp;ownes  B、&ensp;an&ensp;application&ensp;should&ensp;not&ensp;suggest&ensp;an&ensp;index&ensp;that&ensp;another&ensp;aplication&ensp;had&ensp;suggested  C、&ensp;indexes&ensp;cannot&ensp;be&ensp;sorted  D、&ensp;each&ensp;application&ensp;using&ensp;Coherence&ensp;may&ensp;suggest&ensp;the&ensp;same&ensp;set&ensp;of&ensp;indexes&ensp;when&ensp;it&ensp;starts  

点击查看答案
第2题

A、An&ensp;index&ensp;used&ensp;to&ensp;join&ensp;two&ensp;bitmap&ensp;indexes&ensp;on&ensp;a&ensp;table.  B、A&ensp;bitmap&ensp;index&ensp;created&ensp;for&ensp;the&ensp;join&ensp;of&ensp;two&ensp;or&ensp;more&ensp;tables.  C、A&ensp;bitmap&ensp;index&ensp;created&ensp;on&ensp;the&ensp;join&ensp;of&ensp;two&ensp;or&ensp;more&ensp;indexes.  D、A&ensp;bitmap&ensp;index&ensp;created&ensp;on&ensp;the&ensp;join&ensp;of&ensp;two&ensp;or&ensp;more&ensp;indexed-organized&ensp;tables.  

点击查看答案
第4题

A、&ensp;The&ensp;index&ensp;can&ensp;be&ensp;changed&ensp;from&ensp;NOLOGGING&ensp;to&ensp;LOGGING  B、&ensp;The&ensp;index&ensp;cannot&ensp;be&ensp;recovered&ensp;even&ensp;in&ensp;the&ensp;ARCHIVELOG&ensp;mode.  C、&ensp;The&ensp;index&ensp;can&ensp;only&ensp;be&ensp;created&ensp;if&ensp;the&ensp;base&ensp;table&ensp;is&ensp;created&ensp;with&ensp;the&ensp;NOLOGGING&ensp;option.  D、&ensp;The&ensp;index&ensp;can&ensp;be&ensp;recovered&ensp;if&ensp;you&ensp;perform&ensp;a&ensp;backup&ensp;after&ensp;the&ensp;CREATE&ensp;INDEX&ensp;statement.  

点击查看答案
第5题

A、&ensp;when&ensp;you&ensp;need&ensp;to&ensp;disable&ensp;the&ensp;index&ensp;usage  B、&ensp;when&ensp;you&ensp;need&ensp;to&ensp;change&ensp;storage&ensp;options  C、&ensp;when&ensp;you&ensp;need&ensp;to&ensp;enable&ensp;index&ensp;monitoring  D、&ensp;when&ensp;you&ensp;need&ensp;to&ensp;move&ensp;the&ensp;index&ensp;to&ensp;another&ensp;tablespace  

点击查看答案
第7题

A、A.ALTER&ensp;TABLE&ensp;employees&ensp;monitor&ensp;index&ensp;employee_idx_fk;&ensp;  B、B.ALTER&ensp;INDEX&ensp;employee_idx_fk&ensp;monitoring&ensp;on;&ensp;  C、C.ALTER&ensp;TABLE&ensp;employees&ensp;monitor&ensp;all&ensp;indexes;&ensp;  D、D.ALTER&ensp;INDEX&ensp;employee_idx_fk&ensp;monitoring&ensp;usage;&ensp;  

点击查看答案
第9题

A、A&ensp;leaf&ensp;will&ensp;be&ensp;marked&ensp;as&ensp;invalid.  B、An&ensp;update&ensp;in&ensp;a&ensp;leaf&ensp;row&ensp;takes&ensp;place.  C、The&ensp;index&ensp;will&ensp;be&ensp;updated&ensp;automatically&ensp;at&ensp;commit.  D、A&ensp;leaf&ensp;row&ensp;in&ensp;the&ensp;index&ensp;will&ensp;be&ensp;deleted&ensp;and&ensp;inserted.  E、The&ensp;index&ensp;becomes&ensp;invalid&ensp;when&ensp;you&ensp;make&ensp;any&ensp;updates.  

点击查看答案
第10题

A、&ensp;Start&ensp;the&ensp;database&ensp;in&ensp;OPEN&ensp;mode,&ensp;and&ensp;create&ensp;a&ensp;new&ensp;index&ensp;tablespace.  B、&ensp;Start&ensp;the&ensp;database&ensp;in&ensp;OPEN&ensp;mode,&ensp;and&ensp;drop&ensp;the&ensp;lost&ensp;index&ensp;tablespace&ensp;from&ensp;the&ensp;database.  C、Start&ensp;the&ensp;database&ensp;in&ensp;MOUNT&ensp;mode,&ensp;create&ensp;a&ensp;new&ensp;index&ensp;tablespace,&ensp;and&ensp;drop&ensp;the&ensp;lost&ensp;index&ensp;tablespace&ensp;from&ensp;the&ensp;database.  D、&ensp;Start&ensp;the&ensp;database&ensp;in&ensp;MOUNT&ensp;mode,&ensp;drop&ensp;the&ensp;lost&ensp;index&ensp;tablespace&ensp;from&ensp;the&ensp;database,&ensp;open&ensp;the&ensp;database,&ensp;and&ensp;create&ensp;a&ensp;new&ensp;index&ensp;tablespace.  

点击查看答案
客服
TOP

请使用微信扫码支付

订单号:
遇到问题请联系在线客服