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

User&ensp;SCOTT&ensp;executes&ensp;the&ensp;following&ensp;command&ensp;on&ensp;the&ensp;EMP&ensp;table&ensp;but&ensp;has&ensp;not&ensp;issued&ensp;COMMIT,&ensp;ROLLBACK,&ensp;or&ensp;any&ensp;data&ensp;definition&ensp;language&ensp;(DDL)&ensp;command:&ensp;SQL&gt;&ensp;SELECT&ensp;ename&ensp;FROM&ensp;emp&ensp;<br /> 2&ensp;WHERE&ensp;job=&rsquo;CLERK&rsquo;&ensp;FOR&ensp;UPDATE&ensp;OF&ensp;empno;&ensp;<br /> SCOTT&ensp;has&ensp;opened&ensp;another&ensp;session&ensp;to&ensp;work&ensp;with&ensp;the&ensp;database&ensp;instance.&ensp;<br /> Which&ensp;three&ensp;operations&ensp;wouldwait&ensp;when&ensp;issued&ensp;in&ensp;SCOTT&rsquo;s&ensp;second&ensp;session()<p> User&ensp;SCOTT&ensp;executes&ensp;the&ensp;following&ensp;command&ensp;on&ensp;the&ensp;EMP&ensp;table&ensp;but&ensp;has&ensp;not&ensp;issued&ensp;COMMIT,&ensp;ROLLBACK,&ensp;or&ensp;any&ensp;data&ensp;definition&ensp;language&ensp;(DDL)&ensp;command:&ensp;SQL&gt;&ensp;SELECT&ensp;ename&ensp;FROM&ensp;emp&ensp;<br /> 2&ensp;

A、A.LOCK TABLE emp IN SHARE MODE;

B、B.LOCK TABLE emp IN EXCLUSIVE MODE;

C、C.UPDATE emp SET sal=sal*1.2 WHERE job=MANAGER;

D、D.INSERT INTO emp(empno,ename) VALUES (1289,’Harry’);

E、E.SELECT ename FROM emp WHERE job=’CLERK’ FOR UPDATE OF empno;

更多“User&ensp;SCOTT&ensp;executes&ensp;the&ensp;following&ensp;command&ensp;on&ensp;the&ensp;EMP&ensp;table&ensp;but&ensp;has&ensp;not&ensp;issued&ensp;COMMIT,&ensp;ROLLBACK,&ensp;or&ensp;any&ensp;data&ensp;definition&ensp;language&ensp;(DDL)&ensp;command:&ensp;SQL&gt;&ensp;SELECT&ensp;ename&ensp;FROM&ensp;emp&ensp;<br /> 2&ensp;WHERE&ensp;job=&rsquo;CLERK&rsquo;&ensp;FOR&ensp;UPDATE&ensp;OF&ensp;empno;&ensp;<br /> SCOTT&ensp;has&ensp;opened&ensp;another&ensp;session&ensp;to&ensp;work&ensp;with&ensp;the&ensp;database&ensp;instance.&ensp;<br /> Which&ensp;three&ensp;operations&ensp;wouldwait&ensp;when&ensp;issued&ensp;in&ensp;SCOTT&rsquo;s&ensp;second&ensp;session()<p> User&ensp;SCOTT&ensp;executes&ensp;the&ensp;following&ensp;command&ensp;on&ensp;the&ensp;EMP&ensp;table&ensp;but&ensp;has&ensp;not&ensp;issued&ensp;COMMIT,&ensp;ROLLBACK,&ensp;or&ensp;any&ensp;data&ensp;definition&ensp;language&ensp;(DDL)&ensp;command:&ensp;SQL&gt;&ensp;SELECT&ensp;ename&ensp;FROM&ensp;emp&ensp;<br /> 2&ensp;”相关的问题
第1题

A、&ensp;The&ensp;user,&ensp;Scott,&ensp;is&ensp;dropped,&ensp;all&ensp;the&ensp;objects&ensp;in&ensp;Scott’s&ensp;schema&ensp;are&ensp;placed&ensp;in&ensp;the&ensp;Recycle&ensp;Bin,&ensp;and&ensp;the&ensp;objects&ensp;that&ensp;are&ensp;&ensp;already&ensp;in&ensp;the&ensp;Recycle&ensp;Bin&ensp;are&ensp;dropped.  B、&ensp;The&ensp;user,&ensp;Scott,&ensp;is&ensp;dropped,&ensp;all&ensp;the&ensp;objects&ensp;in&ensp;Scott’s&ensp;schema&ensp;are&ensp;placed&ensp;in&ensp;the&ensp;Recycle&ensp;Bin,&ensp;and&ensp;all&ensp;the&ensp;objects&ensp;in&ensp;the&ensp;Recycle&ensp;Bin,&ensp;belonging&ensp;to&ensp;the&ensp;user&ensp;Scott,&ensp;are&ensp;not&ensp;dropped.  C、&ensp;The&ensp;user,&ensp;Scott,&ensp;is&ensp;dropped,&ensp;all&ensp;the&ensp;objects&ensp;in&ensp;the&ensp;Scott’s&ensp;schema&ensp;are&ensp;not&ensp;placed&ensp;in&ensp;the&ensp;Recycle&ensp;Bin,&ensp;and&ensp;the&ensp;objects&ensp;in&ensp;the&ensp;Recycle&ensp;Bin,&ensp;belonging&ensp;to&ensp;the&ensp;user,&ensp;Scott,&ensp;are&ensp;not&ensp;dropped.  D、&ensp;The&ensp;user,&ensp;Scott,&ensp;is&ensp;dropped,&ensp;all&ensp;the&ensp;objects&ensp;in&ensp;Scott’s&ensp;schema&ensp;are&ensp;not&ensp;placed&ensp;in&ensp;the&ensp;Recycle&ensp;Bin,&ensp;and&ensp;the&ensp;objects&ensp;in&ensp;the&ensp;Recycle&ensp;Bin&ensp;are&ensp;dropped.  

点击查看答案
第2题

A、&ensp;All&ensp;the&ensp;objects&ensp;of&ensp;scott&ensp;are&ensp;moved&ensp;to&ensp;the&ensp;Recycle&ensp;Bin.  B、&ensp;Any&ensp;objects&ensp;in&ensp;the&ensp;Recycle&ensp;Bin&ensp;belonging&ensp;to&ensp;scott&ensp;are&ensp;purged.  C、&ensp;All&ensp;the&ensp;objects&ensp;owned&ensp;by&ensp;scott&ensp;are&ensp;permanently&ensp;dropped&ensp;from&ensp;the&ensp;database.  D、&ensp;All&ensp;the&ensp;objects&ensp;of&ensp;scott&ensp;in&ensp;the&ensp;Recycle&ensp;Bin&ensp;must&ensp;be&ensp;purged&ensp;before&ensp;executing&ensp;the&ensp;DROP&ensp;command.  E、&ensp;Any&ensp;objects&ensp;in&ensp;the&ensp;Recycle&ensp;Bin&ensp;belonging&ensp;to&ensp;scott&ensp;will&ensp;not&ensp;be&ensp;affected&ensp;by&ensp;the&ensp;above&ensp;DROP&ensp;command.  

点击查看答案
第3题

A、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;every&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;in&ensp;the&ensp;session&ensp;of SCOTT.  B、One&ensp;audit&ensp;record&ensp;is&ensp;generated&ensp;for&ensp;the&ensp;session&ensp;when&ensp;SCOTT&ensp;grants&ensp;the&ensp;DROP&ensp;ANY&ensp;TABLE&ensp;privilege&ensp;to&ensp;otherusers.  C、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;the&ensp;whole&ensp;session&ensp;if&ensp;user&ensp;SCOTT&ensp;successfully&ensp;drops&ensp;one&ensp;or&ensp;more&ensp;tables&ensp;inhis&ensp;session.  D、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;every&ensp;session&ensp;of&ensp;any&ensp;other&ensp;user&ensp;in&ensp;which&ensp;a&ensp;table&ensp;owned&ensp;by&ensp;SCOTT&ensp;isdropped&ensp;successfully.  E、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;every&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;by&ensp;any&ensp;user&ensp;to&ensp;drop Tables&ensp;owned&ensp;by&ensp;SCOTT  

