Client_text_io [message #280624] |
Wed, 14 November 2007 04:33 |
kenjio
Messages: 7 Registered: November 2007
|
Junior Member |
|
|
hi,
I have a problem in Client_text_io.fclose,Im loading ascii file thru forms and insert data to oracle table, after all the records is inserted successfully,the application is hanged without any error message. i try to comment out this codes below to test if client_text_io is working:
exception
when no_data_found then
CLIENT_TEXT_IO.fclose(file_handle);
when others then
message(sqlerrm);
but it gives me the error ORA-01403 - no data found;
the webutil configuration is working fine and no error is detected on my java console.
Anyone can help me this..thanks in advance.
Kenji
|
|
|
|
|
|
|