当前位置:网站首页>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)

边栏推荐
- Exclusive interview - dialogue on open source Zhai Jia: excellent open source projects should be seen by more people. I am honored to participate in them
- Flask (VIII) - form processing
- js基础--Date对象
- Opencv CEO teaches you to use oak (IV): create complex pipelines
- CVE-2021-40449 NtGdiResetDC UAF
- GDB debugging common commands
- 报错[DetectionNetwork(1)][warning]Network compiled for 6 shaves,maximum available 10,compiling for 5 s
- Where is it safer to open an account for soda ash futures? How much do you need to buy at least?
- 一万字彻底学会堆和二叉树
- Flask (VII) - static file
猜你喜欢

Zhiyun health submitted the statement to HKEx again: the loss in 2021 exceeded 4billion yuan, an increase of 43% year-on-year
![[image denoising] image denoising based on mean + median + Gauss low pass + various improved wavelet transform, including Matlab source code](/img/df/9c7c9484879249a35781425e710983.jpg)
[image denoising] image denoising based on mean + median + Gauss low pass + various improved wavelet transform, including Matlab source code

Openstack explanation (22) -- neutron plug-in configuration

Bowen dry goods | Apache inlong uses Apache pulsar to create data warehousing

Type-C docking station adaptive power supply patent protection case

Revisiting Self-Training for Few-Shot Learning of Language Model,EMNLP2021

Output image is bigger (1228800b) than maximum frame size specified in properties (1048576b)

报错Output image is bigger(1228800B) than maximum frame size specified in properties(1048576B)

报错device = depthai.Device(““, False) TypeError: _init_(): incompatible constructor arguments.

ES6新增特性--箭头函数
随机推荐
Oracle XDB组件的重建
New feature in ES6 -- arrow function
Flask (VII) - static file
How do we connect to WiFi?
DOS command virtual environment
MSF SMB based information collection
Analysis of high frequency interview questions in massive data processing
考研數學 【數列極限證明題】題型方法總結
ESP8266_GET请求天气预报、json解析
MSF adds back door to normal program
JS foundation - array object
【ROS】noedic-moveit安装与UR5模型导入
Video review pulsar summit Asia 2021, cases, operation and maintenance, ecological dry goods
Résumé de la méthode d'examen des mathématiques
LeetCode刷题 —— 手撕二叉树
[scheme development] scheme of infrared thermometer
12.5 concurrent search + violent DFS - [discovery ring]
js基础--Date对象
What are the types of garment ERP system in the market?
Concurrent programming