standby 新增 temp檔案

2021-04-21 09:14:28 字數 388 閱讀 5972

做完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.

三言兩語 Temp檔案刪不得

長篇大論太難寫,學學keso的三言二拍。為了清除硬碟空間,今日將windows下的若干.tmp檔案刪除,結果在安裝sql server 2000的時候死活報錯 以前的某個程式安裝已經在安裝計算機上建立掛起的檔案操作,執行安裝程式之前必須重啟計算機 開始一直沒有找到原因,重新啟動都不行,差點準備重新格...

使用axis2時在temp檔案產生大量快取

解決在使用axis2時,每一次請求產生axis2jar臨時檔案,導致占用大量磁碟空間問題。在spring配置檔案中採用構造注入 id axisconfigcontext class org.apache.axis2.context.configurationcontextfactory factor...

Win7系統加入域登入後變成TEMP資料夾的問題

1 單擊滑鼠右鍵 開始 執行 輸入 regedit 點確定 2 開啟登錄檔後找到找到這個鍵值 hkey local machine software microsoft windows nt currentversion profilelist 3 在此檔案列中出現了複數的使用者列表,而temp使用...