Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where does the trace output go?

output trace
0
10 Posted

Where does the trace output go?

0

By default the trace output goes to System.out. You can send it elsewhere either with the property oracle.jdbc.LogFilejava -Doracle.jdbc.LogFile=/tmp/jdbc.log MyAppor by calling the setLogStream api.oracle.jdbc.driver.OracleLog.setLogStream(System.err);Setting the log stream starts the trace as well. You can turn the trace off by setting the log stream to null.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.