Main driver Upgrade 11.10 to 12.1.1 failing due to ORA-01422 while executing isccpxni.sql
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:
0