Is it possible to import a schma to Oracle 18c Express Edition from an Oracle 11g Standard Edition Dump file?

544 Views Asked by At

I have a dump file (one schema, size is less than 1GB) which is created (Using EXPDP) from Oracle 11g standard edition (VERSION Parameter not used).

Is it possible to load this dump file to an Oracle Database 18c Express Edition using IMPDP?

1

There are 1 best solutions below

1
Littlefoot On

As far as I can tell, yes. Doesn't cost much to try it. If anything goes wrong, you'd just drop the user from your 18c XE database and start over.