centos單機環(huán)境使用oracle數(shù)據(jù)庫:數(shù)據(jù)分析51篇
Oracle系統(tǒng),即是以Oracle關系數(shù)據(jù)庫為數(shù)據(jù)存儲和管理作為構架基礎,構建出的數(shù)據(jù)庫管理系統(tǒng)
su - oracle
以下是oracle9i以前的版本用的,高版本請?zhí)^,直接到第四步。
oracle>svrmgrl
SVRMGR>connect internal
SVRMGR>startup
SVRMGR>quit
以上用的svrmgrl 從oracle9i開始就沒有這個命令了
sqlplus的sysdba身份登錄完全取代了它
它的全稱應該是server manage
oracle>svrmgrl
SVRMGR>connect internal
SVRMGR>shutdown
SVRMGR>quit
(1)$ sqlplus /nolog
(2)SQL> connect / as sysdba
Connected to an idle instance.
(3)SQL> startup
ORACLE instance started. ,
下一篇:centos安裝oracle 11.2.0.1報錯的處理方法