点击查看答案
第4题

A、&ensp;The&ensp;batch&ensp;operation&ensp;started&ensp;by&ensp;the&ensp;user,&ensp;SCOTT,&ensp;terminates&ensp;with&ensp;an&ensp;error.  B、&ensp;The&ensp;batch&ensp;operation&ensp;started&ensp;by&ensp;the&ensp;user,&ensp;SCOTT,&ensp;hangs&ensp;and&ensp;you&ensp;are&ensp;required&ensp;to&ensp;increase&ensp;the&ensp;undo&ensp;pool&ensp;resource&ensp;plan&ensp;directive.  C、&ensp;The&ensp;batch&ensp;operation&ensp;started&ensp;by&ensp;the&ensp;user,&ensp;SCOTT,&ensp;runs&ensp;uninterrupted&ensp;because&ensp;the&ensp;database&ensp;uses&ensp;the&ensp;SYSTEM&ensp;tablespace&ensp;for&ensp;the&ensp;undo&ensp;operation.  D、&ensp;The&ensp;user,&ensp;BLAKE,&ensp;cannot&ensp;start&ensp;a&ensp;transaction&ensp;that&ensp;uses&ensp;any&ensp;DML&ensp;operations&ensp;until&ensp;you&ensp;increase&ensp;the&ensp;value&ensp;of&ensp;the&ensp;undo&ensp;pool&ensp;resource&ensp;plan&ensp;directive.  E、&ensp;The&ensp;user&ensp;BLAKE&ensp;can&ensp;start&ensp;a&ensp;transaction&ensp;that&ensp;uses&ensp;any&ensp;DML&ensp;operations&ensp;after&ensp;the&ensp;batch&ensp;operation&ensp;started&ensp;by&ensp;the&ensp;user,&ensp;SCOTT,&ensp;terminates&ensp;with&ensp;an&ensp;error.  

点击查看答案
第5题

A、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;the&ensp;whole&ensp;session&ensp;if&ensp;user&ensp;SCOTT&ensp;successfully&ensp;drops&ensp;one&ensp;or&ensp;more&ensp;tables&ensp;in&ensp;his&ensp;session.  B、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;every&ensp;session&ensp;when&ensp;any&ensp;user&ensp;successfully&ensp;drops&ensp;a&ensp;table&ensp;owned&ensp;by&ensp;SCOTT.  C、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;each&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;by&ensp;any&ensp;user&ensp;to&ensp;drop&ensp;tables&ensp;owned&ensp;by&ensp;SCOTT.  D、One&ensp;audit&ensp;record&ensp;is&ensp;generated&ensp;for&ensp;the&ensp;session&ensp;when&ensp;SCOTT&ensp;grants&ensp;the&ensp;DROP&ensp;ANY&ensp;TABLE&ensp;privilege&ensp;to&ensp;other&ensp;users&ensp;in&ensp;his&ensp;session.  E、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;each&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;in&ensp;the&ensp;session&ensp;of&ensp;SCOTT.  

点击查看答案
第6题

