Oracle discoverer中exp/imp Business Areas (BAs) 和folders
Oracle Discoverer中,如果需要將A客戶的business area複製到B客戶下,可以採用exp/imp方法[@more@]
具體步驟如下:
1. Export the business area: this will save the objects definitions in a file
2. Import the file
3. 修改BA/Folder的name, identifier等屬性,修改join屬性和修改必要的sql定義
對於單個BA,以上做法可行且無誤。
但是對於多個BAs,則有可能導致隱藏比較深的問題。
由於join可以跨BA,也即某個BA下的folder中的join可能會呼叫其他BA下某個folder中的列。這樣如果兩個BA不同時exp,則兩個BA的定義分別存於不同的檔案中,imp時可能會造成join丟失(估計是imp時同時做join檢測,如果發現無效就刪除)。
為避免上述錯誤,移植BAs時應該將相關的BAs一起exp到同一個檔案中。比如將甲客戶的所有BAs同時exp,則能有效保證imp後join的完整。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/207/viewspace-786335/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle exp和impOracle
- oracle imp和expOracle
- Oracle imp/expOracle
- oracle exp imp 用法Oracle
- ORACLE IMP和EXP的使用實驗Oracle
- 【EXP/IMP】使用EXP /IMP工具“模糊”匯出和匯入
- exp和imp詳解
- IMP和EXP筆記筆記
- Oracle的exp/imp詳解Oracle
- oracle exp_imp小記Oracle
- 【exp/imp不同版本】Oracle不同版本的exp/imp使用注意事項Oracle
- Oracle Exp/Imp常見問題Oracle
- Oracle的expdp/impdp工具和exp/imp工具比較Oracle
- exp和imp的詳細操作
- 24.EXP和IMP(筆記)筆記
- exp/imp工具
- ORACLE備份和恢復 - 邏輯備份 exp/impOracle
- Oracle 傳輸表空間-EXP/IMPOracle
- Oracle匯入(imp )與匯出(exp )Oracle
- ORACLE匯入匯出命令exp/impOracle
- 轉:oracle EXP /IMP引數詳解Oracle
- oracle 10g imp/exp IMPDP/EXPDPOracle 10g
- oracle實驗記錄 (使用exp/imp)Oracle
- Oracle DiscovererOracle
- ORACLE exp/imp匯入報錯IMP-00009&IMP-00028&IMP-00015Oracle
- 解決Oracle中Exp/Imp大量資料處理問題Oracle
- EXP/IMP和EXPDP/IMPDP的區別
- oracle資料匯出匯入(exp/imp)Oracle
- Oracle 遠端匯出匯入 imp/expOracle
- oracle不同版本之間exp/imp規則Oracle
- oracle實驗記錄 (exp/imp transport tablespace)Oracle
- exp imp資料
- EXP&IMP PIPE
- 探索Oracle之 EXP/IMP過程中的字符集問題Oracle
- exp|imp和expdp|impdp以及sqlldr視訊SQL
- 關於imp和exp的有關理解
- Oracle exp/imp匯出匯入工具的使用Oracle
- Oracle exp/imp字符集相關問題Oracle