Can flashback query the v$views?
Since v$ views query memory structures (I think) and flashback ("AS OF <timestamp>") reads from logs, will flashback queries on v$views retrieve old data correctly? This is in Oracle 9.2 but I would pose the question generically for 10 and 11 as well. In this case, I am interested in v$session, v$sysstat and v$open_cursor. Thanks.
0