Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Asynchronous execution example

1336415Mar 16 2016 — edited Mar 24 2016

Hello!

I have few questions:

- As far as I understand the DAX - caller process can offload some job to DAX while doing other things without multithreading. Is there an examples of such anychronous behavior?

- For the process, how the time DAX consumed counted? Is it counted as user time, system time or idle?

- What is memory limit for file with numbers? For big files I'm getting "(load_file) Cannot Allocate Memory for the input file".

Thank you!

This post has been answered by Sarkar-Oracle on Mar 16 2016
Jump to Answer

Comments

Mike Kutz
Answer

Oracle Multimedia ORDImage Object Type

This won't work in XE.

Otherwise, you'll need to create your own Web Service that does this for you.  (or hunt one down)

MK

Marked as Answer by Reza.Gh. · Sep 27 2020
Reza.Gh.

Hi,

Ok, thanks.

1 - 2