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.
Thanks for had joined us in the past Office Hour session: Ask the APEX Team Anything Watch the replay of the session: apex.oracle.com/officehours and find below the Q&A for the live session.
An error occurred during URL invocation.
ORA-01031: insufficient privileges
l_idx := apex_web_service.g_request_headers.count + 1
apex_web_service.g_request_headers( l_idx ).name := ‘...’
apex_web_service.g_request_headers( l_idx ).value := ‘...’
var i, selectedIds = ":",
model = this.data.model;
for ( i = 0; i < this.data.selectedRecords.length; i++ ) {
selectedIds += model.getValue( this.data.selectedRecords[i], "EMPNO") + ":";
}
$s("P1_SELECTED", selectedIds);
:root {
--js-dialog-open-timing: 1s
--js-dialog-close-timing: 1s