国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
linux下oracle數(shù)據(jù)庫(kù)服務(wù)和監(jiān)聽(tīng)的啟動(dòng)停止
1、啟動(dòng)數(shù)據(jù)庫(kù):
oracle@suse92:~> sqlplus /nolog
SQL*Plus: Release 9.2.0.4.0 - Production on Fri Jan 20 02:29:37 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect /as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 135352820 bytes
Fixed Size 455156 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 679936 bytes
Database mounted.  
2、關(guān)閉數(shù)據(jù)庫(kù):
oracle@suse92:~> sqlplus /nolog
SQL*Plus: Release 9.2.0.4.0 - Production on Fri Jan 20 02:29:37 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect /as sysdba
Connected to an idle instance.
SQL> shutdwon abort;  
3、啟動(dòng)監(jiān)聽(tīng)器
oracle@suse92:~> lsnrctl start  
4、停止監(jiān)聽(tīng)器
oracle@suse92:~> lsnrctl stop  
5、查看監(jiān)聽(tīng)器狀態(tài)
  lsnrctl">oracle@suse92:~>lsnrctl
  LSNRCTL> status
  LSNRCTL> exit
linux下oracle 10G啟動(dòng)EM和isqlplus2008年09月26日 星期五 下午 03:18注:
$ORACLE_HOME為oracle的安裝路徑
1,使用EM(enterprise managment)
1.1啟動(dòng)EM
$ORACLE_HOME/bin/emctl start dbconsole
如果出現(xiàn)下面相關(guān)信息,說(shuō)明服務(wù)啟動(dòng)
TZ set to PRC
Oracle Enterprise Manager 10g Database Control Release 10.1.0.3.0
Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
http://localhost.localdomain:5500/em/console/aboutApplication
Starting Oracle Enterprise Manager 10g Database Control ................................. started.
1.2使用EM
在瀏覽器地址中輸入如下地址:
http://localhost.localdomain:5500/em/console/
如果不出現(xiàn)登錄對(duì)話(huà)頁(yè)面,請(qǐng)確保你的數(shù)據(jù)庫(kù)服務(wù)與監(jiān)聽(tīng)服務(wù)正常啟動(dòng)了
注意:如果監(jiān)聽(tīng)程序不啟動(dòng),可以通過(guò)sqlplus登錄,但在此頁(yè)面中不能正常顯示.
現(xiàn)在你就可以正常使用EM了!
2,使用isqlplus
2.1啟動(dòng)isqlplus
$ORACLE_HOME/bin/isqlplusctl start
如果出現(xiàn)如下信息,說(shuō)明正常啟動(dòng).
iSQL*Plus 10.1.0.3.0
Copyright (c) 2004 Oracle. All rights reserved.
Starting iSQL*Plus ...
iSQL*Plus started.
2.2使用isqlplus
在瀏覽器地址中輸入如下地址:
http://localhost.localdomain:5560/isqlplus/
這樣就出現(xiàn)了isqlplus的登錄界面,就可使用isqlplus 了
Oracle Enterprise Manager無(wú)法啟動(dòng),重新配置2008年09月26日 星期五 下午 02:50今天
碰到ORACLE EM 無(wú)法啟動(dòng)的問(wèn)題,可能是IP更改了的原因,所以我使用了EMCA命令重
新配置了一下ORACLE EM,具體過(guò)程如下:$emca -config dbcontrol db -repos recreateEMCA
開(kāi)始于 2007-10-12 11:16:40
EM Configuration Assistant 10.2.0.1.0 正式版
版權(quán)所有 (c) 2003, 2005, Oracle。保留所有權(quán)利。輸入以下信息:
數(shù)據(jù)庫(kù) SID: orcl
已為數(shù)據(jù)庫(kù) orcl 配置了 Database Control
您已選擇配置 Database Control, 以便管理數(shù)據(jù)庫(kù) orcl
此操作將移去現(xiàn)有配置和默認(rèn)設(shè)置, 并重新執(zhí)行配置
是否繼續(xù)? [yes(Y)/no(N)]: y
監(jiān)聽(tīng)程序端口號(hào): 1521
SYS 用戶(hù)的口令:
DBSNMP 用戶(hù)的口令:
SYSMAN 用戶(hù)的口令:
SYSMAN 用戶(hù)的口令: 通知的電子郵件地址 (可選):
通知的發(fā)件 (SMTP) 服務(wù)器 (可選):
-----------------------------------------------------------------已指定以下設(shè)置數(shù)據(jù)庫(kù)
ORACLE_HOME ................ e:\oracle\product\10.2.0\db_1數(shù)據(jù)庫(kù)主機(jī)名 ................
hailang.mshome.net
監(jiān)聽(tīng)程序端口號(hào) ................ 1521
數(shù)據(jù)庫(kù) SID ................ orcl
通知的電子郵件地址 ...............
通知的發(fā)件 (SMTP) 服務(wù)器 ...............-----------------------------------------------------------------
是否繼續(xù)? [yes(Y)/no(N)]: y
2007-10-12 11:17:32 oracle.sysman.emcp.EMConfig perform
信息: 正在將此操作記錄到 e:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\orcl\emca_2007-
2007-10-12 11:17:37 oracle.sysman.emcp.util.DBControlUtil stopOMS
信息: 正在停止 Database Control (此操作可能需要一段時(shí)間)...
2007-10-12 11:17:40 oracle.sysman.emcp.EMReposConfig dropRepository
信息: 正在刪除 EM 資料檔案庫(kù) (此操作可能需要一段時(shí)間)...
2007-10-12 11:24:23 oracle.sysman.emcp.EMReposConfig invoke
信息: 已成功刪除資料檔案庫(kù)
2007-10-12 11:24:24 oracle.sysman.emcp.EMReposConfig createRepository
信息: 正在創(chuàng)建 EM 資料檔案庫(kù) (此操作可能需要一段時(shí)間)...
2007-10-12 11:34:36 oracle.sysman.emcp.EMReposConfig invoke
信息: 已成功創(chuàng)建資料檔案庫(kù)
2007-10-12 11:35:15 oracle.sysman.emcp.util.DBControlUtil startOMS
信息: 正在啟動(dòng) Database Control (此操作可能需要一段時(shí)間)...
2007-10-12 11:36:56 oracle.sysman.emcp.EMDBPostConfig performConfiguration
信息: 已成功啟動(dòng) Database Control
2007-10-12 11:36:56 oracle.sysman.emcp.EMDBPostConfig performConfiguration
警告: 無(wú)法創(chuàng)建 Database Control 快捷方式
2007-10-12 11:36:56 oracle.sysman.emcp.EMDBPostConfig performConfiguration
信息: >>>>>>>>>>> Database Control URL 為 http://hailang.mshome.net:5500/em
<<<<<<<<<<<
已成功完成 Enterprise Manager 的配置在10g 中,我們可能會(huì)經(jīng)常遇到OEM不能正常使用的
問(wèn)題,但導(dǎo)致問(wèn)題的原因不盡相同,最后絕大多數(shù)問(wèn)題可以通過(guò)emca 這個(gè)命令來(lái)解決,詳細(xì)的
說(shuō)明可以查看連機(jī)幫助,下面給出一些常用的命令,及實(shí)例步驟.
創(chuàng)建一個(gè)EM資料庫(kù)
emca -repos create
重建一個(gè)EM資料庫(kù)
emca -repos recreate
刪除一個(gè)EM資料庫(kù)
emca -repos drop
配置數(shù)據(jù)庫(kù)的 Database Control
emca -config dbcontrol db
刪除數(shù)據(jù)庫(kù)的 Database Control配置
emca -deconfig dbcontrol db
重新配置db control的端口,默認(rèn)端口在1158
emca -reconfig ports
emca -reconfig ports -dbcontrol_http_port 1160
emca -reconfig ports -agent_port 3940
先設(shè)置ORACLE_SID環(huán)境變量后,啟動(dòng)EM console服務(wù)
emctl start dbconsole
先設(shè)置ORACLE_SID環(huán)境變量后,停止EM console服務(wù)
emctl stop dbconsole
先設(shè)置ORACLE_SID環(huán)境變量后,查看EM console服務(wù)的狀態(tài)
emctl status dbconsole
配置dbconsole的步驟
emca -repos create
emca -config dbcontrol db
emctl start dbconsole
重新配置dbconsole的步驟
emca -repos drop
emca -repos create
emca -config dbcontrol db
emctl start dbconsole
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶(hù)發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
重建Oracle10G數(shù)據(jù)庫(kù)
OEM無(wú)法啟動(dòng),DB Console start error:OC4J Configura...
關(guān)于Oracle EM基本配置
oracle11g
手工配置Oracle 10G EM
Oracle:?jiǎn)?dòng) Database Control 時(shí)出錯(cuò) - spatial - 博客園
更多類(lèi)似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服