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!

get page / region through Ajax

mnonoluJul 21 2017 — edited Sep 12 2017

Hello All,

I have a requirement to retrieve an existing Apex page (or region on a page) and inject it dynamically : depending on user action into another region. (Ajax is required).

I remember it was possible to do that earlier using htmldb_Get. but I just cannot figure out how to do it using Apex documented functions (apex.server.process ?) Is it possible? If not, what is the alternative?

Can someone help on this?

I am on Oracle 12c and Apex 5.0.

Thanks in advance.

Mno

This post has been answered by mnonolu on Sep 12 2017
Jump to Answer

Comments

Glen Conway

Here is the Quick Reference for SQLcl 17.2:

https://docs.oracle.com/database/sql-developer-17.2/SQCQR/toc.htm#SQCQR-GUID-0A65BC18-6AD2-4A6C-81CD-782D71BDBCB9

and although SQLcl may not support all SQL*Plus commands, or all options of those commands it does support, you can glean useful details from the SQL*Plus documentation:

https://docs.oracle.com/en/database/oracle/oracle-database/18/sqpug/index.html

Edit:  Or better yet, for 18.4 -

         https://docs.oracle.com/en/database/oracle/sql-developer/18.4/sqcqr/index.html

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

Post Details

Locked on Oct 10 2017
Added on Jul 21 2017
1 comment
121 views