Privilage required for as of scn view creation
I need to create view as of scn for one of my business requirements.
When I am creating the view from sys as sysdba the view is being created.
But when I am trying to create the view from system or any dba user I am getting Insufficient Privilage error.
Sql:
create view <VIEW NAME> as select * from <TABLE NAME> as of scn 10234997707285
Please help me on this.