Dear Jangan lupa file webutil.pll yang sudah Anda load ke form, juga harus anda load ke server aplikasi. Load ulang file webutil.pll ke form Anda dan jika ada kotak dialog di form Anda pada saat load webutil.pll, pilih Yes untuk remove path nya. Kemudian compile ualng form Anda dan running kembali.
Semoga membantu Regards, Defry ________________________________ From: Aditya Pratama <[email protected]> To: [email protected] Sent: Wed, May 12, 2010 8:20:13 PM Subject: [indo-oracle] ORA-06508:PL/SQL: could not find program unit being called 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] [Non-text portions of this message have been removed]

