当前位置:  数据库>oracle

Oracle 10g下修改RAC地址

    来源: 互联网  发布时间:2017-06-08

    本文导语: 本测试是基于Oracle 10.2.0.5 SQL*Plus: Release 10.2.0.5.0 - Production on Tue Jul 29 20:45:16 2014 Copyright (c) 1982, 2010, Oracle.  All Rights Reserved. Connected to:Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit ProductionWith the Partitioning, Real Application Clusters, ...

本测试是基于Oracle 10.2.0.5

SQL*Plus: Release 10.2.0.5.0 - Production on Tue Jul 29 20:45:16 2014

Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options

SQL>

首先来看一下,使用到的命令

[root@node1 bin]# ./oifcfg -help

Name:
 oifcfg - Oracle Interface Configuration Tool.

Usage:  oifcfg iflist [-p [-n]]
 oifcfg setif {-node | -global} {/:}...
 oifcfg getif [-node | -global] [ -if [/] [-type ] ]
 oifcfg delif [-node | -global] [[/]]
 oifcfg [-help]

  - name of the host, as known to a communications network
   - name by which the interface is configured in the system
   - subnet address of the interface
   - type of the interface { cluster_interconnect | public | storage }

--------------------------------------------------------------------------------

Linux-6-64下安装Oracle 12C笔记

在CentOS 6.4下安装Oracle 11gR2(x64)

Oracle 11gR2 在VMWare虚拟机中安装步骤

Debian 下 安装 Oracle 11g XE R2

--------------------------------------------------------------------------------

使用范例
 查看网口信息
 $ oifcfg iflist
 ce0  172.25.0.0
 ce0  172.25.198.0
 ce1 10.0.0.0
 查看私有网口信息
 $ oifcfg iflist -p
 ce0  172.25.0.0  PRIVATE
 ce0  172.25.198.0  PRIVATE
 ce1  10.0.0.0  PRIVATE
 查看私有网口信息并显示掩码
 $ oifcfg iflist -p -n
 ce0  172.25.0.0  PRIVATE  255.255.0.0
 ce0  172.25.198.0  PRIVATE  255.255.255.0
 ce1  10.0.0.0  PRIVATE  255.255.255.0
 查看当前节点的网口信息
 $ oifcfg getif
 eth0  192.168.0.0  global  cluster_interconnect
 eth1  192.168.2.0  global  public
 查看public类型的网卡
 $ oifcfg getif -type public
 eth1  192.168.2.0  global  public
 查看eth0的网卡信息
 $ oifcfg getif -if eth0
 eth0  192.168.0.0  global  cluster_interconnect
 查看node类型的配置信息,没有输出说明没有配置node类型
 $ oifcfg getif -node czmmiao1
 $ oifcfg getif -node czmmiao2
 删除接口配置,需要切换到root用户
 # ./oifcfg delif–global
 添加接口配置,需要切换到root用户
 # ./oifcfg setif -global eth0/192.168.1.119:public
 
# ./oifcfg setif -global eth1/10.85.10.119:cluster_interconnect

更多详情见请继续阅读下一页的精彩内容:


    
 
 

您可能感兴趣的文章:

  • 修改oracle用户主目录
  • 修改oracle用户的.bash_profile之后无法正常登陆
  • 修改Oracle默认用户密码有效期时间
  • Linux下修改Oracle用户密码
  • 查询与修改Oracle字符集
  • ORACLE 修改表结构 之ALTER CONSTAINTS的使用
  • 计算机名称修改后Oracle不能正常启动问题分析及解决
  • Oracle中在pl/sql developer修改表的2种方法
  • oracle修改scott密码与解锁的方法详解
  • Oracle10g 控制台启动端口修改
  • Linux操作系统下Oracle数据库多实例启动方式及修改内存
  • Oracle如何修改系统默认时间格式
  • oracle中修改表名的几种方式
  • 查看修改Oracle10G归档日志空间的限制
  • 查看及修改Oracle编码格式方法
  • Oracle 11G密码180天过期后的修改方法
  • ORACLE 10G修改字符编码没有超字符集的限制
  • 查看和修改Oracle服务器端字符集
  • 有关结果数据集的修改-java和ORACLE数据库
  • Oracle字符集修改查看方法
  • Oracle 12c发布简单介绍及官方下载地址
  • Oracle的ip地址改了,怎么jsp连不上了?
  • oracle 11g最新版官方下载地址
  • oracle与mysql的视频教程下载地址分享
  • 求redhat linux 9.0下可以使用的oracle 10g或9i,还有redhat linux 9.0下可以使用的eclipse下载地址
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Oracle 10g和Oracle 11g网格技术介绍
  • 虚拟机装Oracle R12与Oracle10g
  • Oracle 10g中导出到Oracle 9的问题小结
  • 安装Oracle 10g忘记sys密码
  • Oracle 10G进程体系学习笔记
  • [官方最新消息]Oracle 10G 认证考试新变化
  • SOLARIS 下如何卸载ORACLE10G
  • oracle10g 数据备份与导入
  • 为何用dbstart启动oracle10g不好用
  • linux下oracle 10g如何完全卸载?
  • Oracle 10g client for Solaris
  • 急求Linux下oracle 10g和weblogic 9的安装
  • Linux系统下利用java连接Oracle 10G
  • Linux下完全卸载ORACLE 10G的方法
  • Linux下Oracle 10G DBCA等汉字乱码解决方法
  • redhat as 4 下如何安装oracle 10g ?
  • 求助前辈们:solaris 10 x86 安装oracle 10g 错误
  • 将Oracle 8i数据成功移植Oracle 10g的方法
  • 上传一个非常详细的Oracle10G在IBMAIX 5L上的安装步骤与大家分享
  • linux as3 安装oracle10g ,web端能访问,终端用命令不能进入
  • 如何升级Oracle 9i到10g
  • Oracle 数据库(oracle Database)Select 多表关联查询方式
  • 在linux下安装oracle,如何设置让oracle自动启动!也就是让oracle那个服务自动启动,不是手动的
  • Oracle数据库(Oracle Database)体系结构及基本组成介绍
  • 请问su oracle 和su - oracle有什么不同?
  • 如何设置让Oracle SQL Developer显示的时间包含时分秒
  • Oracle 数据库开发工具 Oracle SQL Developer
  • oracle中如何把表中具有相同值列的多行数据合并成一行
  • 网络技术 iis7站长之家
  • Oracle 数据库(oracle Database)性能调优技术详解
  • SCO unix下安装oracle,但没有光盘,请大家推荐一个oracle下载站点(unix版本的)。谢谢!!!!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,