当前位置:网站首页>Troubleshooting the error ora-12545 reported by scanip in Oracle RAC
Troubleshooting the error ora-12545 reported by scanip in Oracle RAC
2022-06-11 09:42:00 【cqszpx】
Just installed ORACLE 11G 11.2.0.4 A set of RAC, adopt DG Synchronized data , Activate for testing , Go through... Locally SCANIP link , No problem ,
conn sz/[email protected]:1521/orcl
Connected.
But link from other machines , You're going to report a mistake :
SQL> conn sz/[email protected]:1521/orcl
ERROR:
ORA-12545: Connect failed because target host or object does not exist
The reason here is the node's LOCAL_LISTENER The parameter is set to null . stay RAC in , For each node LOCAL_LISTENER Parameter must specify the of this node vip,remote_listener Must point to scanIP.
Check the server-side settings :
SQL> show parameter list
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
listener_networks string
local_listener string
remote_listener string db-scan:1521
Set now LOCAL_LISTENER
SQL> alter system set local_listener='(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.133.9)(PORT=1521))' sid='orcl1';
SQL> alter system set local_listener='(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.133.10)(PORT=1521))' sid='orcl2';
Test it again , Problem solving
conn sz/[email protected]:1521/orcl
Connected.
attach ORACLE MOS On file :ORA-12545 or ORA-12537 While Connecting to RAC Through SCAN name (Doc ID 970619.1)

边栏推荐
- Identifier keyword literal data type base conversion character encoding variable data type explanation operator
- Machine learning notes - in depth Learning Skills Checklist
- Touch事件的tap,longtap封装--来自小野
- New feature in ES6 -- arrow function
- OpenCV OAK-D-W广角相机测试
- What is WSGI?
- [scheme development] sphygmomanometer scheme pressure sensor sic160
- Automation operation and maintenance articles collection
- js中的事件
- Document object
猜你喜欢

RAC单独修改scanip到不同网段时会报错

卸载grid时运行脚本报错Can‘t locate Env.pm in @INC

oracle 11g rac 磁盘组有空间无法增加数据文件?

ESP8266_ SmartConfig

Day45 storage engine data type integer floating point character type date type enumeration and set type constraints table to table relationships

The first TOF related data set available for deep learning: deep learning for confidence information in stereo and TOF data fusion (iccv 2017)

How to determine whether two time periods overlap?

Type-C docking station adaptive power supply patent protection case
![报错[DetectionNetwork(1)][warning]Network compiled for 6 shaves,maximum available 10,compiling for 5 s](/img/54/f42146ae649836fe7070ac90f2160e.png)
报错[DetectionNetwork(1)][warning]Network compiled for 6 shaves,maximum available 10,compiling for 5 s

Résumé de la méthode d'examen des mathématiques
随机推荐
[TiO websocket] IV. the TiO websocket server implements the custom cluster mode
ORACLE DG物理备库使用别名数据文件改变路径到OMF路径
1493. the longest subarray with all 1 after deleting an element
Fabric. JS dynamically set font size
[TiO websocket] v. TiO websocket server counts the number of online people
Design of wrist sphygmomanometer based on sic32f911ret6
Fabric.js 動態設置字號大小
整型提升例题
Opencv oak-d-w wide angle camera test
Monotone stack
【ROS】noedic-moveit安装与UR5模型导入
Comparison and introduction of OpenCV oak cameras
Don't use redis list to implement message queue. Stream is designed for queues
报错device = depthai.Device(““, False) TypeError: _init_(): incompatible constructor arguments.
报错ModularNotFoundError: No module named ‘find_version’
GDB debugging common commands
Control statement if switch for while while break continue
ESP8266_SNTP(Simple Network Time Protocol)
报错Version mismatch between installed depthai lib and the required one by the scrip.
Sword finger offer II 041 Average value of sliding window