全库导出:exp 用户名/密码@数据库名 full=y file=c:xxxx.dmp owner=数据库用户
导入:imp 用户名/密码@数据库名 full=y file=c:xxxx.dmp owner=数据库用户
单表导出:exp 用户名/密码@数据库名 grants=y tables=table_name file=c:xxx.dmp owner=数据库用户
导入:imp 用户名/密码@数据库名 ignore=y tables=table_name file=c:xxx.dmp owner=数据库用
导入:imp 用户名/密码@数据库名 full=y file=c:xxxx.dmp owner=数据库用户
单表导出:exp 用户名/密码@数据库名 grants=y tables=table_name file=c:xxx.dmp owner=数据库用户
导入:imp 用户名/密码@数据库名 ignore=y tables=table_name file=c:xxx.dmp owner=数据库用
