资深Oracle数据库专家 OCM认证大师 10年数据库相关服务及开发经验 各类数据库相关方案的编写,管理及实施 数据中心数据库日常运维、大型项目割接、性能优化等方面有丰富的实战经验 客户包括: 电信,银行,保险,航空,国网,汽车,烟草等 想要一起学习探讨数据安全技术的请加qq群 256041954
全部博文(163)
发布时间:2015-01-07 17:05:51
主库准备工作Host IP DB_NAME DB_UNIQUE_NAME Net Service Name(网络服务名)主库192.168.10.253 STARSMS &.........【阅读全文】
发布时间:2015-01-07 17:02:11
//表使用频率最高的100个表SQL> execute statspack.snap (i_snap_level=>7, i_modify_parameter=>'true'); select table_owner "table owner", table_name "table name", command "command issued.........【阅读全文】
发布时间:2015-01-07 15:56:51
有一次,在做异机迁移时:本地没有足够的空间存放rman备份文件,最后想到了分批次备份数据文件的方案,脚本如下:run{allocate channel ch1 type disk ;allocate channel ch2 type disk ;allocate channel ch3 type disk ;allocate channel ch4 type disk ;allocate channel ch5 type disk ;allocate channel ch5 t.........【阅读全文】