Technology Stack - EBS (MOSC)

MOSC Banner

EBS 11i Database in RAC - Can't open a concurrent output

edited Aug 20, 2021 11:34AM in Technology Stack - EBS (MOSC) 2 commentsAnswered ✓

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:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center