DataPump export error - Full Transportable Tablespace
Looking to upgrade our 11g (11.2.0.4) databases on windows 2012 to 19c on windows.
Using the transportable tablespace method as described here
https://www.oracle.com/technetwork/database/enterprise-edition/full-transportable-wp-18c-4394831.pdf
receiving the following error
ORA-39097: Data Pump job encountered unexpected error -920
ORA-39065: unexpected master process exception in DISPATCH
ORA-00920: invalid relational operator
Job "SYSTEM"."SYS_EXPORT_FULL_01" stopped due to fatal error at Fri Dec 16 14:44:40 2022 elapsed 0 00:04:05
The tablespaces were put in read only mode.
ran the following command
expdp system/**** full=y transportable=always directory= dp19_dir version=12 dumpfile=full_rel5_tst2_tts.dmp metrics=y logfile=full_rel5_tst2_tts.log