alter system_1.dbf as data file
Hello,
We have modified system_1.dbf using
alter database datafile ‘C:\ORACLE\ORADATA\ADVA\SYSTEM_1.DBF’ resize 768M;
Is this correct way to increase size of SYSTEM_1.dbf, about 768M;
If not which is the correct way, kindly provide a sample command.
Also can we create another System_2.dbf file and set it as default, would that work?
Also provide any suggested practice for handling SYSTEM_x.DBF files.