Data Pump Export error on 12c database: "LRM-00101: unknown parameter name 'LOGTIME'". 11g r2 works fine.
说明
Trying to export schemas. This error is received when connected to Oracle 12c database.
ERROR:
LRM-00101: unknown parameter name 'LOGTIME'
This issue does not exist when connected to 11g r2 database using the same machine.
原因
This is a new parameter in Oracle 12c. An Oracle Client 11g is being used which does not know about the new parameter.
解决办法
Install an Oracle Client 12c software. Perform a 'full' install (select 'Administrator' in the installation wizard) so that all Oracle executables are included.