Showing posts with label expdp oracle 11g 10g export. Show all posts
Showing posts with label expdp oracle 11g 10g export. Show all posts

Friday, November 20, 2015

Using expdp to export (only) data

Many a times we need to export the data from a schema/database.Following expdp command could be used for achieving it


expdp scott/tger  directory=DATA_DUMP  dumpfile=Scott.dmp logfile=Scott.log schemas=scott content=data_only