10年工作经验,专研网站运维。
全部博文(454)
发布时间:2014-09-24 10:44:04
扩展Oracle表空间1. 查看当前表空间利用率SELECT UPPER(F.TABLESPACE_NAME) "表空间名", D.TOT_GROOTTE_MB "表空间大小(M)", D.TOT_GROOTTE_MB - F.TOTAL_BYTES "已使用空间.........【阅读全文】
发布时间:2014-09-18 10:07:24
在AIX上维护磁盘阵列操作命令# errpt|more# errpt -aj C43F90ED|more# # dateThu Sep 18 09:39:30 BEIST 2014# # lspvhdisk0 &.........【阅读全文】
发布时间:2014-09-04 11:29:11
一、 概述:当Rman是 nocatalog模式时,需要手动备份control 文件。二、 查看Rman模式RMAN> show all;using target database control file instead of recovery catalog三、 备份步骤:3.1 查看初始化文件中控制文件的位置cd /orainst/product/10g/dbscat spfilecba.ora找到:“*.control_files='/or.........【阅读全文】