ora 03113 通訊通道的檔案結束 解決辦法

2021-04-12 19:50:53 字數 496 閱讀 9328

pl/sql developer連線資料庫過一段時間不動它的話就與資料庫的連線斷開了,報錯通訊檔案結束

網上整理所得

解決辦法:

select username,profile from dba_users where username='name';

username    profile

name     default

如果使用者的profile是default的話,就檢查網路、防火牆等的問題,

否則是使用者profile是自定義的話,看看自定義profile中的connect_time: 允許連線的時間,單位分鐘。

select * from dba_profiles where profile='max' and resource_name='connect_time';

profile resource_name resource_type limit

max   connect_time kernel default

關於「ORA 03113 通訊通道的檔案結束」

作者 iamlaosong 一條的sql查詢語句,執行成功或者報錯,與語句無關,卻與條件中的值有關,錯誤是ora 03113 通訊通道的檔案結束,是不是很奇怪,語句如下 select from tb evt dlv a,tb jg b,tb evt mail clct c where a.mail ...

執行語句的時候ORA 03113錯誤end of

執行語句的時候ora 03113錯誤end of file on communication 解決 在create view 的時候出現的 ora 03113 end of file on communication channel 這個錯.create 這個view時間很長.看了一下 sqlnet...

提高485通訊速率的方法

提高rs485匯流排通訊速度的一種設計 引言 工業現場經常要採集多點資料,模擬訊號或開關訊號,一般用到rs485 匯流排,使用一主帶多從的通訊方式,該種方式接線方便只需要兩根遮蔽電纜線,通訊距離遠最大可支援1500m,加深圳市天地華傑公司的中繼器 td 109 還可延長通訊距離,採用差分訊號方式抗電...