Increasing db_files and size of data files
Hello,
We're running out number of data files. We currently have 147 data files and db_files is set to 200.
To remedy the issue, I was thinking below, but please review as I'm new to Oracle DB(Oracle 11g 11.2.0.3)
- change next additional data file size from 10GB to 30GB. Currently I have been adding 10GB for each data file. Is there any consequence that I have to expect changing the new data file is 3x larger than others?
- increase db_files from 200 to 300. How do I do this?? DB shutdonw?
0