DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
oracle expdp schema export example
expdp system / [password_of_System] @ [SID] schemas=[name of the schema] dumpfile=[filename].dmp logfile=[filename].log
#Example
expdp system/oracle@mydbsid SCHEMAS=staging dumpfile=export_staging_original.dmp logfile=original.log





