Hi,
I need to retrieve a previous version of a stored procedure using the next query
select TEXT from dba_source
as of timestamp systimestamp - interval '1' day
where name='P_CLUB_ALERTS_DAILY' order by line;
and the output give me an error
ORA-01031: insuficient priviledges
my user has the FLASHBACK ANY TABLE PRIVILEGE
could anybody help me.
Thanks in advance...