cxin 发表于 2018-9-22 08:34:57

Configure DNS Server for SCAN on Oracle 11gR2 RAC - [ORACLE 11g]

--采用round robin模式的scan,每次解析时会轮换到下一个地址  
# nslookup dwdb-scan
  
Server:         172.17.0.10
  
Address:      172.17.0.10#53
  
Name:   dwdb-scan.localdomain
  
Address: 172.17.0.26
  
Name:   dwdb-scan.localdomain
  
Address: 172.17.0.27
  Name:   dwdb-scan.localdomain
  
Address: 172.17.0.25
  
# nslookup dwdb-scan
  
Server:         172.17.0.10
  
Address:      172.17.0.10#53
  
Name:   dwdb-scan.localdomain
  
Address: 172.17.0.25
  
Name:   dwdb-scan.localdomain
  
Address: 172.17.0.26
  Name:   dwdb-scan.localdomain
  
Address: 172.17.0.27
  #


页: [1]
查看完整版本: Configure DNS Server for SCAN on Oracle 11gR2 RAC - [ORACLE 11g]