Using this command, what causes the INVALID_OPERATION exception to be raised?
DECLARE
V_FILE_ID UTL_FILE.FILE_TYPE;
BEGIN
V_FILE_ID := UTL_FILE.FOPEN ('i:\development\bob\','ftsccf.prn','r');
|
Results 1 to 4 of 4
Thread: UTL_FILEThreaded View
|
Click Here to Expand Forum to Full Width |