On Oracle Server 11 the following export was working:
expdp SYSTEM/xxx SCHEMAS=TSSPICAINT DIRECTORY=DB_EXP_DAILY DUMPFILE=TSSPICAINT_EXP.%date:~4,2%%date:~7,2%%date:~10,4%.dmp REUSE_DUMPFILES=Y LOGFILE=TSSPICAINT_EXP.%date:~4,2%%date:~7,2%%date:~10,4%.log
When I tried the same export scenario on Oracle 12c Server it fails because of LRM-00101: unknown parameter name.
What could be the reason?
BR,
Uroš