Oracle啟動步驟 經典部落格

2021-05-08 03:56:41 字數 2269 閱讀 8246

oracle啟動步驟-

首先看看listener是否啟動

$ lsnrctl service

lsnrctl for intel svr4 unix: version 8.1.6.0.0 - production on 02-apr-2001 11:14:08

connecting to (description=(address=(protocol=ipc)(key=extproc)))

tns-01103: protocol specific component of the address is incorrectly specified

tns-12541: tns:no listener

tns-12560: tns:protocol adapter error

tns-00511: no listener

intel svr4 unix error: 146: connection refused

啟動listener服務

$ lsnrctl start

lsnrctl for intel svr4 unix: version 8.1.6.0.0 - production on 02-apr-2001 11:14:14

starting /home/oracle/product/816/bin/tnslsnr: please wait...

tnslsnr for intel svr4 unix: version 8.1.6.0.0 - production

system parameter file is /home/oracle/product/816/network/admin/listener.ora

log messages written to /home/oracle/product/816/network/log/listener.log

listening on: (description=(address=(protocol=ipc)(key=extproc)))

listening on: (description=(address=(protocol=tcp)(host=solaris1.163.com)(port=1521)))

connecting to (description=(address=(protocol=ipc)(key=extproc)))

status of the listener

------------------------

alias listener

version tnslsnr for intel svr4 unix: version 8.1.6.0.0 - production

start date 02-apr-2001 11:14:14

uptime 0 days 0 hr. 0 min. 0 sec

trace level off

security off

snmp off

listener parameter file /home/oracle/product/816/network/admin/listener.ora

listener log file /home/oracle/product/816/network/log/listener.log

services summary...

pl***tproc has 1 service handler(s)

s8o8 has 1 service handler(s)

the command completed successfully

$ svrmgrl

oracle server manager release 3.1.6.0.0 - production

oracle8i enterprise edition release 8.1.6.0.0 - production

with the partitioning option

jserver release 8.1.6.0.0 - production

svrmgr> connect internal

connected.

svrmgr>

svrmgr> startup

oracle instance started.

到這裡,oracle就算起來了,退出就成了 :)

Oracle啟動例項步驟

建立並啟動例項 初始化引數檔案 裝載資料庫 控制檔案 開啟資料庫 資料檔案與重做日誌檔案 阻止任何使用者建立新的連線 等待當前所有正在連線的使用者主動斷開連線 一旦所有使用者斷開連線,則關閉資料庫 資料庫下次啟動時不需要任何例項的恢復過程。shutdown immediate 阻止任何使用者建立新的...

啟動oracle的步驟

啟動oracle的三種方式 1 啟動sqlplus會話,startup 2 rman 恢復管理器 3 oracle企業管理器 startup 啟動載入過程 1 啟動例項,讀取例項引數檔案spfile,預設位置,linux 是 oracle home dbs windows是 oracle home ...

linux上Oracle啟動步驟

1 root登陸之後切換到oracle使用者上,輸入 su oracle 2 第二步 連線 在oracle使用者下,輸入 sqlplus nolog 3 第三步 使用管理員許可權 輸入 connect as sysdba 4 第四步 啟動 關閉服務 輸入 startup 如果是關閉服務 shutdo...