c:/documents and settings/administrator>sqlplus /nolog
sql*plus: release 8.1.7.0.0 - production on 星期一 7月 23 11:45:34 2007
sql> conn sys/manager as sysdba;
已連線。
sql> start
sql> startup
ora-01081: 無法啟動已在執行的 oracle --- 請首先關閉
sql> shutdown abort
oracle 例程已經關閉。
sql> startup
oracle 例程已經啟動。
total system global area 175974428 bytes
fixed size 75804 bytes
variable size 64311296 bytes
database buffers 111509504 bytes
redo buffers 77824 bytes
資料庫裝載完畢。
ora-01113: ?? 2 ??????
ora-01110: ???? 2: 'f:/oracle/oradata/cw3/rbs01.dbf'
sql> shutdown abort
oracle 例程已經關閉。
sql> startup nomount
oracle 例程已經啟動。
total system global area 175974428 bytes
fixed size 75804 bytes
variable size 64311296 bytes
database buffers 111509504 bytes
redo buffers 77824 bytes
sql> recover datafile 'f:/oracle/oradata/cw3/rbs01.dbf';
ora-01507: ??????
sql> alter database mount;
資料庫已更改。
sql> recover datafile 'f:/oracle/oradata/cw3/rbs01.dbf';
完成介質恢復。
sql> alter database open;
資料庫已更改。
ORA 01113 檔案 4 需要介質恢復
原因是資料庫檔案處於離線狀態下才報ora 01113 檔案 4 需要介質恢復錯誤 檢視資料檔案的狀態 select name,status from v datafile 如何解決 在資料庫啟動例項並不開啟狀態下,恢復介質,具體操作如下 sql recover datafile e oracle p...
資料庫連線錯誤ORA 28547
1.連線資料庫時候報錯 ora10g dbsvr dbs sqlplus sys oracle test as sysdba sql plus release 10.2.0.4.0 production on sun jun 14 16 59 39 2009 error ora 28547 conn...
Oracle資料庫報ora 28547錯誤解決方案
在家裡面使用本地資料庫用plsql可以正常開啟,來到公司後發現,程式本身可以查出資料,但是卻不能夠用plsql直接開啟,開啟則報ora 28547錯誤 通過搜尋前人回答,證實以下方法可用 1 繫結你的ip位址,別讓其動態獲取 2 修改oracle的網路配置檔案,具體做法是 在oracle安裝目錄下搜...