Oracle Tablespace multiple datafile with autoextend and maxsize
I’m completely new to Oracle Database and I’m trying to learn it. My goal today is to create a simple tablespace with one datafile and then add a new datafile to that tablespace.
With this I understand that my tablespace will start at 1M and will automatically extend(50M each time) until it reaches 1000M.