[经验]重新创建控制文件

1.执行 alter database backup controlfile to trace


2.执行 show parameter user_dump_dest 显示 udump 路径


3.去 udump 文件夹下找到最后一个 trace 文件


4.适当修改,保存成 sql 文件,再 nomount 的时候运行该 sql


注:trace 也属于用户层的东东,所以 alter database backup controlfile to trace 后会在 udump 下生成这个 trace ,这个 trace 就是把创建控制文件的脚本告诉你

About this Entry

This page contains a single entry by Sky published on October 26, 2005 1:18 PM.

震撼!世界从 10 亿光年到 0.1 飞米 was the previous entry in this blog.

EXP、IMP 命令详解 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.