Hi Im just wondering if anyone knew how to turn off Oracle flash cache,
I have it all set up and running but now I want to disable it or turn it off.
I have read that if i set the following parameter then it should do the trick...
alter system set db_flash_cache_size=o;
....
If you look at the code above its an 'o' not a '0' ...
I thaught this was a bit odd? ... never the less I have used both... I get the response system altered, but when restarting the DB I get an error loading initialization parameters and have to go into the initcrcl.ora file to remove the entry...
any ideas?
Thanks