I am using oracle 11gr1 SingleByte Database,
I am trying to import a Dump file. but strangely the dump file contains multiple user objects(i.e, Import(IMPDP) is not done properly).
example:
. . "TEST"."AUDVALUES" 174.5 MB 2136286 rijen geëxporteerd
. . "TRAIN"."AUDVALUES" 105.5 MB 1311686 rijen geëxporteerd
I want to import only TEST objects not TRAIN objects to target DB? Is it possible to achieve?