SQL> drop table t purge; Table dropped ... lv_file_name,'wb'); 20 WHILE P_offset < l_clobLen 21 LOOP 22 P_SubstrVal := dbms_lob.substr(l_columnValClob,P_amount,P_offset); 23 utl_file.put_raw(Lv_file,utl_raw.cast_to_raw(P_SubstrVal)); 24 P_offset:=P ...
↧