cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable JDBC trace globally

0 Kudos

How can we enable and disable JDBC trace globally .

Accepted Solutions (0)

Answers (1)

Answers (1)

lbreddemann
Active Contributor
0 Kudos

Please be more specific.

What do you want to trace? What means "globally" here?

Generally, JDBC is a client API, so tracing usually depends on the application/the process, the user account and the machine where the tracing should be set up.

- Lars

0 Kudos

One of the user is complaining that whenever he logs into SAP HANA studio there is a message that JDBC trace is active globally.

I want to disable the same.

lbreddemann
Active Contributor
0 Kudos

Please check the documentation on JDBC tracing Trace a JDBC Connection on the Command Line - SAP HANA Developer Guide for SAP HANA Studio - SAP Lib...

Basically, you need to logon with the user account for which the message occurs, and disable the trace by calling the JDBC driver jar with the TRACE OFF option.

- Lars