Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

Errors/Workarounds-Applications

May 6, 2017 ORA-04030: out of process memory when trying to allocate 4088 bytes while ADOP in 12.2.3
APPS DBAErrors/Workarounds-Applications

ERROR

ORA-04030: out of process memory when trying to allocate 4088 bytes while ADOP in 12.2.3

 

SOLUTION

Restart of the adworker fixed the issue.

OR

Change the page count to 200000 at the OS level:

$ more /proc/sys/vm/max_map_count
$ sysctl -w vm.max_map_count=200000

OR

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

 

 

May 5, 2017 Autoconfig fails with IO Error: The Network Adapter could not establish the connection
APPS DBAErrors/Workarounds-Applications

 ERROR

—————————————————————
                   ADX Database Utility
—————————————————————

(more…)

May 4, 2017 libXtst.so.6: cannot open shared object file: No such file or directory
APPS DBAErrors/Workarounds-Applications

ERROR

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

 

SOLUTION

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

 

May 3, 2017 APP-FND-00002: Password must contain at least one letter and at least one number
APPS DBAErrors/Workarounds-Applications

ERROR

APP-FND-00002: Password must contain at least one letter and at least one number

(more…)