- Take the tablespace offline
select TABLESPACE_NAME from dba_data_files where FILE_NAME = 'file_name';
To take a tablespace offline
alter tablespace tablespace_name offline
- Physicaly move the datafiles at OS level
- Rename the datafiles at database level
- Bring the tablespace back online
No comments:
Post a Comment