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.

apex restful POST resultset

User_OOJ83Nov 10 2017 — edited Nov 14 2017

hi,

i have a problem with oracle apex version 4.2 and oracle database 11g

i create a webservice REST method : POST with the procedure

begin

   proc_xx(:x_a,:x_g);

end;

x_a is string

x_g is refcursor

when i create parameter x_g, i can not set parameter type as RESULTSET

thank you.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 8 2017
Added on Nov 10 2017
1 comment
312 views