Tablespace MaxMb
What is the meaning of Tablespace Maxmb column ?
Is it the maximum allowed size of Tablespace or Maximum allowed size of a Datafile?
How to set maximum allowed size of Tablespace ?
How to set Maximum allowed size of Datafile ?
I execute the command as follows?
create tablespace ts1 datafile 'e:\ts1.dbf' size 500m autoextend on maxsize 1000m;
I checked in Toad , it shows
Maxmb of tablespace TS1 is 1000
Max Extents of Datafile is 2147483645 -> it is a default value , even I mention UNLIMITED same value 2147483645 is coming.