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!
Hi,
as you know we can run :
SELECT * FROM mytable AS OF TIMESTAMP TIMESTAMP '2016-09-08 18:03:00' ;
My question is :
Where the old data version is storaged ?
Any parameter should be set for that ?
How old the data can be ?
Thank you.