c:/documents and settings/administrator>sqlplus
sql*plus: release 9.2.0.1.0 - production on 星期一 12月 18 09:42:15 2006
請輸入使用者名稱: connect as sysdba
請輸入口令:
連線到:
oracle9i enterprise edition release 9.2.0.1.0 - production
with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
sql> shutdown abort
oracle 例程已經關閉。
sql> startup nomount
oracle 例程已經啟動。
total system global area 135338868 bytes
fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
sql> startup mount
ora-01081: ????????? oracle --- ?????
sql> startup mount
ora-01081: ????????? oracle --- ?????
sql> shutdown
ora-01507: ??????
oracle 例程已經關閉。
sql> shutdown
ora-01012: not logged on
sql> startup
oracle 例程已經啟動。
total system global area 135338868 bytes
fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
ora-01990: ??????'e:/oracle/ora92/database/pwdora902.ora'???
ora-27046: ??????????????
osd-04000: b_<-?i4sp!2;f%ed (os 512)
sql> alter database open
2 ;
資料庫已更改。
sql> shutdown
資料庫已經關閉。
已經解除安裝資料庫。
oracle 例程已經關閉。
sql> startup
oracle 例程已經啟動。
total system global area 135338868 bytes
fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
ora-01990: ??????'e:/oracle/ora92/database/pwdora902.ora'???
ora-27046: ??????????????
osd-04000: b_<-?i4sp!2;f%ed (os 512)
sql> alter database open
2sql> alter database open;
資料庫已更改。
sql> shutdown
資料庫已經關閉。
已經解除安裝資料庫。
oracle 例程已經關閉。
sql> startup nomount;
oracle 例程已經啟動。
total system global area 135338868 bytes
fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
sql> startup mount;
ora-01081: ????????? oracle --- ?????
sql> shutdown;
ora-01507: ??????
oracle 例程已經關閉。
sql> startup
oracle 例程已經啟動。
total system global area 135338868 bytes
fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
ora-01990: ??????'e:/oracle/ora92/database/pwdora902.ora'???
ora-27046: ??????????????
osd-04000: b_<-?i4sp!2;f%ed (os 512)
c:/documents and settings/administrator>sqlplus
sql*plus: release 9.2.0.1.0 - production on 星期一 12月 18 10:18:45 2006
請輸入使用者名稱: con as sysdba
請輸入口令:
連線到:
oracle9i enterprise edition release 9.2.0.1.0 - production
with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
sql> startup
ora-01081: 無法啟動已在執行的 oracle --- 請首先關閉
sql> shutdown
ora-01109: 資料庫未開啟
已經解除安裝資料庫。
oracle 例程已經關閉。
sql> startup
oracle 例程已經啟動。
total system global area 135338868 bytes
fixed size 453492 bytes
variable size 109051904 bytes
database buffers 25165824 bytes
redo buffers 667648 bytes
資料庫裝載完畢。
資料庫已經開啟。
ora 12514 解決方法
如果在練習中突然發現 無法正常使用,並在使用oracle客戶端程式連線oracle伺服器是出現ora 12514時,經查詢排錯tnsname.ora,sqlnet.ora均無錯誤,到 oracle home network admin listener.ora 使用vi編輯器編輯它。在其中原list...
ORA 12560解決方法
今天在進行oracle資料imp exp時突然發現在cmd下執行exp輸入scott tiger這裡我不太熟悉。再次輸入使用者名稱和密碼,依舊報錯。靜下來想想 和資料庫例項都已經啟動了而且還是用自己做的批處理指令碼。在linxu下我也是可以imp exp的,linxu下沒有登錄檔這種概念,而存在環境...
ORA 12541解決方法
前天裝好的 昨天突然不好用了,從oracle的錯誤提示來看,是說tns no listener 估計是某種服務沒有啟動,開啟windows管理工具 服務,一看,有乙個oracleorahome90tnslistener這樣的服務,和錯誤資訊題是一致,基本就可以肯定是這個服務所引發的問題。再一看,該服...