首页 养生问答 疾病百科 养生资讯 女性养生 男性养生

oracle中怎么导出一个表空间的数据

发布网友

我来回答

3个回答

热心网友

 1 将数据库TEST完全导出,用户名system 密码manager 导出到D:chu.dmp中

   exp system/manager@TEST file=d:chu.dmp full=y

 2 将数据库中system用户与sys用户的表导出

   exp system/manager@TEST file=d:chu.dmp ōwner=(system,sys)

 3 将数据库中的表inner_notify、notify_staff_relat导出

    exp aichannel/aichannel@TESTDB2 file= d:datanewsmgnt.dmp tables=(inner_notify,notify_staff_relat) 

 4 将数据库中的表table1中的字段filed1以"00"打头的数据导出

   exp system/manager@TEST file=d:chu.dmp tables=(table1) query=" where filed1 like '00%'"

热心网友

您好,很高兴为您解答。

参考看下:http://www.itpub.net/thread-1071550-1-1.html

如若满意,请点击右侧【采纳答案】,如若还有问题,请点击【追问】

希望我的回答对您有所帮助,望采纳!

~ O(∩_∩)O~

热心网友

用DATAPUMP迁移schema

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com