db2 import export
cmd 輸入 db2cw
db2 connect to DBNAME user DBUSER
db2 export to SAMPLE.ixf of ixf select * FROM SAMPLE
db2 import from SAMPLE.ixf of ixf insert_update into NAMESPACE.SAMPLE
db2 connect to DBNAME user DBUSER
db2 export to SAMPLE.ixf of ixf select * FROM SAMPLE
db2 import from SAMPLE.ixf of ixf insert_update into NAMESPACE.SAMPLE
posted on 2012-06-20 10:57 w@ns0ng 閱讀(295) 評(píng)論(0) 編輯 收藏 所屬分類(lèi): Database