1. 程式人生 > >pl/sql developer中寫SQL時出現ORA-06550和PLS-00553

pl/sql developer中寫SQL時出現ORA-06550和PLS-00553

ORA-06550 PLS-00553 pl/sql

【現象】
在pl/sql中寫SQL時,出現一些問題。
ORA-06550:亂碼
PLS-00553:亂碼
ORA-06550:亂碼
PL/SQL:Compilation unit analysis terminated

【原因】由於Oracle的系統配置文件中語言發生變化,或者系統配置文件發生變化,pl/sql developer尚未進行更新所致。
【本例解決方法】由於在oracle用戶下添加配置項,尚未更新到pl/sql developer。執行以下指令
su - oracle
source ~/.bash_profile
再次登錄解決問題。

pl/sql developer中寫SQL時出現ORA-06550和PLS-00553