导出远程数据库到本地的命令:
exp itsm4/itsm1234@RemoteIP/实例名 file=本地路径 full=y
也可以
exp itsm4/itsm1234@实例名 file=本地路径 full=y
导入:
imp aichannel/aichannel@orcl_127.0.0.1 full=y file=d:\datanewsmgnt.dmp ignore=y
指定表导入:
imp username/password@logic_name tables=xxx file=D:\xxxx.dmp ignore=y
full和tables只能指定其中的一种模式