Hi Folks,
Using Oracle database - 19C DB
Taking table snapshot at the first second of every hour, getting the ORA-01555: snapshot too old issue,
Below is the undo_retention size
undo_retention integer 600
below is the code used in the procedure
insert into t_emp_log
select *
FROM emp AS OF TIMESTAMP v_timstamp emp;
Could you please check and do the needful?