oracle 之 CLUSTER_INTERCONNECTS is not set to the recommended value
問題:Database parameter CLUSTER_INTERCONNECTS is not set to the recommended value
在Oracle實際應用程式叢集環境中可以使用cluster_interconnect,以指示可用於資料庫通訊的叢集互連。如果需要覆蓋為資料庫流量配置的預設互連(儲存在群集登錄檔中),請使用此引數。這個過程也可能對資料倉儲系統有用,因為資料倉儲系統降低了可用性需求和高互連頻寬需求。
cluster_interconnect具體覆蓋了以下內容:
由oifcfg在OCR中儲存的網路分類。
由Oracle選擇的預設互連。
適用版本:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and later
Oracle Exadata Storage Server Software - Version 12.1.1.1.0 and later
Oracle SuperCluster Specific Software - Version 1.x and later
Information in this document applies to any platform.
Solition:
$ $ORACLE_HOME/bin/oifcfg getif
bondeth0 10.152.224.0 global public
ib0 192.168.8.1 global cluster_interconnect,asm
ib1 192.168.8.2 global cluster_interconnect,asm
$ ifconfig ib0
ib0 Link encap:InfiniBand HWaddr 80:00:00:48:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00
inet addr:192.168.9.203 Bcast:192.168.11.255 Mask:255.255.252.0
inet6 addr: fe80::210:e000:133:296d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:7000 Metric:1
RX packets:34872644 errors:0 dropped:0 overruns:0 frame:0
TX packets:33220479 errors:0 dropped:2 overruns:0 carrier:0
collisions:0 txqueuelen:4096
RX bytes:12937195873 (12.0 GiB) TX bytes:11896620848 (11.0 GiB)
$ ifconfig ib1
ib1 Link encap:InfiniBand HWaddr 80:00:00:49:FE:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00
inet addr:192.168.9.204 Bcast:192.168.11.255 Mask:255.255.252.0
inet6 addr: fe80::210:e000:133:296e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:7000 Metric:1
RX packets:17880631 errors:0 dropped:0 overruns:0 frame:0
TX packets:29918338 errors:0 dropped:9 overruns:0 carrier:0
collisions:0 txqueuelen:4096
RX bytes:5098988721 (4.7 GiB) TX bytes:100635031058 (93.7 GiB)
$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Thu Jan 25 13:09:39 2018
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Advanced Analytics and Real Application Testing options
SQL> alter system set CLUSTER_INTERCONNECTS='192.168.9.203:192.168.9.204' sid='' scope=spfile;
System altered.
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Advanced Analytics and Real Application Testing options
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31383567/viewspace-2151920/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mysql遇到Variable can’t be set to the value of ‘NULL’MySqlNull
- Mysql:Variable 'XXXt' can't be set to the value of 'NULL'解決MySqlNull
- AndroidStudio之自定義輸出包名報錯 Cannot set the value of read-only property 'outputFile' forAndroid
- Oracle分析函式-first_value()和last_value()Oracle函式AST
- 12-Overview-Recommended LabelsView
- Redis之setRedis
- 解決問題:Variable 'time_zone' can't be set to the value of 'NULL'Null
- 六、redis之setRedis
- [ERR] 1231 - Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'SQL
- WPF System.Windows.Media.Color A value must be set, display ball and number in canvas ,mouse down to refreshWindowsCanvas
- Oracle SQL_ID轉換成SQL_HASH_VALUEOracleSQL
- Python學習之set集合Python
- Establishing SSL connection without server's identity verification is not recommended.ServerIDE
- Java更新資料庫報錯:Data truncation: Cannot create a JSON value from a string with CHARACTER SETJava資料庫JSON
- List Set Map之間的不同
- Solution Set - 《賞竹而格之》
- 大前端JS篇之搞懂【Set】前端JS
- Java常用資料結構之Set之TreeSetJava資料結構
- Android Audio HAL 介面介紹之 adev_set_parameters()和out_set_parameters()Androiddev
- [20180914]oracle 12c 表 full_hash_value如何計算.txtOracle
- python-資料型別之set集合Python資料型別
- Python之set集合的相關介紹Python
- Flutter持久化儲存之key-value儲存Flutter持久化
- jackson學習之四:WRAP_ROOT_VALUE(root物件)物件
- salesforce零基礎學習(一百二十六) Picklist Value Set 優缺點和使用探討Salesforce
- Linux核心原始碼分析之set_arch (一)Linux原始碼
- es6 的學習之 set 和 map
- golang multiple-value xxx in single-value contextGolangContext
- ORACLE基礎之oracle鎖(oracle lock mode)詳解Oracle
- Oracle之結構Oracle
- ORACLE之手動註冊監聽listener。alter system set local_listener="XXX"Oracle
- [20231103]sqlplus column new_value old_value.txtSQL
- [20230303]sqlplus column new_value old_value.txtSQL
- set /?
- Set
- Vue之computed(計算屬性)詳解get()、set()Vue
- ES6學習筆記之Set和Map筆記
- Redis五大資料型別之 Set(集合)Redis大資料資料型別