摘要:
1.锁定不使用的用户 sqlplus / as sysdba alter user username account lock; 2.对现有profile进行备份 set linesize 1000 set pagesize 0 set echo off set heading off set fe 阅读全文
摘要:
目前有一个求oracle tps这么一个需求 19c要用这个统计tps select ceil(a.value) from v$con_sysmetric a,v$container b where a.metric_name ='User Transaction Per Sec' and a.co 阅读全文
摘要:
业务希望在主备切换时候可以自动完成 1.修改参数 主从两边都设置set global set enforce_gtid_consistency=warn; 去错误日志查看错误信息tail -100f error.log 如何错误日志没有告警 主从两边都设置set global set enforce 阅读全文