standby 添加 temp文件

做完standby後,忘記添加temp文件了,補上:

SQL> select d.tablespace_name  from dba_tablespaces d where d.contents='TEMPORARY';

TABLESPACE_NAME
------------------------------
TEMP

SQL> select name from v$tempfile;

no rows selected

 

SQL> alter tablespace temp add tempfile '/opt/ora9/oradata/test/temp01.dbf' size 50m reuse;

Tablespace altered.

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章