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

简介:

参考文档 Adcfgclone Fails with RC-40201 at appsTier While Adding a New Node (文档 ID 876359.1) 

现象:
..... 
Target system APPL_TOP mount point []:
Target system COMMON_TOP directory []:
Target system 8.0.6 ORACLE_HOME directory []:
Target system iAS ORACLE_HOME directory []:
Do you want to preserve the Display set to (y/n) [y] ?:y
Do you want to preserve the port values from the source system on the target system (y/n) [y] ?:y

RC-40201: Unable to connect to Database .
Clone Context uses the same port pool mechanism as the Rapid Install
Once you choose a port pool, Clone Context will validate the port availability.

原因 (CAUSE):  
1. /etc/hosts file did not have the primary node IP address and hostname details
2. Following entries were present in sqlnet.ora file which blocked the connection
tcp.validnode_checking = yes
tcp.invited_nodes=(.)

解决方法 (SOLUTION):  
To implement the solution, please execute the following steps :
1. Add the Primary Node IP address and Hostname details  in /etc/hosts file of target node
2. Remove following entries from sqlnet.ora file if available
tcp.validnode_checking = yes
tcp.invited_nodes=(.)

参考: 
Adcfgclone Fails with RC-40201 at appsTier While Adding a New Node (文档 ID 876359.1)
Sharing The Application Tier File System in Oracle E-Business Suite Release 12 (文档 ID 384248.1)
Adcfgclone.pl tier apps Errors with RC-40201: Unable to connect to Database (文档 ID 271250.1)
本文转自ITPUB博客tolywang的博客,原文链接:EBS R12加入应用节点报错 RC-40201: Unable to connect to Database SRMG -2 ,如需转载请自行联系原博主。
相关文章
|
4月前
|
SQL Java
flywa报错Detected resolved migration not applied to database: 20221103.10000
flywa报错Detected resolved migration not applied to database: 20221103.10000
67 2
|
4月前
|
关系型数据库 MySQL Java
flywa报错java.sql.SQLSyntaxErrorException: Unknown database ‘flyway‘
flywa报错java.sql.SQLSyntaxErrorException: Unknown database ‘flyway‘
44 1
|
4月前
|
SQL Java Maven
flywa报错Migration checksum mismatch for migration version 1.1 -> Applied to database : 1332862643 ->
flywa报错Migration checksum mismatch for migration version 1.1 -> Applied to database : 1332862643 ->
57 1
|
3月前
|
安全 关系型数据库 MySQL
openvas报错Warning: Secinfo Database Missing SCAP and/or CERT database missing on OMP server.
openvas报错Warning: Secinfo Database Missing SCAP and/or CERT database missing on OMP server.
|
8月前
|
SQL Oracle 关系型数据库
Connect to Autonomous Database Using Oracle Database Tools
Connect to Autonomous Database Using Oracle Database Tools
67 1
|
8月前
|
Oracle 关系型数据库 数据库
实时计算 Flink版操作报错合集之错误信息"ORA-65040: operation not allowed from within a pluggable database"如何解决
在使用实时计算Flink版过程中,可能会遇到各种错误,了解这些错误的原因及解决方法对于高效排错至关重要。针对具体问题,查看Flink的日志是关键,它们通常会提供更详细的错误信息和堆栈跟踪,有助于定位问题。此外,Flink社区文档和官方论坛也是寻求帮助的好去处。以下是一些常见的操作报错及其可能的原因与解决策略。
392 2
|
8月前
|
消息中间件 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社区文档和官方论坛也是寻求帮助的好去处。以下是一些常见的操作报错及其可能的原因与解决策略。
439 0
|
安全 关系型数据库 MySQL
【报错】sqli-labs靶场搭建出现“Unable to connect to the database: security”
【报错】sqli-labs靶场搭建出现“Unable to connect to the database: security”
1206 0
|
关系型数据库 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
1298 0
|
8月前
|
SQL Oracle 关系型数据库
WARNING: Too Many Parse Errors With error=911 When Running a JDBC Application Connected to an Oracle 19c database
WARNING: Too Many Parse Errors With error=911 When Running a JDBC Application Connected to an Oracle 19c database (
100 2