-
Bug
-
Resolution: Done
-
Major
-
7.1.1, 7.4.1
-
None
Section 2.2.1, example 2.2
/*+ cache(pref_mem ttl:60000 */ select col from t
is missing a right paren and should read:
/*+ cache(pref_mem ttl:60000) */ select col from t
Copying this example from the docs will cause the cache hint to be invalidated.