本文主要是介绍(转)使用OWB时,在“设计中心”中菜单中选择“控制中心管理器”时出错:RTC-5260,RTC-5301...,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
以下是网络上的方法,经过测试问题依旧。最后找到原因:我新建了一个基于IP地址的监听,删掉了LOCALHOST监听,造成start_servie.sql运行的时候启动服务报错。
解决办法为:重新建立原始的LOCALHOST的监听。然后运行start_service.sql成
转自:http://hi.baidu.com/zzztou/blog/item/ff0a7b22edf754fad6cae238.html
使用OWB时,在“设计中心”中菜单中选择“控制中心管理器”时出错:RTC-5260,RTC-5301
2009年07月15日 星期三 16:25使用OWB时,在“设计中心”中菜单中选择“控制中心管理器”时出错。
RTC-5260: Failed to connect to Control Center, Please check you have provided the correct Host, user, password and Service Name
RTC-5301: The Control Center Service is not currently available
解决办法: 1. Start SQL*Plus, and connect as the OWB_OWNER database account.
windows 系统下:
C:\Documents and Settings\zx>sqlplus repowner/repowner@asd
SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 7月 15 16:15:32 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> @D:\Oracle\Owb\owb\rtp\sql\reset_repository.sql
输入 repos_password 的值: repowner
原值 2: wb_rti_util.reset('&REPOS_PASSWORD.');
新值 2: wb_rti_util.reset('repowner');
PL/SQL 过程已成功完成。
提交完成。
SQL> @D:\Oracle\Owb\owb\rtp\sql\set_repository_password.sql
输入 1 的值: repowner
PL/SQL 过程已成功完成。
提交完成。
SQL> @D:\Oracle\Owb\owb\rtp\sql\start_service.sql
Available
PL/SQL 过程已成功完成。
这篇关于(转)使用OWB时,在“设计中心”中菜单中选择“控制中心管理器”时出错:RTC-5260,RTC-5301...的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!