Thursday, July 23, 2020

Oracle MFT 12c verbose log on ftp trasnfert

Product: Oracle Managed File Transfer 12c

Set TRACE:32 for a verbose log, from EM console -> mft server
On following classes/package:

oracle.mft.ENGINE
oracle.mft.SECURITY
oracle.mft.TRANSPORT
oracle.mft.adapter (make sure all sub-levels are set to Inherited)

Go to SOA Infrastructure and set the following loggers to TRACE:32:

oracle.soa -> oracle.soa.adapter:
-> oracle.soa.adapter.file
-> oracle.soa.adapter.ftp


On restart it will return on default setup if you don't specify to make permanent the log level.

Monday, July 13, 2020

Java locale settings

At this link you can find a usefull article that explaayn how to set local in a java applciation.
It Is possible enforce locale settings on JVM startup adding followiong parameters

java -Duser.language=fr -Duser.country=CA Default

Using weblogic you can add this parameters on server startup as follow: