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

You&ensp;execute&ensp;the&ensp;following&ensp;command&ensp;toauditdatabase&ensp;activities:&ensp;<br /> SQL>AUDITDROP&ensp;ANY&ensp;TABLE&ensp;BY&ensp;scott&ensp;BY&ensp;SESSION&ensp;WHENEVER&ensp;SUCCESSFUL;&ensp;<br /> What&ensp;is&ensp;the&ensp;effect&ensp;of&ensp;this&ensp;command()

A、Oneauditrecord is created for every successful DROP TABLE command executed in the session ofSCOTT.

B、Oneauditrecord is generated for the session when SCOTT grants the DROP ANY TABLE privilege toother users.

C、One audit record is created for the whole session if user SCOTT successfully drops one or more tablesin his session.

D、One audit record is created for every session of any other user in which a table owned by SCOTT isdropped successfully.

E、One audit record is created for every successful DROP TABLE command executed by any user to droptables owned by SCOTT.

更多“ You&ensp;execute&ensp;the&ensp;following&ensp;command&ensp;toauditdatabase&ensp;activities:&ensp;<br /> SQL>AUDITDROP&ensp;ANY&ensp;TABLE&ensp;BY&ensp;scott&ensp;BY&ensp;SESSION&ensp;WHENEVER&ensp;SUCCESSFUL;&ensp;<br /> What&ensp;is&ensp;the&ensp;effect&ensp;of&ensp;this&ensp;command()”相关的问题
第1题

A、Create&ensp;one&ensp;global&ensp;group&ensp;named&ensp;G_Executives.&ensp;Make&ensp;all&ensp;executives&ensp;user&ensp;accounts&ensp;members&ensp;of&ensp;that&ensp;group.  B、Create&ensp;two&ensp;global&ensp;groups&ensp;named&ensp;G_Executives&ensp;and&ensp;one&ensp;universal&ensp;group&ensp;named&ensp;U_Executives.&ensp;Make&ensp;the&ensp;two&ensp;global&ensp;members&ensp;of&ensp;U_Executives.&ensp;Make&ensp;the&ensp;executive&ensp;user&ensp;accounts&ensp;members&ensp;of&ensp;the&ensp;appropriate&ensp;global&ensp;group.  C、Create&ensp;three&ensp;global&ensp;groups&ensp;named&ensp;G_NY_Executives&ensp;and&ensp;G_Chi_Executives&ensp;and&ensp;G_Executives.&ensp;Make&ensp;G_NY_Executives&ensp;and&ensp;G_Chi_Executives&ensp;members&ensp;of&ensp;G_Executives.&ensp;Make&ensp;the&ensp;executive&ensp;user&ensp;accounts&ensp;members&ensp;of&ensp;the&ensp;appropriate&ensp;global&ensp;group.&ensp;&ensp;  D、Create&ensp;one&ensp;domain&ensp;local&ensp;group&ensp;named&ensp;DL_Executives.&ensp;Make&ensp;all&ensp;executive&ensp;user&ensp;accounts&ensp;members&ensp;of&ensp;that&ensp;group.  

点击查看答案
第2题

A、You&ensp;should&ensp;consider&ensp;setting&ensp;the&ensp;RedirectLocation&ensp;property&ensp;of&ensp;the&ensp;HttpResponse&ensp;class.  B、You&ensp;should&ensp;consider&ensp;calling&ensp;the&ensp;Redirect&ensp;method&ensp;of&ensp;the&ensp;HttpResponse&ensp;class.  C、You&ensp;should&ensp;consider&ensp;calling&ensp;the&ensp;Execute&ensp;method&ensp;of&ensp;the&ensp;HttpServerUtility&ensp;class.  D、You&ensp;should&ensp;consider&ensp;calling&ensp;the&ensp;Transfer&ensp;method&ensp;of&ensp;the&ensp;HttpServerUtility&ensp;class.  

点击查看答案
第5题

