ORA-06550 ,has been detected in fnd_global.initialize[fnd_init_sql].

tolywang發表於2014-01-06

 

Oracle EBS R12.1.3 ,   Oracle 11.2.0.3 

系統是從 EBS 11i  +  Oracle 10.2.0.4 升級而來的, 在切換某個職責時候報錯如下:
Oracle error -6550: ORA-06550 : line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'INIT'
ORA-06550 : line 1, column 7:
PL/SQL: Statement ignored
has been detected in fnd_global.initialize[fnd_init_sql].

解決方法如下: 
delete  from  apps.fnd_profile_option_values   where
profile_option_id = (
   select   profile_option_id   from  apps.fnd_profile_options
   where  profile_option_name = 'FND_INIT_SQL' ); 

參考:Doc ID 577753.1

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-1067633/,如需轉載,請註明出處,否則將追究法律責任。

相關文章