ORA-06550 ,has been detected in fnd_global.initialize[fnd_init_sql].
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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- An unexpected error has been detected by Java Runtime EnvironmentErrorJava
- 資料庫安裝An unexpected error has been detected by HotSpot Virtual Machine資料庫ErrorHotSpotMac
- getOutputStream() has already been called
- TSM 5.4 ANR0110E An unexpected system date has been detected 問題的解決
- JIRA startup failed, JIRA has been locked.AI
- InnoDB Plugin has been upgraded to version 1.0.8Plugin
- The installer has not detected any Oracle 10.2.0.4.0Oracle
- RuntimeError: An attempt has been made to start a new process before the current process hasError
- Uncaught SyntaxError: Identifier 'Geometry' has already been declaredErrorIDE
- 【HMS Core】ToolKit,Merchant Service has not been enabled yet
- Transaction rolled back because it has been marked as rollback-only
- Thread 1: Fatal error: init(coder:) has not been implementedthreadError
- has been blocked by CORS policy跨域問題解決BloCCORS跨域
- java.lang.IllegalStateException: getOutputStream() has already been called for this responseJavaException
- ORA-04068: existing state of packages has been discardedPackage
- A significant part of sql server process memory has been paged outNifiSQLServer
- Caused by: java.lang.IllegalStateException: getWriter() has already been called for this responseJavaException
- FeignClientSpecification‘ could not be registered. A bean with that name has already been definedclientBean
- Invalid configuration object webpack dev server has been initialisedObjectWebdevServer
- 怎麼會出現 Cannot forward after response has been committed???ForwardMIT
- How To Retry Multiple Errored Approval Workflow Processes After A Fix Or Patch Has Been ImplementedErrorAPP
- PHP Warning: exec() has been disabled for security 問題解決辦法PHP
- The app.Configuration 'compile' is obsolete and has been replaced with 'implementation'APPCompile
- java.lang.IllegalStateException: getOutputStream() has already been called for this response解決方案JavaException
- EBS R12 - The system has not been taken off maintenance mode completely.AINaN
- /dev/root filesystem full-unable to log into server-This thread has been closeddevServerthread
- java.lang.IllegalStateException: Cannot call sendError() after the response has been committed解讀JavaExceptionErrorMIT
- [原創] How to pull code when shared repo commit history has been changedMIT
- 這個問題如何解決?Cannot forward after response has been committedForwardMIT
- springcloudconfig訪問gitee報錯:Authentication is required but no CredentialsProvider has been registeredSpringGCCloudGiteeUIIDE
- oracle資料庫升級的時候oracle universal installer has detected........Oracle資料庫
- Syntax Error: ValidationError: Invalid options object. Stylus Loader has been initialized using anErrorObjectZed
- FTPS“嚴重錯誤: gnutls_handshake: A TLS fatal alert has been received.”FTPTLS
- BUG記錄-Sharing is only supported for boot loader classes because bootstrap classpath has been appendebootAPP
- Your account has been locked out. Please contact the system administrator for further assistance.
- Error: php@8.0 has been disabled because it is a versioned formula! It was disabled on 2023-11-29.ErrorPHPORM
- Spring宣告式事務報錯"Transaction rolled back because it has been marked as rollback-only"分析...Spring
- PyTorch出現:RuntimeError: An attempt has been made to start a new process...報錯 (已解決)PyTorchError