Hy Guys !
I'd like to know if Oracle 10g stores data resulted from a SELECT with
Function in Cache ?
Example :
select substr(field_A,3,5) result_str from account;
result_str
------------------------
drdrd
gygyy
huhuh
jijii
...... and so on....
The result is kept in the cache in this form ?
Tks ...
Alex.