Impdp into 12c from ASM diskgroup
I've multiple dumpfiles (exported from expdp using %U option) from version 11.1.0.7 database and I've to import that into a 12.1.0.2.0 puggable database. I've already created the pluggable database and moved all the 10 dumpfiles into ASM diskgroup +DATA. When the dumpfiles were copied to ASM DG the name changed from P_FULL01.dmp to P_FULL01.dmp.501.NNNN and P_FULL02.dmp.502.NNNN and so on. Can I import using impdp and %U parameter ? How to deal with the suffix of 50n.NNNN that is added to all the 10 dmp files?
Thanks