上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
摘要: --全备备份:innobackupex --user=DBUSER --password=DBUSERPASS --defaults-file=/etc/my.cnf /backups/ 恢复:innobackupex --apply-log /backups/2018-07-30_11-04-55 阅读全文
posted @ 2022-08-11 16:02 刚好遇见Mysql 阅读(65) 评论(0) 推荐(0)
摘要: trace dataguard进程需要对sqlnet.ora log_archive_dest_state_3 、log_archive_trace做以下配置 alter system set log_archive_dest_state_3=defer; alter system switch l 阅读全文
posted @ 2022-08-01 09:11 刚好遇见Mysql 阅读(132) 评论(0) 推荐(0)
摘要: 某客户ocr盘损坏导致进群起不来需要重建ocr,集群软件版本19.3 远程节点删除ocr配置 /u01/app/grid/crs/install/rootcrs.sh -deconfig -force -verbose [root@ht02 ~]# /u01/app/grid/crs/install 阅读全文
posted @ 2022-08-01 00:06 刚好遇见Mysql 阅读(841) 评论(0) 推荐(0)
摘要: 客户网络调整需要更改私有网络,数据库版本为19c ,集群使用flex asm 查看是否使用flex asm [+ASM2]@ht02[/home/grid]$asmcmd showclustermodeASM cluster : Flex mode enabled - Direct Storage 阅读全文
posted @ 2022-07-29 15:34 刚好遇见Mysql 阅读(774) 评论(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 阅读(511) 评论(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 阅读(50) 评论(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 阅读(419) 评论(0) 推荐(0)
摘要: 在 DataGuard 环境中,默认情况下,当使用密码文件时,SYS 用户的密码用于验证重做传输会话。但出于安全原因,您可能不希望仅将如此高特权的用户用于重做传输。为了克服这个问题,Oracle 实现了 REDO_TRANSPORT_USER 初始化参数。SQL> show parameter re 阅读全文
posted @ 2022-06-21 17:21 刚好遇见Mysql 阅读(199) 评论(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 阅读(863) 评论(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 阅读(188) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页