This Blog is discontinued, its only read-only

Thursday, November 30, 2017

Oracle Forms & Reports 12.2.1.2.0 in Docker

As Robert Crames and me has developed some times ago a script set to install and configure Oracle Forms & Reports 12.2.1.2.0 completely silent and unattended, the next step was for me to port this all to Docker ;-) Part 1: https://dirknachbar.blogspot.com/2017/05/how-to-install-and-configure-oracle.html Part 2: https://robertcrames.blogspot.ch/2017/05/how-to-install-and-configure-oracle.html  Oracle has a really good GitHub Repository (https://github.com/oracle/docker-images) with several Oracle Products, but no Docker Image for...

Tuesday, November 7, 2017

AdminServer under WebLogic 12.2.1.2.0 consumes more than defined -Xmx

In case you are observing that your AdminServer under Oracle WebLogic Server 12.2.1.2.0 consumes a lot more memory than your defined -Xmx size, you may hit the Oracle Bug 25665727. In order to valid this, you just need to perform following steps, connect to your Server on which is running your WebLogic Server with your AdminServer. Check the current defined -Xmx size ps -ef | grep AdminServer oracle 12793 12738 0 Nov01 ? 00:23:22 /u00/app/oracle/product/java/current/bin/java...