Skip to content

Archive for

Support Id : Autoconfig EBS

You want to willing to know more details about Autoconfig

Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12 (Doc ID 387859.1)

 

delete argument too long linux

When you’re trying to delete files in linux , you receive following error message

bash: /bin/rm: Argument list too long

Solution :

go to that directory and execute below command

find . -name ‘filename*’ -print0 | xargs  -0 rm

Error while apply hrglobal driver

You can follow datainstaller and hrglobal apply process from here

Possibile error:

Error 1:

sqlplus -s APPS/***** @/u01/EBSUAT/apps/apps_st/appl/per/12.0.0/patch/115/sql/hrrbdeib.sql 2 4
Connected.
declare
*
ERROR at line 1:
ORA-04091: table HR.FF_USER_ENTITIES is mutating, trigger/function may not see
it
ORA-06512: at “APPS.FFDICT”, line 1224
ORA-06512: at “APPS.FFDICT”, line 1901
ORA-06512: at “APPS.FF_USER_ENTITIES_BRI”, line 7
ORA-04088: error during execution of trigger ‘APPS.FF_USER_ENTITIES_BRI’
ORA-06512: at “APPS.HRDYNDBI”, line 5446
ORA-06512: at line 42

Solution :

HRGLOBAL, HRRBDEIB Failed: ORA-20106: A hrrbdeib worker has failed and ORA-04091: Table HR.FF_USER_ENTITIES is Mutating (Doc ID 357354.1)

Error 2:

ORA-02291: integrity constraint (HR.FF_ROUTE_PARAMETER_VALUES_FK1) violated – parent key not found

Solution :

Note 375955.1 – HRGLOBAL Troubleshooting Guide