Taking dump of tables in oracle 10g using PL/SQL procedure

后端 未结 4 1368
故里飘歌
故里飘歌 2020-12-10 23:31

Hi Required immediate response,

I want to take dump of some selected tables from schema, can any body tell me is it possible? Can anybody provide procedure by execut

4条回答
  •  攒了一身酷
    2020-12-11 00:25

    With this command you'll get a binary Oracle dump: exp scott/tiger file=mydump.dmp tables=(T1,T5)

    I recommend this link: http://www.orafaq.com/wiki/Import_Export_FAQ

提交回复
热议问题