GasparYYC
GasparYYC
I propose a new document/section on the github page of OXAR that has specific information about upgrading to Oracle ORDS (release 18.3 in this example) This is not using patches...
I propose a new document/section on the github page of OXAR that has specific information about upgrading to Oracle APEX (release 18.2 in this case). **Note**: Upgrade to APEX 19.1...
On a brand new installation (CentOS 7) on Vultr seems npm is just not happy.. I don't know if the mess they have with npm is affecting or OXAR Script...
### Edition: I would like to highlight that the file SSL.md requires a small correction in this line: `Syntax: ./node4ords/letsencrypt.sh ` In my opinion should be: `Syntax: ./node4ords/letsencrypt.sh . `...
Oracle XE comes with APEX 4.x by default. The Schema APEX_040000 should be removed as it doesn't provide any value whatsoever (in the context of OXAR 1.x) and that will...
### Not an issue, just a recommendation. Maybe for future milestones... - I would like to recommend that OXAR installation adds the following packages. These are based on my personal...
Hi, Sharing with the team how to fix the Java heap space error. One of my apps just started failing (no code/configuration changes whatsover). The only change has been more...
The ACL Network Control did not work as planned... Email did not go out until I ran the following script as 'SYS as sysdba' in the database: _(page 732 of...
With default values in $ORACLE_HOME/ords/conf/defaults.xml I get the following errors: Jan 10, 2016 6:45:10 PM oracle.dbtools.common.config.db.ConfigurationValues log WARNING: **\* jdbc.MaxLimit in configuration apex is using a value of 10, this...
Hi, I noticed that just running . build.sh will just close the terminal without any warnings or message. The workaround is that I run a 'su - ' to open...