EBS 11i Database in RAC - Can't open a concurrent output
Hi!
We have an instance as follow:
Application: 11.5.10.2 on Linux X86
Database: 11.2.0.3 on RAC
We have developed a concurrent request wich opens a file and sendit by mail, but since we have migrated to a multi node it does not work any more. (Before we were in a Mono Node estructure)
The concurrent request execute the following:
---------------------------------------------------------------------
bfile_handle := bfilename(l_directory,p_file_name);
bfile_len := dbms_lob.getlength(bfile_handle);
dbms_lob.open(bfile_handle,dbms_lob.lob_readonly);
---------------------------------------------------------------------
'HM_ADMIN_OUTPUT_DIR' is the path: /prod/applmgr/app/instancecomn/admin/out/INSTANCE_server
p_file_name is the output from another concurrent request: