问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

阳历10.2是什么星座

发布网友 发布时间:2022-04-14 17:08

我来回答

4个回答

懂视网 时间:2022-04-14 21:30

一、Stopping Grid Control and All Its Components 1.停止OMS服务 [oracle@ocm2 oms10g]$ cd /u01/app/oracle/OracleHomes/oms10g/bin/ [oracle@ocm2 bin]$ ./emctl stop oms Oracle Enterprise Manager 10g Release 10.2.0.1.0 Copyright (c) 1996, 2005 Or

一、Stopping Grid Control and All Its Components

1.停止OMS服务 [oracle@ocm2 oms10g]$ cd /u01/app/oracle/OracleHomes/oms10g/bin/ [oracle@ocm2 bin]$ ./emctl stop oms Oracle Enterprise Manager 10g Release 10.2.0.1.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. Oracle Management Server is Down. [oracle@ocm2 bin]$
2.停止Application Server Control Console [oracle@ocm2 bin]$ ./emctl stop iasconsole Oracle Enterprise Manager 10g Release 10.2.0.1.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
Stopping Oracle 10g Application Server Control ... ... Stopped. [oracle@ocm2 bin]$
3.切换目录至OPMN并停止Application Server components [oracle@ocm2 oms10g]$ cd opmn/ [oracle@ocm2 opmn]$ cd bin/ [oracle@ocm2 bin]$ pwd /u01/app/oracle/OracleHomes/oms10g/opmn/bin [oracle@ocm2 bin]$ ./opmnctl stopall opmnctl: stopping opmn and all managed processes... [oracle@ocm2 bin]$
4.切换目录并停止agent
[oracle@ocm2 bin]$ pwd /u01/app/oracle/OracleHomes/agent10g/bin [oracle@ocm2 bin]$ ./emctl stop agent Oracle Enterprise Manager 10g Release 10.2.0.1.0. Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. Stopping agent ... stopped. [oracle@ocm2 bin]$
5.停止Repository数据库 [oracle@ocm2 bin]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.2.0 - Production on Tue Jul 22 18:15:48 2014
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production With the Partitioning, Oracle Label Security, OLAP and Data Mining options
SYS@EMREP> shutdown immediate Database closed. Database dismounted. ORACLE instance shut down. SYS@EMREP> exit Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production With the Partitioning, Oracle Label Security, OLAP and Data Mining options [oracle@ocm2 bin]$
6.停止Repository数据库监听程序 [oracle@ocm2 bin]$ lsnrctl stop
LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 22-JUL-2014 18:17:53
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ocm2.localdomain)(PORT=1521))) The command completed successfully [oracle@ocm2 bin]$
停止结束

二、Starting Grid Control and All Its Components

1.启动Repository数据库对应的监听程序和数据库(注意SID) [oracle@ocm2 bin]$ lsnrctl start
LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 22-JUL-2014 18:20:06
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.2.0 - Production System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ocm2.localdomain)(PORT=1521))) Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ocm2.localdomain)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 10.2.0.2.0 - Production Start Date 22-JUL-2014 18:20:06 Uptime 0 days 0 hr. 0 min. 0 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ocm2.localdomain)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0))) Services Summary... Service "PLSExtProc" has 1 instance(s). Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully [oracle@ocm2 bin]$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.2.0 - Production on Tue Jul 22 18:20:30 2014
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
Connected to an idle instance.
SYS@EMREP> startup ORACLE instance started.
Total System Global Area 285212672 bytes Fixed Size 1260420 bytes Variable Size 125830268 bytes Database Buffers 155189248 bytes Redo Buffers 2932736 bytes Database mounted. Database opened. SYS@EMREP> exit Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production With the Partitioning, Oracle Label Security, OLAP and Data Mining options [oracle@ocm2 bin]$
2.切换路径并启动OMS [oracle@ocm2 bin]$ cd /u01/app/oracle/OracleHomes/oms10g/bin/ [oracle@ocm2 bin]$ pwd /u01/app/oracle/OracleHomes/oms10g/bin [oracle@ocm2 bin]$ ./emctl start oms Oracle Enterprise Manager 10g Release 10.2.0.1.0 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. opmnctl: opmn started Starting HTTP Server ... Starting Oracle Management Server ... Checking Oracle Management Server Status ... Oracle Management Server is Up. [oracle@ocm2 bin]$
3.切换路径启动OracleAS Web Cache [oracle@ocm2 bin]$ pwd /u01/app/oracle/OracleHomes/oms10g/opmn/bin [oracle@ocm2 bin]$ ./opmnctl status
Processes in Instance: EnterpriseManager0.ocm2.localdomain -------------------+--------------------+---------+--------- ias-component | process-type | pid | status -------------------+--------------------+---------+--------- DSA | DSA | N/A | Down HTTP_Server | HTTP_Server | 17072 | Alive LogLoader | logloaderd | N/A | Down dcm-daemon | dcm-daemon | 17039 | Alive OC4J | home | N/A | Down OC4J | OC4J_EMPROV | N/A | Down OC4J | OC4J_EM | 17116 | Alive WebCache | WebCache | N/A | Down WebCache | WebCacheAdmin | N/A | Down
[oracle@ocm2 bin]$ ./opmnctl startproc ias-component=WebCache opmnctl: starting opmn managed processes... [oracle@ocm2 bin]$ ./opmnctl status
Processes in Instance: EnterpriseManager0.ocm2.localdomain -------------------+--------------------+---------+--------- ias-component | process-type | pid | status -------------------+--------------------+---------+--------- DSA | DSA | N/A | Down HTTP_Server | HTTP_Server | 17072 | Alive LogLoader | logloaderd | N/A | Down dcm-daemon | dcm-daemon | 17039 | Alive OC4J | home | N/A | Down OC4J | OC4J_EMPROV | N/A | Down OC4J | OC4J_EM | 17116 | Alive WebCache | WebCache | 17205 | Alive WebCache | WebCacheAdmin | 17197 | Alive
[oracle@ocm2 bin]$
4.切换路径并启动agent
[oracle@ocm2 bin]$ pwd /u01/app/oracle/OracleHomes/agent10g/bin [oracle@ocm2 bin]$ ./emctl start agent Oracle Enterprise Manager 10g Release 10.2.0.1.0. Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved. Starting agent ..... started. [oracle@ocm2 bin]$
最后确认ias-component全部已经启动 [oracle@ocm2 bin]$ cd /u01/app/oracle/OracleHomes/oms10g/opmn/bin/ [oracle@ocm2 bin]$ ./opmnctl status
Processes in Instance: EnterpriseManager0.ocm2.localdomain -------------------+--------------------+---------+--------- ias-component | process-type | pid | status -------------------+--------------------+---------+--------- DSA | DSA | N/A | Down HTTP_Server | HTTP_Server | 17072 | Alive LogLoader | logloaderd | N/A | Down dcm-daemon | dcm-daemon | 17039 | Alive OC4J | home | N/A | Down OC4J | OC4J_EMPROV | N/A | Down OC4J | OC4J_EM | 17116 | Alive WebCache | WebCache | 17205 | Alive WebCache | WebCacheAdmin | 17197 | Alive
[oracle@ocm2 bin]$ ./opmnctl startproc ias-component=DSA opmnctl: starting opmn managed processes... [oracle@ocm2 bin]$ ./opmnctl startproc ias-component=LogLoader opmnctl: starting opmn managed processes... [oracle@ocm2 bin]$ ./opmnctl startproc ias-component=OC4J opmnctl: starting opmn managed processes... [oracle@ocm2 bin]$ ./opmnctl status
Processes in Instance: EnterpriseManager0.ocm2.localdomain -------------------+--------------------+---------+--------- ias-component | process-type | pid | status -------------------+--------------------+---------+--------- DSA | DSA | 18173 | Alive HTTP_Server | HTTP_Server | 17072 | Alive LogLoader | logloaderd | 18197 | Alive dcm-daemon | dcm-daemon | 17039 | Alive OC4J | home | 18326 | Alive OC4J | OC4J_EMPROV | 18324 | Alive OC4J | OC4J_EM | 17116 | Alive WebCache | WebCache | 17205 | Alive WebCache | WebCacheAdmin | 17197 | Alive
[oracle@ocm2 bin]$

