CREATE TABLESPACE with initial size and extendable
I'm seeking for a typical setup for a schema owner who sa tablespace (datafile) created with, say, 250MB initial size and autoextenable so that the user doesn't hit any limits during the time he is starting to fill the database. It may grow to 2.5 GB , which can then be confined by a quota rule.
What would the appropriate statements be for such a etup?
--
Christoph