Error when upgrade from 11i to R12
Hi,
I have an error in script : faevtupg.sql when upgrade from 11i to R12
sqlplus -s APPS/***** @/app/approd12/PROD/apps/apps_st/appl/fa/12.0.0/patch/115/sql/faevtupg.sql &un_fa &batchsize 7 8
declare
*
ERROR at line 1:
ORA-01427: single-row subquery returns more than one row
ORA-06512: at "APPS.FA_SLA_EVENTS_UPG_PKG", line 6377
ORA-06512: at "APPS.FA_UPGHARNESS_PKG", line 399
ORA-06512: at line 16
sqlplus -s APPS/***** @/app/approd12/PROD/apps/apps_st/appl/fa/12.0.0/patch/115/sql/faevtupg.sql &un_fa &batchsize 7 8
declare
*
ERROR at line 1:
ORA-01427: single-row subquery returns more than one row
ORA-06512: at "APPS.FA_SLA_EVENTS_UPG_PKG", line 6377
ORA-06512: at "APPS.FA_UPGHARNESS_PKG", line 399
ORA-06512: at line 16
Tagged:
0