Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Exclude a particular column in the Replicat.

From the source, I have received the entire columns, but while loading them into non-oracle target, I would like to eliminate specific columns but load the remaining all columns. Is it possible to do this at the target side because the Extract is already created from the source side with all the columns in it.
Answers
-
I don't think so it is possible on the Target side. I would suggest to create a separate extract for this pipe line and use COLS or COLSEXCEPT parameter in the Extract process parameter file. This will surely work.
Please check the below for more details,
Regards,
Veera
-
You didn't specify your initial load method. I assume that you use the extract trail method, ie you have a series of extrail trail or files created from the extract. If so you just need to create a sourcedef which I assume you will have if you are replicating from oracle to non-oracle (would be helpful if you let us know what DB this is). Then simply put the sourcedef file in the replicat param and the replicat will match all alike columns and discard not found columns automatically.