A、Execute&ensp;the&ensp;ALTER&ensp;DATABASE&ensp;ARCHIVELOG&ensp;statement&ensp;  B、Select&ensp;ARCHIVELOG&ensp;option&ensp;in&ensp;the&ensp;database&ensp;control&ensp;and&ensp;restart&ensp;the&ensp;database&ensp;to&ensp;apply&ensp;the&ensp;changes.&ensp;  C、Shut&ensp;down&ensp;and&ensp;start&ensp;the&ensp;instance,&ensp;and&ensp;in&ensp;the&ensp;NOMOUNT&ensp;state&ensp;execute&ensp;the&ensp;ALTER&ensp;DATABASE&ensp;ARCHIVELOG&ensp;statement.&ensp;  D、Shut&ensp;down&ensp;and&ensp;start&ensp;the&ensp;instance,&ensp;mount&ensp;the&ensp;database,&ensp;then&ensp;execute&ensp;the&ensp;ALTER&ensp;DATABASE&ensp;ARCHIVELOG&ensp;statement.&ensp;  

点击查看答案
第6题

A、Through&ensp;Run&ensp;window&ensp;execute&ensp;the&ensp;winrm&ensp;quickconfig&ensp;command&ensp;on&ensp;Certkiller&ensp;2.  B、Through&ensp;Run&ensp;window&ensp;execute&ensp;the&ensp;wecutil&ensp;qc&ensp;command&ensp;on&ensp;Certkiller&ensp;2.  C、Add&ensp;the&ensp;Certkiller&ensp;1&ensp;account&ensp;to&ensp;the&ensp;Administrators&ensp;group&ensp;on&ensp;Certkiller&ensp;2.  D、Through&ensp;Run&ensp;window&ensp;execute&ensp;the&ensp;winrm&ensp;quickconfig&ensp;command&ensp;on&ensp;Certkiller&ensp;1.  E、Add&ensp;the&ensp;Certkiller&ensp;2&ensp;account&ensp;to&ensp;the&ensp;Administrators&ensp;group&ensp;on&ensp;Certkiller&ensp;1.  F、Through&ensp;Run&ensp;window&ensp;execute&ensp;the&ensp;wecutil&ensp;qc&ensp;command&ensp;on&ensp;Certkiller&ensp;1.  

点击查看答案
第7题

A、You&ensp;should&ensp;execute&ensp;the&ensp;GRANT&ensp;SELECT&ensp;ON&ensp;dbo.Table01&ensp;TO&ensp;User1&ensp;Transact-SQL&ensp;statement.&ensp;  B、You&ensp;should&ensp;execute&ensp;the&ensp;GRANT&ensp;EXECUTE&ensp;ON&ensp;dbo.Procedure1&ensp;TO&ensp;User1&ensp;Transact-SQL&ensp;statement.&ensp;  C、You&ensp;should&ensp;alter&ensp;Procedure01&ensp;and&ensp;add&ensp;the&ensp;WITH&ensp;EXECUTE&ensp;AS&ensp;OWNER&ensp;option&ensp;to&ensp;its&ensp;header&ensp;  D、You&ensp;should&ensp;alter&ensp;Procedure01&ensp;and&ensp;add&ensp;the&ensp;EXECUTE&ensp;AS&ensp;USER&ensp;=&ensp;&apos;dbo&apos;&ensp;option&ensp;immediately&ensp;before&ensp;the&ensp;call&ensp;to&ensp;the&ensp;sp_executesql&ensp;stored&ensp;procedure.  

点击查看答案
第10题

A、&ensp;Use&ensp;ROLLBACK&ensp;command&ensp;with&ensp;SCN&ensp;663571.  B、&ensp;Perform&ensp;Flashback&ensp;Transaction&ensp;Query&ensp;with&ensp;SCN&ensp;663571.  C、&ensp;Execute&ensp;the&ensp;FLASHBACK&ensp;DATABASE&ensp;statement&ensp;to&ensp;retrieve&ensp;the&ensp;CUSTOMERS&ensp;table&ensp;as&ensp;it&ensp;was&ensp;at&ensp;SCN&ensp;663571.  D、&ensp;Execute&ensp;another&ensp;FLASHBACK&ensp;TABLE&ensp;statement&ensp;to&ensp;retrieve&ensp;the&ensp;CUSTOMERS&ensp;table&ensp;as&ensp;it&ensp;was&ensp;at&ensp;SCN&ensp;663571.  

点击查看答案
客服
TOP

请使用微信扫码支付

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