为什么我在用倒叙查询报时会出现下边的错误,我是用SYSTEM登录的是不是还要加入新的权限呢。
如果是可以告诉我sql吗。非常感谢!
execute dbms_flashback.enable_at_time(sysdate -5/1440);--错误提示:
BEGIN dbms_flashback.enable_at_time(sysdate -5/1440); END;*
ERROR 位于第 1 行:
ORA-08185: 用户 SYS 不支持闪回
ORA-06512: 在"SYS.DBMS_FLASHBACK", line 0
ORA-06512: 在line 1

解决方案 »

  1.   

    ORA-8185--------An export fails with the following errors:exp 'system/manager as sysdba' file=exp_flash.dmp log=exp_flash.logtables=scott.flash flashback_scn=2106860EXP-00008: ORACLE error 8185 encounteredORA-08185: Flashback not supported for user SYSORA-06512: at "SYS.DBMS_FLASHBACK", line 0ORA-06512: at line 1EXP-00000: Export terminated unsuccessfullyor in Oracle10g:EXP-00008: ORACLE error 8185 encounteredORA-08185: Flashback not supported for user SYSORA-06512: at "SYS.DBMS_FLASHBACK", line 3ORA-06512: at line 1EXP-00000: Export terminated unsuccessfullyor in Oracle10g Export DataPump:ORA-39001: invalid argument valueORA-39135: SYS schema cannot read data using specific SCNsThe error ORA-8185 or ORA-39135 is reported because the export with theFLASHBACK_SCN or FLASHBACK_TIME parameter cannot be done by a user whoconnects AS SYSDBA.SOLUTION: Reissue the command without connecting AS SYSDBA.