[Home] [Help]
603: value,
604: SUBSTR (value,1,INSTR(value,',') -1)
605: )
606: INTO v_utl_location
607: FROM v$parameter
608: WHERE LOWER(name) = 'utl_file_dir';
609:
610: -- if there are more than one directory defined for the parameter pick up the first one.
611: