修改Oracle数据文件名称
- 编辑:admin -修改Oracle数据文件名称
呼吁为alter tablespace ) The following alter tablespace command is applied only to data files in a non-SYSTEM tablespace that does not contain active rollback or temporary segments: 具体步调为: 1:$sqlplus “/ as sysdba”; SQL>alter tablespace xxxx offline(假如非归档加drop); 2:$mv xxxxx xxxxx (用os呼吁移动数据文件) 3:SQL>alter tablespace xxxx rename datafile 'xxxx' to 'xxxxx'; 4:SQL>alter tablespace xxxx online; ,以后用获得: 有两种要领可以变动ORACLE数据文件的名字,呼吁为alter database rename file) Because the SYSTEM tablespace cannot be taken offline,互联网资讯,回滚段和姑且表空间中的数据文件, 一:脱机(可以移动任何表空间中的数据文件、日志文件,www.aepnet.com,收录一下, you must use this method to move data files in the SYSTEM tablespace. 具体步调为 1:$sqlplus “/ as sysdba” SQL>shutdown 2:$mv or move (使用操纵系统呼吁更名字) 3:$sqlplus “/ as sysdba” SQL>startup mount SQL>alter database rename file 'xxxxx' to 'xxxxx' (注意在alter open之前不要退出) 4:SQL>alter database open; 二:联机(不行移动system表空间,联秘密领与脱秘密领, 在论坛上看到一个常常遇到的问题,移动数据文件,。
,www.heyeme.com