Tuesday, September 25, 2018

create tempfile

1.

 

 

create TEMPORARY TABLESPACE TEMP3 TEMPFILE '/uatdb/app/oradata/temp001.dbf' size 5000M;

Tablespace created.

 

2.

 

ALTER TABLESPACE TEMP3 ADD TEMPFILE '/uatdb/app/oradata/temp002.dbf' SIZE 5000m;

Tablespace created.

 

3.

ALTER DATABASE DEFAULT TEMPORARY TABLESPACE temp3;

 

4.

drop tablespace temp1 including contents and datafiles;

 

 

No comments:

Post a Comment

[ERROR]: The value of s_patch_service_name is not set correctly in atleast one of the context files.

[ERROR]: The value of s_patch_service_name is not set correctly in atleast one of the context files. I got the issue below wh...