oracle報錯處理

2021-09-02 19:51:09 字數 696 閱讀 4881

這裡的序號 1.2.3.不是步驟,而是每個單獨問題。

1.不登入鏈結資料庫

sqlplus /nolog

2.oracle檢視並修改最大連線數

alter system set processes=1000 scope = spfile;

alter system set session=1105 scope = spfile;

alter system set dispatchers = '(protocol=tcp)(dispatchers=3)';

alter system set pga_aggregate_limit=1024m

alter system set pga_aggregate_target=4096m

3.ora-01034,ora-27101,ora-00093:

增加(修改):shared_pool_size=10485760

然後 cmd下執行 connect sys / as sysdba,

看到「資料庫已經載入完畢」「資料庫已經開啟」後即可;

4.ora-12518:錯誤處理

問題描述:看服務的時候,oracle資料庫已經停了

a.點下啟動

b.dos視窗,sqlplus /nolog,然後conn sys / as sysdba,輸入密碼,顯示已連線例程

d.資料庫重啟成功,可以正常連線

ZF報錯處理

fatal error uncaught exception zend controller response exception with message cannot send headers headers already sent inind xampp php pear z end con...

python 報錯處理

寫了個helloword程式,執行出錯了 file f python helloword helloword.py line 2 syntaxerror non ascii character xe5 in file f python helloword helloword.py on line 3...

json報錯處理

錯誤1 這裡把 json 物件轉換為字典,用最後多了個,會遇到 json.decoder.jsondecodeerror expecting property name enclosed in double quotes line 1 column 123 char 122 錯誤 報錯資訊 解決 刪...