DB2 导入跟导出

DB2 导入和导出导出表:exp system/manager@TEST filed:\daochu.dmp tables(table1,table2) 导入表 imp p

DB2 导入和导出
导出表:exp system/manager@TEST file=d:\daochu.dmp tables=(table1,table2)
导入表
imp portal/portal@mydb file=E:\myproject\portal_tomcat5.5.20\sql\portal.dmp  tables=(PORTAL_USER)