首页 > 其他 > 详细

短信接口对接代码

时间:2015-04-08 19:59:27      阅读:105      评论:0      收藏:0      [点我收藏+]

1. Create a service on the RAC cluster to setup for TAF. Example creates a service called server_taf to the database called rac, with instance names rac1 & rac2.

Please note for the service name, select a name that is unique and not the same as the default service name created. A special Oracle database service is created by default for your Oracle RAC database. This default service is always available on all instances in an Oracle RAC environment, unless an instance is in restricted mode. You cannot alter this service or its properties.http://qiye.yicubao.com/about.asp?id=77
srvctl add service -d rac -s server_taf -r "rac1,rac2" -P BASIC
2. Start the service server_taf
srvctl start service -d rac -s server_taf
3. Check service is running
srvctl config service -d rac

ractest PREF: rac1 rac2 AVAIL:
server_taf PREF: rac1 rac2 AVAIL:
4. Find the service_id value for the service just created
sqlplus /nolog
Connect / as sysdba
SQL> select name,service_id from dba_services where name = ‘server_taf‘;

本文出自 “短信平台-易促宝” 博客,请务必保留此出处http://yicubao.blog.51cto.com/10094138/1630106

短信接口对接代码

原文:http://yicubao.blog.51cto.com/10094138/1630106

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!