
- Forum
- Database
- Oracle Database
- Oracle data pump
Oracle data pump
This is a discussion on Oracle data pump within the Oracle Database forums, part of the Database category; I would like to know if there is a possibility of exporting only one column from a table with the ...
-
Oracle data pump
I would like to know if there is a possibility of exporting only one column from a table with the data pump?
-
No, the smallest unit, AFAIK, is still a table. You, however, can use "CREATE ... AS SELECT ..." or "INSERT ... SELECT ..." to make an additional table with column you need.
-
01-18-2008, 07:35 AM #3
- Join Date
- Jul 2007
- Location
- Birmingham-UK
- Answers
- 12
Does this mean you cannot export an empty table with data pump?
Because you could export the metadata and exclude data.
-
-
Sponsored Ads

Reply With Quote






