UTL_FILE ? [message #368251] |
Tue, 17 October 2000 06:06 |
Problem executing UTL_FIL
Messages: 2 Registered: October 2000
|
Junior Member |
|
|
I can run the file excltrans.sql in one database but if I run in another dabase which resides in the server, the following error is reported. Any ideas ? TIA
SQL> @P:\bsptest\excltrans.sql /
Input truncated to 1 characters
declare
*
ERROR at line 1:
ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "SYS.UTL_FILE", line 98
ORA-06512: at "SYS.UTL_FILE", line 157
ORA-06512: at line 4
|
|
|
|