首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

DB2 导入跟导出

2012-07-23 
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)

热点排行