A、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;the&ensp;whole&ensp;session&ensp;if&ensp;user&ensp;SCOTT&ensp;successfully&ensp;drops&ensp;one&ensp;or&ensp;more&ensp;tables&ensp;in&ensp;his&ensp;session.  B、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;every&ensp;session&ensp;when&ensp;any&ensp;user&ensp;successfully&ensp;drops&ensp;a&ensp;table&ensp;owned&ensp;by&ensp;SCOTT.  C、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;each&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;by&ensp;any&ensp;user&ensp;to&ensp;drop&ensp;tables&ensp;owned&ensp;by&ensp;SCOTT.  D、One&ensp;audit&ensp;record&ensp;is&ensp;generated&ensp;for&ensp;the&ensp;session&ensp;when&ensp;SCOTT&ensp;grants&ensp;the&ensp;DROP&ensp;ANY&ensp;TABLE&ensp;privilege&ensp;to&ensp;other&ensp;users&ensp;in&ensp;his&ensp;session.  E、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;each&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;in&ensp;the&ensp;session&ensp;of&ensp;SCOTT.  

点击查看答案
第7题

A、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;the&ensp;whole&ensp;session&ensp;if&ensp;user&ensp;SCOTT&ensp;successfully&ensp;drops&ensp;one&ensp;or&ensp;more&ensp;tables&ensp;in&ensp;his&ensp;session.  B、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;every&ensp;session&ensp;when&ensp;any&ensp;user&ensp;successfully&ensp;drops&ensp;a&ensp;table&ensp;owned&ensp;by&ensp;SCOTT.  C、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;each&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;by&ensp;any&ensp;user&ensp;to&ensp;drop&ensp;tables&ensp;owned&ensp;by&ensp;SCOTT.  D、One&ensp;audit&ensp;record&ensp;is&ensp;generated&ensp;for&ensp;the&ensp;session&ensp;when&ensp;SCOTT&ensp;grants&ensp;the&ensp;DROP&ensp;ANY&ensp;TABLE&ensp;privilege&ensp;to&ensp;other&ensp;users&ensp;in&ensp;his&ensp;session.  E、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;each&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;in&ensp;the&ensp;session&ensp;of&ensp;SCOTT.  

点击查看答案
第8题

A、Oneauditrecord&ensp;is&ensp;created&ensp;for&ensp;every&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;in&ensp;the&ensp;session&ensp;ofSCOTT.  B、Oneauditrecord&ensp;is&ensp;generated&ensp;for&ensp;the&ensp;session&ensp;when&ensp;SCOTT&ensp;grants&ensp;the&ensp;DROP&ensp;ANY&ensp;TABLE&ensp;privilege&ensp;toother&ensp;users.  C、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;the&ensp;whole&ensp;session&ensp;if&ensp;user&ensp;SCOTT&ensp;successfully&ensp;drops&ensp;one&ensp;or&ensp;more&ensp;tablesin&ensp;his&ensp;session.  D、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;every&ensp;session&ensp;of&ensp;any&ensp;other&ensp;user&ensp;in&ensp;which&ensp;a&ensp;table&ensp;owned&ensp;by&ensp;SCOTT&ensp;isdropped&ensp;successfully.  E、One&ensp;audit&ensp;record&ensp;is&ensp;created&ensp;for&ensp;every&ensp;successful&ensp;DROP&ensp;TABLE&ensp;command&ensp;executed&ensp;by&ensp;any&ensp;user&ensp;to&ensp;droptables&ensp;owned&ensp;by&ensp;SCOTT.  

点击查看答案
第9题

A、A.Grant&ensp;the&ensp;RESOURCE&ensp;role&ensp;to&ensp;SCOTT.  B、B.Add&ensp;data&ensp;files&ensp;to&ensp;the&ensp;USERS&ensp;tablespace.  C、C.Grant&ensp;the&ensp;CREATE&ensp;ANY&ensp;TABLE&ensp;privilege&ensp;to&ensp;SCOTT.  D、D.Increase&ensp;the&ensp;space&ensp;for&ensp;SCOTT&ensp;on&ensp;the&ensp;USERS&ensp;tablespace.  E、E.Increase&ensp;the&ensp;size&ensp;of&ensp;the&ensp;data&ensp;file&ensp;associated&ensp;with&ensp;the&ensp;USERS&ensp;tablespace  

点击查看答案
客服
TOP

请使用微信扫码支付

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