导入导出一个或多个数据库表命令导出表:exp system/manager@TEST filed:\daochu.dmp tables(table1,tabl
导入导出一个或多个数据库表命令
导出表: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)
