Perplexing Import Compatibility Error
I'm trying to import a dump file into an Oracle 19.18 database.
The export was taken from an Oracle 19.3. database, using the 19.3 client, the 'VERSION' parameter wasn't used during the export.
When importing, I get the following error
ORA-39358: Export dump file version 19.3.0.0.0 not compatible with target version 19.1.0.0.0
Why is it saying that my target version is 19.1, when it's actually a 19.18 db?
The compatible parameter of the target database is set to 19.0.0 whereas it's set to 19.3.0 on the source, so I'm thinking this is the reason, but I'm still baffled as to why the error is saying target version 19.1.0.0.0
Anyone have any ideas why this is the case?