I have a table in my database with 100 columns.
I am only interested to create a dump using expdp with only 3 specific columns from it.
Is it possible to do this directly from the expdp command?
I have a table in my database with 100 columns.
I am only interested to create a dump using expdp with only 3 specific columns from it.
Is it possible to do this directly from the expdp command?
Copyright © 2021 Jogjafile Inc.
Oracle 12c has a datapump feature
views_as_tablethat may work. Create a view against your source table, with just the columns you want to export, then export the view: