您的位置:寻梦网首页编程乐园Java天地JSP 专辑JSP001 HTML 离线版
Java 天地
JSP001 HTML 离线版
论坛精华 >> Oracle 专栏 >> A 7-10 Relocating or Renaming Online Redo log files

由 webmaster 发布于: 2001-03-02 21:57

How to relocate or rename online redo log files

1.copy the online redo log files to the new location
2.Execute the ALTER DATABASE RENAME FILE command.

The locations of the online redo log files can be changed by renaming the online redo log files.Before renaming the online redo log files , ensure that the new online redo log file exists.The oracle server changes only the pointers in the control files ,but does not physically rename or create any operation system files.


ALTER DATABASE [database] RENAME FILE 'filename'[,'filename']... TO 'filename'[, 'filename'] ...



资料来源: JSP001.com