How rotate file the jdbc.LogFile with specific size ? 1st approach is that I am using %JAVA_HOME%\bin\java -Doracle.jdbc.LogFile="jdbc.log" -Doracle.jdbc.Trace=true com.tes.ServerTes from command prompt to get JDBC trace for my program. Another approach is to use java.util.log to get JDBC trace for my program. If I use Java.util.logging I will still not want my trace to go to console ?? How Can I stop the logs going to console? Your help is vital for me. Regards, Sids