exclude Oracle Text Indexes (DOMAIN index type) by datapump export
Hi,
On 10.2.0.4, to exclude of my export Oracle Text Index (INDEX TYPE DOMAIN), I found:
dbms_datapump.METADATA_FILTER(handle => lv_handle,name => 'EXCLUDE_PATH_LIST', value => 'DOMAIN_INDEX');
But on 11.2.0.2.0, it doesn't work.
Which filter I must use on 11.2 ? And did I use the right filter or I should use something else on 10.2.0.4 ?
thanks for your help.
jonathan