Hi there,
I have a stored procedure that
1) reads in a text file then updates and inserts accordingly,
2) and then is supposed
to write entries into an exception log under certain conditions that i define.
so far the SP is doing what it is supposed to except for one thing: when writien out to the exception file each entry "wipes" out the previous one so that if there are supposed to be 5 entries only the last one gets written out!
I have tried using utl_file.is_open to determine if the file is already open and if so to not re-open it - but the same problem persists...
any and all help would be greatly appreciated!
Thanks.
I have a stored procedure that
1) reads in a text file then updates and inserts accordingly,
2) and then is supposed
to write entries into an exception log under certain conditions that i define.
so far the SP is doing what it is supposed to except for one thing: when writien out to the exception file each entry "wipes" out the previous one so that if there are supposed to be 5 entries only the last one gets written out!
I have tried using utl_file.is_open to determine if the file is already open and if so to not re-open it - but the same problem persists...
any and all help would be greatly appreciated!
Thanks.