centos單機(jī)環(huán)境使用oracle數(shù)據(jù)庫(kù):數(shù)據(jù)分析51篇
Oracle系統(tǒng),即是以O(shè)racle關(guān)系數(shù)據(jù)庫(kù)為數(shù)據(jù)存儲(chǔ)和管理作為構(gòu)架基礎(chǔ),構(gòu)建出的數(shù)據(jù)庫(kù)管理系統(tǒng)
su - oracle
以下是oracle9i以前的版本用的,高版本請(qǐng)?zhí)^(guò),直接到第四步。
oracle>svrmgrl
SVRMGR>connect internal
SVRMGR>startup
SVRMGR>quit
以上用的svrmgrl 從oracle9i開(kāi)始就沒(méi)有這個(gè)命令了
sqlplus的sysdba身份登錄完全取代了它
它的全稱應(yīng)該是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報(bào)錯(cuò)的處理方法