Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Flashback query privilege

430724Oct 27 2004 — edited Oct 27 2004
What privileges are required to run table-level flashback queries using the "as of timestamp" clause in Oracle9i?

Tapani Lindgren
---

SQL> select sysdate from dual;

SYSDATE
---------
27-OCT-04

SQL> select sysdate from dual as of timestamp sysdate;
select sysdate from dual as of timestamp sysdate
*
ERROR at line 1:
ORA-01031: insufficient privileges


SQL>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 24 2004
Added on Oct 27 2004
2 comments
2,917 views