Oracle导入导出命令

//导出 
exp techrpt_data/techrpt_data@orcl file=d:\_临时文件\techrpt_data.dmp owner=techrpt_data

导入
imp techrpt_data_yanshi/techrpt_data_yanshid:\_临时文件\techrpt_data.dmp fromuser=techrpt_data touser=techrpt_data_yanshi ignore=y

 只导某些表:

imp techrpt_data_yanshi=d:\_临时文件\techrpt_data.dmp fromuser=techrpt_data_yanshi tables=(DPMS_RESIDENT_BLOCK、DPMS_BLOCK_BUILDING、DPMS_ROOM、DPMS_ROOM_UPKEEP) ignore=y

 

相关文章

文章浏览阅读773次,点赞6次,收藏9次。【代码】c# json字符...
文章浏览阅读8.7k次,点赞2次,收藏17次。此现象一般定位到远...
文章浏览阅读2.8k次。mysql脚本转化为oracle脚本_mysql建表语...
文章浏览阅读2.2k次。cx_Oracle报错:cx_Oracle DatabaseErr...
文章浏览阅读1.1k次,点赞38次,收藏35次。本文深入探讨了Or...
文章浏览阅读1.5k次。默认自动收集统计信息的时间为晚上10点...