ORACLE 服務器的配置及優化[13]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 ccbzzp 的 blog

5>      mv  /u/product/oradata/foxmold/user01.dbf     /db3/oradata

6>      svrmgrl

7>      connect  internal

8>      alter tablespace data rename datafile

‘/u/product/oradata/foxmold/user01.dbf’ to

‘/db3/oradata/user01.dbf’

    9> alter  database  open

8. 統計分析

spool c:\analyze.sql

select   'analyze  table  '||trim(object_name)||'   compute   statistics; '

     from  user_objects

    where  object_type='table'

然后運行analyze.sql文件即可

本文关键:ORACLE
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top