I tried doing table NOT IN ('T1') and table not like 'T1%' and neither worked. You probably need to speicy the tables you want and export as the schema owner. you can use dynamic sql for this. However, it might be easier to just get a full export.