Αποτελέσματα Αναζήτησης
9 Οκτ 2018 · Joyce18 Dec 28 2017 — edited Oct 9 2018. We have updated JRE from 1.8 Update 131 to 1.8 Update 151 version. We followed the same process to generate the keystore from the certificate as we did in JRE 1.8 Update 131. After the update we are getting the below exception while loading the keystore. java.io.IOException: Invalid secret key format.
- Please sign in to comment
Joyce18 Dec 28 2017 — edited Oct 9 2018. We have updated JRE...
- Please sign in to comment
6 Μαρ 2019 · When I attempt to access Apex through a browser (localhost:9090/ords/apex) I receive a popup error: "There are issues with the configuration of the Static Files in your environment. Please consult "Configuring Static File Support" section in the Application Express Install Guide."
18 Οκτ 2019 · My jdk JDK1.8.0_131. The log problem occour in this step : In log archive > [2019-10-18T11:58:54.833-03:00] [bi] [NOTIFICATION] [] [oracle.bi.install.config.basesteps] [tid: 44] [ecid: 0000MrVMf2CF^6p5oR9DiY1TeT1s000004,0] Failed single shot step: BIEE with: Execution of [/opt/apps/oracle/biee12_domain/oracle_common/common/bin/wlst.sh,
2 Νοε 2005 · we have 2 apps. one requires JRE 131 the other requires JRE 142.08 when one is opened while the other is already running, both crash. any suggestions would be appreciated. thanks!!
The following is an example of an error handling function. create or replace function apex_error_handling_example (. p_error in apex_error.t_error ) return apex_error.t_error_result. is. l_result apex_error.t_error_result; l_reference_id number; l_constraint_name varchar2(255); begin.
30 Νοε 2021 · To create this function you can get inspired like me by the nice example in Oracle documentation, in APEX_ERROR package, section Example of an Error Handling Function. I modified this function a bit to serve my needs: show whole error message with backtrace to APEX developers; show just a error type and log_id to common users
10 Σεπ 2018 · Many, many moons ago, I created an error handling function for Oracle APEX, just like the original sample provided by Patrick Wolf for the 4.1 error handling feature. You'll probably find a strong correlation between the two events.