Linux下Oracle啟服務簡易步驟

來源:互聯網
上載者:User

--啟服務

1. telnet *.*.*.* username/password

   --telnet串連資料庫伺服器(或者SSH等其它串連服務及工具)

2. sqlplus /nolog

   --使用SQLPLUS工具

3. connect / as sysdba;

   --串連庫

4. startup;

   --啟資料庫執行個體

5. exit

   --退出SQLPLUS

 

--啟監聽

6. lsnrctl

   --使用監聽控制工具

7. status

   --可以先看一下狀態

8. start

   --如果你的沒有啟監聽,用此命令啟動

9. exit

   --退出lsnrctl

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.