While writing the SQL procedure for creating a CSV file from the contents of the table, I am stuck at the error below:
ERROR at line 1:
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 488
ORA-29283: invalid file operation
ORA-06512: at "DSI_DPIPE.BUSSHOURS", line 28
ORA-06512: at "DSI_DPIPE.BUSSHOURS", line 55
ORA-06512: at line 1
First line is:
file_http UTL_FILE.file_type;
Same error is coming even i am using the statement:
file_http sys.UTL_FILE.file_type;
Thanks for your valuable solution in advance.