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

Month: May 2017

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…)

May 2, 2017 Unable To Create New Legal Entities – ORA-06512
APPS DBAErrors/Workarounds-Applications

ERROR

Unable To Create New Legal Entities – ORA-06512: at “CTXSYS.DRVDML” , ORA-06512: at “HR.DR$HR_LOCATIONS_N1TC

 

SOLUTION

Disable the trigger HR.DR$HR_LOCATIONS_N1TC through APPS user.

SQL>ALTER TRIGGER HR.DR$HR_LOCATIONS_N1TC DISABLE;


[edsanimate_start entry_animation_type= “fadeIn” entry_delay= “1” entry_duration= “0.5” entry_timing= “linear” exit_animation_type= “” exit_delay= “” exit_duration= “” exit_timing= “” animation_repeat= “infinite” keep= “yes” animate_on= “load” scroll_offset= “” custom_css_class= “”]

Reference Note:  Doc ID 1516486.1)

[edsanimate_end]