码迷,mamicode.com
首页 > 其他好文 > 详细

短信接口对接代码

时间:2015-04-08 20:00:32      阅读:120      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!