Hallo Master Oracle, Saya ada masalah nih dg penggunaan webutil. Saya buat report diproses otomatis dan terbentuk file yg tersimpan di dalam table dg tipe data blob. Ketika saya mau tampilkan report via FORM, muncul error : ORA-06508:PL/SQL: could not find program unit being called
Berikut scriptnya : IF client_win_api.api_enabled THEN v_file := CLIENT_WIN_API_ENVIRONMENT.Get_Temp_Directory(True)||'\'|| :JOB_OUTPUT_V.job_name||'.txt'; ELSE v_file := :JOB_OUTPUT_V.job_name||'.txt'; END IF; ----dst----- Kenapa yah? Terima kasih Aditya [Non-text portions of this message have been removed]

