我幾乎沒有Oracle的經驗,所以請耐心等待我的問題。Oracle 10g錯誤:「ORA-00028:您的會話已被終止」
我可以訪問遠程的Oracle 10g
數據庫。
一旦我通過ssh連接本機的,我做如下:
sqlplus [email protected]
SQL*Plus: Release 11.2.0.4.0 Production on Sun Mar 13 12:23:28 2016
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Enter password:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> SELECT * FROM MY_TABLE;
SELECT * FROM MY_TABLE
*
ERROR at line 1:
ORA-00028: your session has been killed
SQL> SELECT * FROM MY_TABLE;
SELECT * FROM MY TABLE
*
ERROR at line 1:
ORA-01012: not logged on
Process ID: 0
Session ID: 723 Serial number: 46399
SQL>
基本上,我這個每次我嘗試運行查詢時獲得。
有沒有人知道爲什麼會發生這種情況?我怎樣才能運行我的查詢?
如果每次都發生這種情況,我認爲您應該聯繫網站管理員。 –