Skip to Main Content

SQL & PL/SQL

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!

Privilege required for "as of timestamp" clause

969019Jan 28 2013 — edited Jan 28 2013
When I try following SQL to retrieve records in some table XXXXX in the past point in time:
select * from XXXXX as of timestamp systimestamp-(6/24);

I am receiving following error:
ORA-01031: insufficient privileges

Without "as of timestamp" clause, it does run fine.
Which privilege do I have to receive for above to work?
Thank you in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2013
Added on Jan 28 2013
3 comments
10,857 views