result cache on dictionary tables
Hello !
We have an old application that runs a sql against user_tables over and over
it consumes a fair amount of cpu. Is it possible/advisable to use result cache on dictionary tables ?
I know user_tables is a view so I need to find the underlying tables.
But I'm not sure it is supported ?
Thanks
Magnus