Extending smallfile tablespace
CharlovAug 10 2009 — edited Aug 10 2009Hello,
I have a smallfile tablespace that I am trying to extend.
What I am doing is adding a file to the tablespace using the below script:
ALTER TABLESPACE TEMP_WMRK ADD TEMPFILE '/ora02/oradata/STAGEDB/TEMP_WMRK2.dbf' SIZE 512m AUTOEXTEND ON NEXT 250m MAXSIZE UNLIMITED;
Is there a way to extend the tablespace without adding a file?
Thanks..