Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Append date&time to file name in Windows using batch file on Oracle 12

xUrkoJan 24 2018 — edited Jan 24 2018

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š

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2018
Added on Jan 24 2018
3 comments
1,986 views