数据导出:
1 将数据库TEST完全导出,用户名system 密码manager 导出到D:\daochu.dmp中
exp system/[email protected] file=d:\daochu.dmp full=y
2 将数据库中system用户与sys用户的表导出
exp kjeccus/[email protected]KJTEST file=d:\daochu.dmp owner=(kjeccus,dbwork )
1 将D:\daochu.dmp 中的数据导入 TEST数据库中。
imp system/[email protected] file=d:\daochu.dmp
imp aichannel/[email protected] full=y file=file= d:\data\newsmgnt.dmp ignore=y 中
时间: 2024-10-24 17:48:11