Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Oracle ACE Pro
Oracle Solution Architect
Oracle E-Business Suite
Oracle Cloud Infrastructure
Oracle Fusion Middleware
Oracle Database Administration
Oracle Weblogic Administration
Restart of the adworker fixed the issue.
Change the page count to 200000 at the OS level:
$ more /proc/sys/vm/max_map_count
$ sysctl -w vm.max_map_count=200000
Adjust the realfree heap pagesize within the database by setting the following parameters in the init/spfile and restart the database.
_use_realfree_heap=TRUE
_realfree_heap_pagesize_hint = 262144
Then try restarting the worker
While executing rapidwiz for E-Business Suite for Release 12.2.0 installation,
facing an error related to jre file:
libXtst.so.6: cannot open shared object file: No such file or directory
Installed the below packages:
xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm
binutils-2.17.50.0.6-6.0.1.el5.i386.rpm
Recreate the Link below by ROOT user:
# unlink /usr/lib/libXtst.so.6
# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
All Rights Reserved