Home > Database > Mysql Tutorial > body text

AIX5.3.10(HACMP5.2)中Oracle双机操作日志

WBOY
Release: 2016-06-07 17:04:54
Original
1010 people have browsed it

3、关于78(备机)中,前期为9i,手动御载9i不完全,换装11g后,导至ORACLE_HOME,ORACLE_SID被老的(9i)中覆盖;方案: 修改/etc/ora

1、concurrent到no-concurrent,通过exportvg 再importvg,不能解决;

应是:

主机中:

varyonvg -f dbvg  //以no-concurrent模式激活

chvg -l dbvg  //强制转换成no-concurrent;

varyoffvg dbvg

备机中:

执行同样操作;

2、关于exportvg,importvg后,引入的问题;

会将裸设备权限全部变为root: system

需要手动将主备机中的权限改回来:

chown Oracle: dba /dev/lv*

chown oracle: dba /dev/rlv*

3、关于78(备机)中,前期为9i,,手动御载9i不完全,换装11g后,导至ORACLE_HOME,ORACLE_SID被老的(9i)中覆盖;

方案: 修改/etc/oratab

将原ORACLE_SID:ORACLE_HOME:Y改成11g中的真实ORACLE_SID与ORACLE_HOME;

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!