IT貓撲網(wǎng):您身邊最放心的安全下載站! 最新更新|軟件分類|軟件專題|手機(jī)版|論壇轉(zhuǎn)貼|軟件發(fā)布

您當(dāng)前所在位置: 首頁數(shù)據(jù)庫Oracle → Solaris下Oracle的基本操作

Solaris下Oracle的基本操作

時(shí)間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評(píng)論(0)

  1 啟動(dòng)數(shù)據(jù)庫監(jiān)聽

  su -oracle――切換Oracle用戶(如果使用su oracle ,則啟動(dòng)時(shí)不運(yùn)行.profile用戶環(huán)境配置文件)

  $ lsnrctl start――啟動(dòng)監(jiān)聽

  2 啟動(dòng)數(shù)據(jù)庫

  $ sqlplus "/ as sysdba"――用sys用戶登陸sqlplus

  SQL*Plus: Release 9.2.0.5.0 - Production on Thu Oct 9 15:06:11 2003

  Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

  Connected to an idle instance.

  SQL> startup――啟動(dòng)數(shù)據(jù)庫

  ORACLE instance started.

  Total System Global Area 538412728 bytes

  Fixed Size 743096 bytes

  Variable Size 268435456 bytes

  Database Buffers 268435456 bytes

  Redo Buffers 798720 bytes

  Database mounted.

  Database opened.

  SQL> exit――退出sqlplus

  Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production

  With the Partitioning option

  JServer Release 9.2.0.5.0 - Production

  或者

  $dbstart

  3 查看數(shù)據(jù)庫進(jìn)程

  $ ps -ef|grep ora_――查看oracle進(jìn)程

  oracle 688322 1 0 15:06:20 - 0:00 ora_smon_bxmis

  oracle 696534 704704 0 15:06:35 pts/4 0:00 grep ora_

  oracle 729224 1 0 15:06:20 - 0:00 ora_dbw0_bxmis

  oracle 745618 1 0 15:06:20 - 0:00 ora_reco_bxmis

  oracle 770216 1 0 15:06:20 - 0:00 ora_ckpt_bxmis

  oracle 778394 1 0 15:06:20 - 0:00 ora_pmon_bxmis

  oracle 843876 1 0 15:06:20 - 0:00 ora_qmn0_bxmis

?

  oracle 901342 1 0 15:06:20 - 0:00 ora_lgwr_bxmis

  oracle 925704 1 0 15:06:20 - 0:00 ora_cjq0_bxmis

  $ ps -ef|grep lsnr――查看oracle監(jiān)聽進(jìn)程

  4 關(guān)閉數(shù)據(jù)庫

  $ sqlplus "/ as sysdba"

  SQL*Plus: Release 9.2.0.5.0 - Production on Thu Oct 9 15:07:04 2003

  Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

  Connected to:

  Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production

  With the Partitioning option

  JServer Release 9.2.0.5.0 - Production

  SQL> shutdown immediate――關(guān)閉數(shù)據(jù)庫

  Database closed.

  Database dismounted.

  ORACLE instance shut down.

  SQL> exit

  Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production

  With the Partitioning option

  JServer Release 9.2.0.5.0 - Production

  或者

  $dbshut

  5 停止數(shù)據(jù)庫監(jiān)聽

  $ lsnrctl stop---停止監(jiān)聽

關(guān)鍵詞標(biāo)簽:Solaris,Oracle

相關(guān)閱讀

文章評(píng)論
發(fā)表評(píng)論

熱門文章 Oracle中使用alter table來增加,刪除,修改列的語法 Oracle中使用alter table來增加,刪除,修改列的語法 oracle中使用SQL語句修改字段類型-oracle修改SQL語句案例 oracle中使用SQL語句修改字段類型-oracle修改SQL語句案例 誤刪Oracle數(shù)據(jù)庫實(shí)例的控制文件 誤刪Oracle數(shù)據(jù)庫實(shí)例的控制文件 為UNIX服務(wù)器設(shè)置Oracle全文檢索 為UNIX服務(wù)器設(shè)置Oracle全文檢索

相關(guān)下載

    人氣排行 oracle中使用SQL語句修改字段類型-oracle修改SQL語句案例 Oracle中使用alter table來增加,刪除,修改列的語法 ORACLE SQL 判斷字符串是否為數(shù)字的語句 ORACLE和SQL語法區(qū)別歸納(1) oracle grant 授權(quán)語句 ORACLE修改IP地址后如何能夠使用 如何加速Oracle大批量數(shù)據(jù)處理 Oracle刪除表的幾種方法