Migrating Data Files Steps

Source: Internet
Author: User

Select File#,name,status from V$datafile;

SELECT * from V$tablespace;

1. Alter tablespace AAA offline;


2. Shutdown immediate;

3. Copy data file to Destination directory

4. Startup Mount;

Alter DATABASE rename file ' F:\ORACLE\ORADATA\ORCL\AAA_01.DBF ' to ' H:\ORACLE\ORADATA\ORCL\AAA_01.DBF ';


5. Alter DATABASE open;

6. Alter tablespace AAA Online; --note that there may be an IO-related error when performing this step because the data file copy has not been written, and the workaround is to re-assign the files to the Oracle account read and Write permissions.


Note:oracle 12C supports online migration of data files

Migrating Data Files Steps

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.