create function get_val return varchar2 $if not dbms_db_version.ver_le_10_2 $then result_cache $end; as begin null; $if $$RAC $then -- RAC specific code goes here $end end; /