EBS R12加入应用节点报错 RC-40201: Unable to connect to Database SRMG -1

简介:

Oracle EBS R12.1.3 ,  Oracle 11.2.0.1  

数据库为单机
应用为双节点

目标: APP节点1已经正常运行,现在需要加入APP节点2,在实施: $ perl   adclonectx.pl  addnode  contextfile=  的时候报错 。 详细log如下: 
getConnection() -->
    sDbHost    : nktsh
    sDbDomain  : huawei.com
    sDbPort    : 1521
    sDbSid     : SRMG
    sDbUser    : APPS
    Trying to connect using SID...
getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@nktsh.huawei.com:1521:SRMG
     Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nktsh.huawei.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=SRMG)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nktsh.huawei.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=SRMG.huawei.com)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null

-------------------ADX Database Utility Finished---------------
StackTrace: 
java.lang.Exception: Cant connect to database using DBUtil
at oracle.apps.ad.context.CloneContext.checkDatabaseConnection(CloneContext.java:3745)
at oracle.apps.ad.context.CloneContext.checkDBPort(CloneContext.java:3678)
at oracle.apps.ad.context.CloneContext.preserveOldPortSettings(CloneContext.java:3398)
at oracle.apps.ad.context.CloneContext.promptForPortPool(CloneContext.java:3534)
at oracle.apps.ad.context.CloneContext.doClone(CloneContext.java:616)
at oracle.apps.ad.context.CloneContext.main(CloneContext.java:5196)

RC-40201: Unable to connect to Database SRMG.
本文转自ITPUB博客tolywang的博客,原文链接:EBS R12加入应用节点报错 RC-40201: Unable to connect to Database SRMG -1 ,如需转载请自行联系原博主。
相关文章
|
2月前
|
SQL Oracle 关系型数据库
Connect to Autonomous Database Using Oracle Database Tools
Connect to Autonomous Database Using Oracle Database Tools
27 1
|
2月前
|
Oracle 关系型数据库 数据库
实时计算 Flink版操作报错合集之错误信息"ORA-65040: operation not allowed from within a pluggable database"如何解决
在使用实时计算Flink版过程中,可能会遇到各种错误,了解这些错误的原因及解决方法对于高效排错至关重要。针对具体问题,查看Flink的日志是关键,它们通常会提供更详细的错误信息和堆栈跟踪,有助于定位问题。此外,Flink社区文档和官方论坛也是寻求帮助的好去处。以下是一些常见的操作报错及其可能的原因与解决策略。
34 2
|
2月前
|
消息中间件 Oracle 关系型数据库
实时计算 Flink版操作报错合集之报错io.debezium.DebeziumException: The db history topic or its content is fully or partially missing. Please check database history topic configuration and re-execute the snapshot. 是什么原因
在使用实时计算Flink版过程中,可能会遇到各种错误,了解这些错误的原因及解决方法对于高效排错至关重要。针对具体问题,查看Flink的日志是关键,它们通常会提供更详细的错误信息和堆栈跟踪,有助于定位问题。此外,Flink社区文档和官方论坛也是寻求帮助的好去处。以下是一些常见的操作报错及其可能的原因与解决策略。
89 0
|
关系型数据库 MySQL 索引
【Database】排错:Mysql5.6报错Specified key was too long; max key length is 767 bytes
在某个实验系统部署的过程中,出现mysql报错,是特定版本的处理错误,在查阅官网文档时得到解决方案
1363 0
【Database】排错:Mysql5.6报错Specified key was too long; max key length is 767 bytes
|
11月前
|
安全 关系型数据库 MySQL
【报错】sqli-labs靶场搭建出现“Unable to connect to the database: security”
【报错】sqli-labs靶场搭建出现“Unable to connect to the database: security”
723 0
|
11月前
|
关系型数据库 MySQL 数据库
【报错】DVWA遇到Could not connect to the database service. Please check the config file. Database Error
【报错】DVWA遇到Could not connect to the database service. Please check the config file. Database Error
863 0
|
12月前
|
XML 关系型数据库 MySQL
已解决Failed to connect mysql database,please check username and password,or mysql is version8? true
已解决Failed to connect mysql database,please check username and password,or mysql is version8? true
168 0
|
关系型数据库 MySQL
MySQL8.0.27安装过程中卡在Initializing Database中并报错
MySQL8.0.27安装过程中卡在Initializing Database中并报错
2001 0
MySQL8.0.27安装过程中卡在Initializing Database中并报错
|
Java 关系型数据库 MySQL
报错:java.sql.SQLNonTransientConnectionException: Could not create connection to database server
报错:java.sql.SQLNonTransientConnectionException: Could not create connection to database server
1720 0
报错:java.sql.SQLNonTransientConnectionException: Could not create connection to database server
|
测试技术 BI 数据库
Crystal Reports拉报表报错:Error detected by database DLL
问题描述: 最近在使用Crystal Reports打印报表时,提示错误信息:“Error detected by database DLL.” 如下图: 经查找,是因为数据库名称不同造成的; 用户的测试环境使用的库名称为ClaimsReport; 我们本地使用的库名称为Claims;   解决方案: 打开报表工具Crystal Reports 8.5,进入Database->Set Location界面,如下图:   把红框中数据库名称去掉,然后点击按钮【Done】即可。
1380 0