码迷,mamicode.com
首页 > 其他好文 > 详细

053-376

时间:2017-11-13 16:42:05      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:sele   follow   select   tab   fonts   value   hba   ati   error   

A user named Arren is executing this query:
select table_name, operation, undo_sql from
flashback_transaction_query t,
(select versions_xid as xid
from employees versions between scn minvalue
and maxvalue
where employee_id = 123) e
where t.xid = e.xid;
When the query runs, he receives an ORA-01031: insufficient privileges error. Since the user owns the employees table, you know that it is not the problem. Which of the following SQL statements will correct this problem?
A. GRANT SELECT ANY TRANSACTION TO ARREN;
B. GRANT SELECT ON FLASHBACK_TRANSACTION_QUERY TO ARREN;
C. GRANT SELECT_ANY_TRANSACTION TO ARREN;
D. GRANT FLASHBACK TO ARREN;
E. GRANT SELECT ANY VIEW TO ARREN;

053-376

标签:sele   follow   select   tab   fonts   value   hba   ati   error   

原文地址:http://www.cnblogs.com/Babylon/p/7826424.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!