Add/drop Tempfile
-- Add tempfile to temp tablespace:
oracle configurationintermediate
by OracleDba
11 views
-- Add tempfile to temp tablespace:
123
alter tablespace TEMP1 add tempfile '/u01/dbaclass/tempfile/temp02.dbf' size 1G autoextend on next 200M;
alter database tempfile '/u01/dbaclass/tempfile/temp02.dbf' resize 2G;
ALTER DATABASE TEMPFILE '/u01/dbaclass/tempfile/temp02.dbf' DROP INCLUDING DATAFILES;Please to add comments
No comments yet. Be the first to comment!