HRGLOBAL: hrrbdeib.sql fails with ORA-20107
(Doc ID 2195579.1)
Last updated on AUGUST 15, 2024
Applies to:
Oracle Payroll - Version 12.1 HRMS RUP9 and laterInformation in this document applies to any platform.
This note provides a brief overview of
Symptoms
Problem Statement:
When attempting to run hrglobal, hrrbdeib.sql fails with the following error occurs.
sqlplus -s APPS/***** @...../per/12.0.0/patch/115/sql/hrrbdeib.sql 1 1
Connected.
declare
*
ERROR at line 1:
ORA-20107: Another 1 HRRBDEIB worker(s) have already errored.
ORA-06512: at line 26
Connected.
declare
*
ERROR at line 1:
ORA-20107: Another 1 HRRBDEIB worker(s) have already errored.
ORA-06512: at line 26
When running the script manually, following error occurs.
SQL> @$PER_TOP/patch/115/sql/hrrbdeib 1 1
declare
*
ERROR at line 1:
ORA-20001: The dynamic database item name,
XXXXXX_ASG_RUN,
is not unique.
Cause:
XXXXXX_ASG_RUN is
already being used by a database
item, or a formula context.
Action: If the database item name is generated from seed data then please
contact Oracle support, otherwise change the
data used to generate the database item name.
ORA-06512: at "APPS.HRDYNDBI", line 5454
ORA-06512: at line 42
declare
*
ERROR at line 1:
ORA-20001: The dynamic database item name,
XXXXXX_ASG_RUN,
is not unique.
Cause:
XXXXXX_ASG_RUN is
already being used by a database
item, or a formula context.
Action: If the database item name is generated from seed data then please
contact Oracle support, otherwise change the
data used to generate the database item name.
ORA-06512: at "APPS.HRDYNDBI", line 5454
ORA-06512: at line 42
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |