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!

ORA-08185:Flashback not supported for user SYS

happy10319Sep 12 2017 — edited Sep 12 2017

Hi,

On 11.2.0.4 on Oracle Linux:

I run the following bein logged on as sys dba

SQL> flashback table ATABLE to timestamp (SYSTIMESTAMP - INTERVAL '200' MINUTE);

flashback table ATABLE to timestamp (SYSTIMESTAMP - INTERVAL '200' MINUTE)

                *

Error

ORA-08185:Flashback not supported for user SYS

Cause: user logged on as SYS

Action: logon as a different (non SYS) user.

SQL> grant select on ATABLE to LDAP_USER;

SQL> exit

SQL>connected

SQL> show user

USER is "LDAP_USER"

SQL> flashback table ATABLE to timestamp (SYSTIMESTAMP - INTERVAL '200' MINUTE);

flashback table ATABLE to timestamp (SYSTIMESTAMP - INTERVAL '200' MINUTE)

                *

Error

ORA-08185:Flashback not supported for user SYS

Even if I'm loged on I receive the same error.

Thanks for help.

This post has been answered by Andris Perkons-Oracle on Sep 12 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2017
Added on Sep 12 2017
2 comments
1,015 views