excluding table in datapump export
I am using datapump and want export my entire database except for one table schema2.vds_data. I added exclude=table:"='VDS_DATA'" to my parameter file however, it excluded both tables schema1.vds_data and schema2.vds_data. I tried exclude=table:"='SCHEMA2.VDS_DATA'" but this did not exclude anything. Is there anyway to get datapump to do what I want? This is for a COTS application so I do not have the ability to change the table names.
Any help is greatly appreciated.
Nicole