My Oracle Support Banner

Adpatch Fails While Executing afcmgr.odf. Error : The table is missing the index FND_CONCURRENT_QUEUES_N2 ORA-00054: resource busy and acquire with NOWAIT specified (Doc ID 295992.1)

Last updated on APRIL 04, 2025

Applies to:

Oracle Application Object Library - Version 11.5.9 to 11.5.10.2 [Release 11.5]
Information in this document applies to any platform.

Symptoms

Patch 3262159 (11i.FND.H) fails while executing afcmgr.odf.

Worker log Error:

==============================================================

Comparing objects in username APPLSYS with ODF file
/pd01/oracle/lprdappl/fnd/11.5.0/patch/115/odf/afcmgr.odf

.......

................

The table is missing the index FND_CONCURRENT_QUEUES_N2
or index FND_CONCURRENT_QUEUES_N2 exists on another table.
Create it with the statement:


Start time for statement below is: Thu Jan 20 2005 09:24:31

CREATE INDEX APPLSYS.FND_CONCURRENT_QUEUES_N2 ON
 APPLSYS.FND_CONCURRENT_QUEUES (CONCURRENT_QUEUE_ID) LOGGING STORAGE
 (INITIAL 4K NEXT 32K MINEXTENTS 1 MAXEXTENTS UNLIMITED PCTINCREASE 0
 FREELIST GROUPS 4 FREELISTS 4 ) PCTFREE 0 INITRANS 11 MAXTRANS 255 COMPUTE
 STATISTICS  TABLESPACE APPLSYSX

AD Worker error:
The following ORACLE error:

ORA-00054: resource busy and acquire with NOWAIT specified


occurred while executing the SQL statement:

CREATE INDEX APPLSYS.FND_CONCURRENT_QUEUES_N2 ON
 APPLSYS.FND_CONCURRENT_QUEUES (CONCURRENT_QUEUE_ID) LOGGING STORAGE
 (INITIAL 4K NEXT 32K MINEXTENTS 1 MAXEXTENTS UNLIMITED PCTINCREASE 0
 FREELIST GROUPS 4 FREELISTS 4 ) PCTFREE 0 INITRANS 11 MAXTRANS 255 COMPUTE
 STATISTICS  TABLESPACE APPLSYSX

AD Worker error:
Unable to compare or correct tables or indexes or keys because of the error above

Time when worker failed: Thu Jan 20 2005 09:24:31

Connecting to APPS......Connected successfully.

Manager says to quit.
==============================================================

Changes

Application of  <Patch 3262159> (11i.FND.H)

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!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.