Rename Tablespace in Oracle database 10g
Renaming permanent and temporary tablespaces is now allowed in Oracle 10g (except for SYSTEM and SYSAUX) using the following command.
ALTER TABLESPACE ts_current_name RENAME TO ts_new_name;
The tablespace and all it's datafiles must be online and the database must have a COMPATIBLE setting of 10.0.0 or greater.
If the tablespace is read-only the datafile headers are not altered to reflect the name change and a message is written to the alert log to notify you of this fact. The impact on recovery is that the tablespace will be recovered to it's old name if the controlfile is recreated and datafiles containing the old headers are used.
If an undo tablespace is renamed in a instance which uses a pfile, rather than an spfile, a message is written to the alert log reminding you to change the value of the UNDO_TABLESPACE parameter.
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1003929/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Tablespace Management Enhancements in Oracle Database 10gOracleDatabase
- VMS: ALTER TABLESPACE/DATABASE TO RENAME FILES on VMS [ID 9560.1]Database
- How to Rename Tablespace In Oracle10gOracle
- How does one rename a database?Database
- oracle 10g flashback databaseOracle 10gDatabase
- Can one rename a database user (schema)?Database
- oracle 10g _create tablespace相關語法Oracle 10g
- Scheduler in Oracle Database 10g(轉)OracleDatabase
- Oracle 10g新增DROP DATABASE命令Oracle 10gDatabase
- 【TABLESPACE】使用“ALTER TABLESPACE”命令的“RENAME”功能實現表空間快速重新命名
- SQL*Plus Enhancements in Oracle Database 10g(一)SQLOracleDatabase
- Oracle Database 10g Enhanced wait modelOracleDatabaseAI
- oracle 10g physical standby database creationOracle 10gDatabase
- Oracle 10g Limits - Logical Database LimitsOracle 10gMITDatabase
- 【TABLESPACE】“ALTER TABLESPACE”命令的“RENAME”功能在重新命名錶空間能力上的測試
- oracle實驗記錄 (oracle 10G rman transport database)OracleDatabase
- How to Move or Copy a Tablespace to Another Database (61)Database
- Oracle Database 10g新特性-閃回表OracleDatabase
- DBMS_FILE_TRANSFER Package in Oracle Database 10gPackageOracleDatabase
- Flashback New Features and Enhancements in Oracle Database 10gOracleDatabase
- 【OCM】Oracle Database 10g: Performance Tuning(一)OracleDatabaseORM
- 【OCM】Oracle Database 10g: Performance Tuning(二)OracleDatabaseORM
- 【OCM】Oracle Database 10g: Performance Tuning(三)OracleDatabaseORM
- 【OCM】Oracle Database 10g: Performance Tuning(四)OracleDatabaseORM
- Oracle 10g FLASHBACK DATABASE 實驗記錄Oracle 10gDatabase
- alter database datafile offline and alter database tablespace ...offlineDatabase
- Tablespace Transporting (10G新特性)
- 10G新特性:BIGFILE TABLESPACE
- Move_or_Rename_the_Tempfile_in_OracleOracle
- Rename db_name for OracleOracle
- How to rename an Oracle stored procedureOracle
- Oracle Database 10g新特性-回滾監視OracleDatabase
- 安裝oracle 10g EM database controlOracle 10gDatabase
- 《Oracle Database 10g安全性高效設計》OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(一)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(二)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(三)OracleDatabase
- 【OCM】Oracle Database 10g: RAC for Administrators(四)OracleDatabase