ALTER DATABASE FORCE FULL DATABASE CACHING;
Hi guys,
we have oracle 12.1.0.2 db, DFs Size 150, db_cache_size = 210G.
the force full database caching is enabled!
my question is! is there any way to force the database read all blocks from disks and load them to the buffer after restart the DB!
select * from tab! I think this a little bit stupid because, this will never access the indexes on the table, in other hand, why to wait for result to be sent to client or at least print on the screen!
is there something who could work in background!
regards