热心网友 时间:2022-04-14 18:38

阳历10.2日是天秤座。天秤座是象征着秋天来临的星座,秋意表现在天秤座的人身上是对意气相投的特殊嗅觉。你寻求着共同点和互相谅解的土壤。和蔼可亲的秉性,使仇恨和敌意永远无法靠近你的身旁。天秤座的人温柔、娴雅,你需要欢欢乐乐地生活,需要忠贞不渝的友谊和爱情。随和与顺从是你性格上的主要特点。无论对天秤座的男性还是女性,都可以看到这些难能可贵的女性品质,品格正直,平易近人,处处闪耀着人格魅力的光辉,以及你们所蕴藏的艺术上的灵感和才华。但是一些微不足道的事情就会使你感到惊慌不安。你总是在寻找着内心的稳定与平衡,没有这种平衡你就不能平静地生活。这是一个能为生活中的矛盾开辟和解之路的人。

热心网友 时间:2022-04-14 19:56

星座分布的日期如下:
白羊座3月21日~4月19日
金牛座4月20日~5月20日
双子座5月21日~6月21日
巨蟹座6月22日~7月22日
狮子座7月23日~8月22日
*座8月23日~9月22日
天秤座9月23日~10月22日
天蝎座10月23日~11月22日
射手座11月23日~12月21日
摩羯座12月22日~1月19日
水瓶座1月20日~2月18日
双鱼座2月19日~3月20日

热心网友 时间:2022-04-14 21:30

天秤座(9.23-10.22)
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
新生儿脐疝的诊断与鉴别 小儿脐疝发病原因 导致新生儿脐疝发作的原因有哪些? 腾讯视频2023年10月24日免费会员账号分享-腾讯视频2023年10月24日免 ... 百度网盘激活码免费领取2024 百度网盘激活码免费领取最新分享 我是男生 今年18周岁 我身高172是不是完蛋了 我还会长吗? 估计还能长... 开荒保洁一平米多少钱 物业开荒费用包括哪些 公司保洁开荒多少钱一平 开封灌汤包哪家正宗 开封哪家灌汤包最好吃 wifi和wlan的区别?为什么wifi是免费的?而电信套餐wlan是收费的(有时间*)? 魏无羡为什么叫wifi LED屏出现坏点之后叫亚点还是叫哑点 如何发现LED电视屏有坏点 WI FI 是那个WLAN么? 刚买的LED电视有坏点(暗点) 坏点是什么原因造成的? 那里写的是wlan。。。为什么那么多人叫Wifi。求教谢谢 液晶屏幕坏点产生原因 LED 坏点是怎么现成的? 迈克尔杰克逊隐退的原因 WlFl为什么也称WLAN?这之间有什么区别?为什么会有不同的称呼? 迈克尔杰克逊到底是怎么死的?要具体原因 迈克尔 杰克逊的死因 请问迈克尔杰克逊是怎样死的? 迈克尔.杰克逊到底是怎么死的?主要原因是什么? 迈克尔杰克逊真正的死因是什么啊? 迈克尔杰克逊怎样死的 迈克杰克逊去世的原因 迈克杰克逊的过世原因是什么? 能帮妈妈做什么事 帮妈妈做一件什么事情 为妈妈做一件温暖的事(200字)? 你为妈妈做过什么很好很感动的事情? 怎么匿名举报 医生开大处方的检讨书范文 百度一打开就自动闪退是什么原因? 到微信上卖电子烟怎么举报? 我最想为妈妈做件事300字作文 高跟鞋大了,怎么办?请问各位达人有什么妙招给我支支! 迈克尔杰克逊是因为什么原因死的? 迈克尔杰克逊走红的原因 我买的碧螺春绿茶为什么不是绿汤,而是黄汤。 和平精英心悦会员logo死了有没有特效? 做生意收账遇到老赖怎么办? 收账对于老赖怎么办 收货款遇到老赖怎么办 周公解梦:梦见四条狗咬自己把狗都打跑了? 梦到很多狗,然后自己拿起鞭子打了狗,然后狗就不敢来了一直围着我转 烧鸡公与干锅鸡的区别