发布时间:2013-12-19 15:53:09
上篇博客的操作参考了oracle metalink 文章:Cross-Platform. Database Migration (across same endian) using RMAN Transportable Database [ID 1401921.1]In this DocumentPurposeCross-Platform. Database Migration (across same endian) using RMAN Transportable DatabaseApplies to:Oracle Server - Enterp.........【阅读全文】
发布时间:2013-12-19 15:40:46
1. 将Solaris的oracle数据库归档日志关闭,并将数据库以只读方式启动ssh root@192.168.5.27su - oraclesqlplus / as sysdbashutdown immediate;startup mount;archive log list;alter database noarchivelog;shutdown normal;startup mount;alter database open read only;等dbf数据文件上传完成后,需要恢.........【阅读全文】
发布时间:2013-12-19 14:56:08
大型DB2数据库性能优化实战案例:http://www.db2china.net/home/space.php?uid=26946&do=blog&id=30427感觉这些调优的方法和操作其实都见识过,看来东西就这些,就看怎么做到极致了!不过,这里号称某中央部委大型DB2数据库,结果连存储都不是SAN存储,应该是 iSCSI存储,有点说不过去。.........【阅读全文】
发布时间:2013-11-06 10:08:42
cd /etc/yum.repos.dcp rhel-debuginfo.repo local_rhel5_8.repovi local_rhel5_8.repo[rhel-Server]name=Red Hat Enterprise Linux 5baseurl=file:///mnt/cdrom/Serverenabled=1gpgcheck=0gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release保存退出确保RHEL DVD光盘mount在/mnt/cdrom上yum insta.........【阅读全文】