Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

exclude Oracle Text Indexes (DOMAIN index type) by datapump export

570903Jul 20 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2011
Added on Jul 20 2011
0 comments
1,482 views