Increasing the Existing Datafile
SQL> ALTER DATABASE DATAFILE 'E:\ORION_DBF\KK1.DBF' RESIZE 100M;
Database altered.
SQL>
• Appending additional DATA file to the Tablespace
SQL> alter tablespace kk add datafile 'e:\orion_dbf\kk2.dbf' size 20m;
Tablespace altered.
Comments
Post a Comment