Our application has database Oracle 12c and Client in Java.
I wonder when using plsql developer for oracle then symbols i.e.°
(degree) are displayed using system's language setting or plsql developer setting or oracle server character setting?
We have some symbols like degree which are displayed correct in some machine and some machine shows garbage character. How to do this setting to display symbols same in all systems?
I tried to store chr(176)
instead of degree symbol (°
) in database still no luck. It shows correct in my systems but shows null in my colleague's machine.