Skip to Main Content

Database Software

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.

INS - 30131 Installer Validation Failed

Shyam ChakrapaniJun 13 2016 — edited Jun 13 2016

I was through the process of installing the oracle database 12c for Oracle Retail Predictive Application Server Version 15. During the process, I had an error shooting out stating that Initial Setup required for Installer Validations failed due to lack of permission for the user. Though giving the user the right permission and creating a sample temporary directory to access the same, I still faced the same issue.

Thereby require support for resolving this issue. Database Installation Error.png

Comments

It seems like issue with event scope, your button may not be part of the same region as LOV and report.

John Snyders-Oracle

The apexafterclosedialog is an APEX specific event that is triggered when any APEX modal dialog page closes (not cancels). This typically means when it is closed from an Apply or OK button.
The element in the parent page that the event is triggered on depends on what opened the dialog. That is why I prefer to listen for apexafterclosedialog on the body (or in some cases you need to listen on document).
To refresh a region or item you can use the built-in action Refresh. This is better than using apex.event.trigger(jQuery id, 'apexrefresh').

1 - 2

Post Details

Added on Jun 13 2016
2 comments
5,714 views