EXPDP 指定排除某些表
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                EXPDP 指定排除某些表
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                #示例-導出scott下emp外的其他表
expdp system/密碼 owner=scott dumpfile=scott.dmp directory=bakdir EXCLUDE=TABLE:\"IN\(\'EMP\'\)\"
#排除多表
expdp system/密碼 owner=scott dumpfile=scott2.dmp directory=bakdir EXCLUDE=TABLE:\"IN\(\'EMP\',\'DEPT\'\)\"
--本篇文章轉自:http://blog.itpub.net/24222399/viewspace-2138273/
總結
以上是生活随笔為你收集整理的EXPDP 指定排除某些表的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: ecshop图片自动本地化插件,ECSH
- 下一篇: python sanic openapi
