Sometimes size of tablespace reaches to a point where we need add new data file to the tablepsace.
Use the below query to find the current datafiles state:
Use the below query to find the current datafiles state:
Adding datafile :
Use the below query to add new data file to the tablespace.
Datafile with autoextend on:
Use the below query to add new data file with auto-extend on.
Use the below query to add new data file with auto-extend on.
Comments
Post a Comment