Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change default location for Oracle datafiles

User_9GNI8Nov 20 2022

I wanted to change the default location for Oracle datafiles and spread data across different physical drives using below command. This way u02, u03, u04, u05, ... will automatically point to directory2.
alter system set db_create_file_dest = '/path/to/directory2' scope=both;
Here are the questions.
Once u02 is full, is that correct that u03/u04/u05/u06/... will be created automatically in the new directory?
What should be done if I want u04 and u05 to point to directory3 and u06/u07/... to point to directory4?
Thanks!

Comments

Post Details

Added on Nov 20 2022
1 comment
125 views