Exp/Imp
I am trying to export several tables into a same dump file. However, one of the table should be limited by a query to limit the no. of rows exported.
I know that expdp can export several tables with a query applied for one of the table. Is it possible to do so with the original exp/imp utility?
Thanks!