Core Concurrent Processing - EBS (MOSC)

MOSC Banner

pl\sql concurrent program - how to generate zip as result of request?

Oracle Applications 12.1

I can generate zip file in pl\sql as BLOB into conc. request
then save this blob to /usr/tmp/o[numbers].tmp
and concurrent manager takes this file as usual conc.request result and show it when I press "Show result" button in "Concurrent Requests" form.
But, as i have understood, concurrent manager process this file as text (not binary) file, thats why I get only first part of BLOB till first zero byte.
So, I generate blob with 765 bytes size and save it into /usr/tmp/o[numbers].tmp
but after conc. request completing, file $APPLCSF/out/[conc_id].out file size is 5 bytes, becouse 6-ths byte in file /usr/tmp/o[numbers].tmp is "00"
Tagged:

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