上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页
摘要: 客户网络调整需要更改私有网络,数据库版本为19c ,集群使用flex asm 查看是否使用flex asm [+ASM2]@ht02[/home/grid]$asmcmd showclustermodeASM cluster : Flex mode enabled - Direct Storage 阅读全文
posted @ 2022-07-29 15:34 刚好遇见Mysql 阅读(684) 评论(0) 推荐(0)
摘要: 今天打开虚拟机启动数据库时遇到ora-742,原因重做日志读时发现写保护丢失,现象重做日志不能归档查看错误解释 [qdtais1]@ht19c01[/home/oracle]$oerr ora 742 00742, 00000, "Log read detects lost write in thr 阅读全文
posted @ 2022-07-20 11:44 刚好遇见Mysql 阅读(448) 评论(0) 推荐(0)
摘要: sqlplus system/oracle@192.168.20.225:1521/qdtais1 @mksample oracle oracle oracle oracle oracle oracle oracle oracle sam temp /home/oracle/log/ 192.168 阅读全文
posted @ 2022-07-06 17:35 刚好遇见Mysql 阅读(30) 评论(0) 推荐(0)
摘要: 默认情况下linux是不能分析core文件需要安装内核调试和crash分析工具 从以下网址安装内核调试rpm和 crash https://oss.oracle.com/ol7/debuginfo/kernel-uek-debuginfo-4.14.35-1902.3.2.el7uek.x86_64 阅读全文
posted @ 2022-06-27 09:52 刚好遇见Mysql 阅读(381) 评论(0) 推荐(0)
摘要: 在 DataGuard 环境中,默认情况下,当使用密码文件时,SYS 用户的密码用于验证重做传输会话。但出于安全原因,您可能不希望仅将如此高特权的用户用于重做传输。为了克服这个问题,Oracle 实现了 REDO_TRANSPORT_USER 初始化参数。SQL> show parameter re 阅读全文
posted @ 2022-06-21 17:21 刚好遇见Mysql 阅读(177) 评论(0) 推荐(0)
摘要: select a.object_id, b.object_type from yz.t1 a left join yz.t5 b on a.object_type = b.object_type where (a.object_id = 919 or a.object_id1 = 919) and 阅读全文
posted @ 2022-06-06 10:41 刚好遇见Mysql 阅读(840) 评论(0) 推荐(0)
摘要: 在12c以后rac 更换存储,不用在使用add 和 drop 磁盘,用replace命令替换上述2条命令 ALTER DISKGROUP data2 REPLACE DISK diskc7 WITH '/devices/diskc18' POWER 3; 阅读全文
posted @ 2022-05-26 16:23 刚好遇见Mysql 阅读(165) 评论(0) 推荐(0)
摘要: 第一种 UPDATE yz.T1 a SET a.object_name = (select b.object_name from yz.t2 b where a.object_id = b.object_id) WHERE EXISTS (SELECT 1 FROM yz.t2 b WHERE b 阅读全文
posted @ 2022-05-26 16:17 刚好遇见Mysql 阅读(49) 评论(0) 推荐(0)
摘要: 某客户节点2本地磁盘损坏,节点1oracle数据库正常对外提供服务,更换磁盘之后需要重新把节点2加入集群。 参考mos How to Add Node/Instance or Remove Node/Instance with Oracle Clusterware and RAC (DocID 13 阅读全文
posted @ 2022-05-24 17:01 刚好遇见Mysql 阅读(779) 评论(0) 推荐(0)
摘要: 打补丁失败 [root@ht01 ~]# /u01/app/grid/OPatch/opatchauto apply /tmp/33509923 OPatchauto session is initiated at Thu Apr 21 18:44:53 2022 System initializa 阅读全文
posted @ 2022-04-21 21:05 刚好遇见Mysql 阅读(752) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页