I using java application and using ojdbc8 to connecting to DB and I have a legacy database set with NLS_LANG set to CL8ISO8859P5. This I cannot change.
And i got problem, when i sending data to DB, it`s replacing unknow characters like « and » to ?
How i can change NLS_LANG for all connections in app or fix this problome on other way?