All Questions
3 questions
0
votes
1
answer
428
views
Check for status updates using APEX.SERVER.PROCESS
Env: Oracle APEX v5.1.2 with Oracle 12c R2 DB
I have a report that is based off the following table columns in a table called MY_TASK:
TASK_ID (PK),
TASK,
TASK_STATUS (from TASK_CHECKER.task_status)
...
1
vote
1
answer
808
views
Display alert message after inserting a row in table using on demand process in oracle apex
I have a procedure which is usually taking long time to execute. When this is executing, it insert a process log into a table.
For Example:
inserting row 1: Loading Data to Update...
//after some ...
0
votes
1
answer
649
views
Auto login and access the Oracle ADF application from Oracle Apex
I am using Oracle Apex 5.1. In that application I need to access Oracle ADF application from Oracle Apex. I used Iframe to view the ADF application from Apex. Since I logged in Oracle apex, I don't ...