摘要:
AUTORESTART Valid For Manager Description Use the AUTORESTART parameter to start one or more Extract and Replicat processes automatically after they f 阅读全文
摘要:
实施目标:由于磁盘空间不足,将主库的临时表空间修改位置 standby_file_management 管理方式:AUTO SQL> show parameter standby_file NAME TYPE VALUE standby_file_management string AUTO 在pr 阅读全文
摘要:
delimiter ;;create procedure idata()begin declare i int ; set i=1; while (i <= 100000) do insert into customer values (i,1,'ELON','TIAN','SCOTT@163.CN 阅读全文
摘要:
当前查询: select b.NAME, b.POSITION, b.DATATYPE_STRING, b.VALUE_STRING, b.LAST_CAPTURED from v$sql_bind_capture b where b.sql_id = 'XXXXXX';历史查询: select b 阅读全文
摘要:
主备切换:1、主库停止应用,确认主库不再有数据生成将主库改为read_only模式 mysql> set global super_read_only=on;Query OK, 0 rows affected (0.00 sec) mysql> set global read_only=on;Que 阅读全文