Skip to Main Content

APEX

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.

How to create a success message from an On Demand Process using javascript

GhanaApexDeveloperAug 6 2013 — edited Aug 8 2013

Hi Guys,

I would want to create a success message JavaScript  from an On Demand Ajax call  with a return value.

I would like know to how this can be done and  how can this be displayed.

Thanks

Benjamin.

Comments

Hviehman-Oracle
Answer

Hi Laury,
I have come across your post by coincidence. No one will be looking for questions on Oracle Spatial in this forum. For questions on Oracle Spatial, you should be using the "Oracle Spatial" forum rather than Oracle Graph.
To answer your questions - if you have point data only in your layer, we recommend using the 'layer_gtype=point' option. Response time will be faster because we're using optimizations specific to points in that case.
If you are constantly adding, deleting, or modifying your location information, e.g., in tracking and tracing scenarios where you permanently acquire GPS data, the 'cbtree_index=true' option may be beneficial.
If you'd like to control where your spatial index data is stored, use the tablespace option. This approach can be helpful to avoid contention in your default tablespace.
I hope this helps.
Hans.

Marked as Answer by Laury · Apr 22 2022
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 5 2013
Added on Aug 6 2013
8 comments
977 views