记一次asm磁盘异机挂载出现 ORA-12547 的问题 参考:DB started by sqlplus cannot be stopped by srvctl( ORA-12547 ), and vice versa (Doc ID 2612663.1) 问题场景:客户更换了rac数据库主机,然后将原来的asm磁盘挂载到了新主机上,用新主机挂起。下面是我注册时候的命令:srvctl add d
遇到问题如下 执行impdp导入的时候,即使导入对象非常小。也在初始化阶段等待很久。 Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, Real Application Clusters, Automatic Storag
关于Percona Toolkit 的安装和使用,大家可以看这个链接。 https://greatsql.cn/blog-10-1492.html 但在使用pt-archiver时,有个细节大家要注意。就是在要求实例源表要创建有索引或主键,目的表结构要与源表完全相同。 create table t1 as select * from t where 1=2 pt-archiver --source