Code:
EXECUTE UTL_FILE.FOPEN('E:\DATA','ITEM.DAT','R');
I am getting the error PLS-00306 wrong number or types of argument.
UTL_FILE_DIR is set, the path and file name is aslo correct.
Any clue?

TIA