My SYSAUX tablespace is 98% full. In my tablespace statement AUTOEXTENSIBLE=yes.
So I want to know that will it add a new data file if it reaches 100% or if not then should I make makesize to unlimited?
|
My SYSAUX tablespace is 98% full. In my tablespace statement So I want to know that will it add a new data file if it reaches 100% or if not then should I make makesize to unlimited? |
|||
|
|
Make sure
|
|||
|
|
|
Oracle will not create a new datafile when the current one becomes full. I suggest:
There may also be tables in the |
|||
|
|
|
No, Oracle won't add an extra datafile. Normally the SYSAUX tablespace is more or less stable so it would be smart to check what is eating the space in there. Connected as a DBA user, run the script See Oracle® Database Administrator's Guide 11g to get an idea of regular sizing. |
|||
|
|