Datapump issue

  • From: Ahmed <gherrami@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Tue, 22 Jan 2019 19:34:55 +0100

Hello,

I tried to export a table with 20 columns using DBMS_DATAPUMP package.
11 columns should be anonymised. The anonymisation ist implemented in a
package mypkg. I used dbms_datapump.data_remap:

dbms_datapump.data_remap(handle => h1, name => 'COLUMN_FUNCTION',
        table_name => 'TEST_TABLE', column => 'COL1', function =>
'MYPKG.FU1', schema => USER);


It looks like it only works for 10 columns.

If I try to anonymize more than 10 columns I get ORA-39001 invalid input
argument at datapump job definition.

Is this a bug or maybe a restriction? Any Idea?

Best Regards
Ahmed Fikri
Stuttgart, Germany

Other related posts:

  • » Datapump issue - Ahmed