首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
问题:oracle 12c rac数据库服务器的home目录丢失问题解决2018-06-25 18:30
】的更多相关文章
问题:oracle 12c rac数据库服务器的home目录丢失问题解决2018-06-25 18:30
问题原因:是由于运维粗心,在缩容/home(此目录下挂载了逻辑卷lv_home)时没有先缩小文件系统(resize2fs)也没有备份,导致home数据损坏,重启时系统无法正常启动 解决方案:跳过此home磁盘的检测,先启动系统 home下只有oracle.grid这两个重要用户的用户文件(bash等).想办法再做一份home目录出来,应该可以解决问题 1.跳过错误磁盘启动系统: 通过修改/etc/fstab来跳过开机自动挂载错误分区,如果在vi的时候显示readonly,用mount -o re…
ORACLE 12c RAC的常用管理命令
ORACLE 12c RAC的常用管理命令 一.查询 1.RAC查询 1.1.查询节点 [grid@swnode1 ~]$ su - grid [grid@swnode1 ~]$ /u01/app/12.2.0/grid/bin/olsnodes -s [grid@swnode1 ~]$ /u01/app//grid/bin/olsnodes -s swnode1 Active swnode2 Active 查看群集的名称: [grid@swnode1 ~]$ /oracle/app/12.2.…
Oracle 12c RAC 静默安装文档
参考文档: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/cwlin/index.html https://docs.oracle.com/en/database/oracle/oracle-database/12.2/ladbi/index.html https://oracle-base.com/articles/linux/udev-scsi-rules-configuration-in-oracle-lin…
Oracle 11gR2 RAC 数据库不能连接(ORA-12537: TNS:connection closed)
Oracle 11gR2 RAC 数据库不能连接(ORA-12537: TNS:connection closed)的解决 [oracle@rac01 ~]$ sqlplus /nolog SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 29 21:06:10 2012 Copyright (c) 1982, 2009, Oracle. All rights reserved. SQL> connect system/***@astt ER…
Oracle 11gR2 RAC 数据库不能连接(ORA-12537: TNS:connection closed)的解决
Oracle 11gR2 RAC 数据库不能连接(ORA-12537: TNS:connection closed)的解决 [oracle@rac01 ~]$ sqlplus /nolog SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 29 21:06:10 2012 Copyright (c) 1982, 2009, Oracle. All rights reserved. SQL> connect system/***@ast…
习水医院12C RAC 数据库安装文档
环境介绍 OS: Oracle Enterprise Linux 6.4 (For RAC Nodes) DB: GI and Database 12.1.0.2 所需介质 p17694377_121020_Linux-x86-64_1of8.zip p17694377_121020_Linux-x86-64_2of8.zip p17694377_121020_Linux-x86-64_3of8.zip p17694377_121020_Linux-x86-64_4of8.zip 上述软…
安装oracle 12c RAC遇到的一些问题
(1) 安装grid软件,停止在38%很长时间不动,日志显示正常 解决方法: 由于是虚拟机安装,设置的内存为600M,关闭虚拟机,把内存调成1GB,问题解决~在38%Linking RMAN Utility时也停顿,但是会很快Linking完成 安装oracle 12c最小内存1GB (2)安装oracle12c RAC每个节点的空间 grid software:6.5GB database software:6.5GB 虚拟机最少分配25GB的硬盘空间 (3)关闭服…
Oracle 12C RAC的optimizer_adaptive_features造成数据插入超时
问题分析 使用10046事件追踪方式,直接生成上传时的数据库事件日志进行分析,发现主要区别在于以下两条sql语句在每次长时间上传时都有出现,并且执行用户不是上传用户,而是数据库SYS用户. ********************************************************************************SQL ID: frjd8zfy2jfdq Plan Hash: 510421217SELECT executions, end_of_fetch_c…
Oracle 12c RAC 安装文档
参考文档: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/cwlin/index.html https://docs.oracle.com/en/database/oracle/oracle-database/12.2/ladbi/index.html https://oracle-base.com/articles/linux/udev-scsi-rules-configuration-in-oracle-lin…
oracle 12c RAC 重启
转至:https://blog.csdn.net/weixin_40283570/article/details/81511072 关闭顺序 :关闭PDB----->关闭数据库------>关闭集群服务 (先关闭PDB 再关闭数据库实例,否则smon将有一个自动回复过程) 启动顺序:开机自启动集群服务查看集群服务器是否正常---------->打开数据库--------->启动PDB(默认是在mount状态下)1. pdb管理(默认是在mount状态): 查看状态 SQL>…