注:$oracle_home為oracle的安裝路徑
1,以oracle使用者登入
su oracle
2,啟動tns***
$oracle_home/bin/lsnrctl start
3,用sqlplus啟動資料庫
$oracle_home/bin/sqlplus /nolog
sql> connect system/change_on_install as sysdba
sql> startup
出現如下顯示,表示oracle已經成功啟動
oracle instance started.
total system global area 205520896 bytes
fixed size 778392 bytes
variable size 74456936 bytes
database buffers 130023424 bytes
redo buffers 262144 bytes
database mounted.
database opened.
4,用sqlplus停止資料庫
$oracle_home/bin/sqlplus /nolog
sql> connect system/change_on_install as sysdba
sql> shutdown
注:shutdown可加關閉選項,從最溫和到最粗暴的行為選項為(shutdown、shutdown transactional、shutdown immediate、shutdown abort)
命令解釋如下
shutdown:關閉,等待每個使用者退出系統戓被取消後退出關閉資料庫。
shutdown transactional:事務性關閉,等待每個使用者提交戓回退當前的事務,然後oracle取消對話,在所有使用者退出系統後執行關閉。
shutdown immediate:直接關閉,取消所有使用者對話(促使回退),執行正常的關閉程式。
shutdown abort:終止關閉,關閉資料庫時沒有自動檢查點戓日誌開關。
出現如下顯示,表示oracle已經停止
database closed.
database dismounted.
oracle instance shut down.
Linux 環境下安裝oracle 10G
linux 環境下安裝oracle確實有些煩鎖 1.安裝前準備 su root service vncserver start 啟動vncserver服務,因為oracle安裝需要圖形介面 vncserver 開啟乙個vnc視窗程序,記住程序號 ex 1 export display ip 1.0 ...
Linux下安裝oracle10g心酸歷程
首先,我現在最想對大家說的就是linux一定要按english版本的。1,最好經常的使用pwd命令,檢視自己所在的目錄,一面目錄建錯位置 2,oracle安裝的時候可能會缺少一些檔案,一般是在linux安裝盤上面可以找到的,可以對缺少的包用yum whatprovides 包名檢視所需的檔案在哪個包...
Linux下Oracle10G服務的配置
我的os red hat enterprise server 4 安裝了資料庫服務,oracle em,oracle isqlplus see how we were called.prog oracle start stop restart reload case 1 in start start...