Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Main driver Upgrade 11.10 to 12.1.1 failing due to ORA-01422 while executing isccpxni.sql

edited Apr 1, 2013 7:00AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 10 commentsAnswered ✓
 sqlplus -s APPS/***** @/app/tnoltp12/apps/apps_st/appl/isc/12.0.0/patch/115/sql/isccpxni.sqldeclare
*
ERROR at line 1:
ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at line 13


When checked this script has below SQL which is returning below rows:

SQL>  select application_id, responsibility_id
     from apps.fnd_responsibility
     where responsibility_key='SYSTEM_ADMINISTRATOR';  2    3

APPLICATION_ID RESPONSIBILITY_ID
-------------- -----------------
             1             20420
            50             73283

SQL>

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center