Moving Tablespace for the Schema(Owner)

    說明:

    1. 評估新 Tablespace 所需的容量,在搬移前先建立好
    2. 列出所有 Tables Name
    3. 對 Table 搬 Tablespace
    4. 重建已搬動 Table 的 Index
    5. 變更 Owner (Schema) 的預設 Tablespace

    TIPs:

    如果搬移有完成,舊的 Tablespace 可以直接刪除,如果還有其他物件沒有完成搬移,則 Tablespace 刪除會失敗。

    move_tbs.sh:

    如果 Table 裡有 LOB 物件,必須另外手動執行搬移指令

    reference to undefined name 'syntax' Exception of type 'MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException' was thrown. (click for details)

     

    列出有 LOB 欄位的 Table 的相關資訊

    reference to undefined name 'syntax' Exception of type 'MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException' was thrown. (click for details)

    TIP:

    如果 Output 的 table_name 出現 BIN$6Mo9ts+36IbgQKjA5sgLsA==$0,這並不是 table,可以忽略它

    move_tbs.sh:

    reference to undefined name 'syntax' Exception of type 'MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException' was thrown. (click for details)

    另一種方式 gensql_move_tbs.sql:

    這個 Procedure 會產生需要的 SQL

    注意:

    • SOURCE_TBS: 原 tablespace name
    • SOURCE_USER: schema/user name
    • DEST_TBS: 新 tablespace name
    • 如果 table_name 有出現 BIN$6Mo9ts+36IbgQKjA5sgLsA==$0,這並不是 table,必須將它們刪除
    reference to undefined name 'syntax' Exception of type 'MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException' was thrown. (click for details)

    另一個 procedure:

    This procedure moves/rebuilds the tables/indexes of shema owners SUBBU/SUGGU to
    usr_d_01, usr_x_01, usr_d_02 and usr_x_02 tablespaces as per the case condition.

    You need to edit the CASE condition as per your database reorg requirements.
    Test this procedure in a test db thoroughly, before running in a production db.

    • 可用於 INDEX 與 TABLE 儲存在不同的 Tablespaces。
    • 可用於多個 Schemas。
    • 自動產生搬移 Tablespace 所需要的 SQL。
    • 含有 LOB 的欄位並未作搬移,請參考第一項的作法。
    reference to undefined name 'syntax' Exception of type 'MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException' was thrown. (click for details)
    標籤 (Edit tags)
    • No tags
    您必須 登入 才能發佈評論。
    Powered by MindTouch Core