Dear Team,
i used the below command
v_in_file := bfilename(upper(p_directory_name),p_file_name);
am passing the directory name and file without file extension i got the error message as
ORA-22288: file or LOB operation FILEOPEN failed
bt same if pasing the file name with extension it will we working fine.
Can any one plz tel me y we have to pass the file name with extension.
Thank in advance.