java application uses oracle jdbc thin driver.
On server:
NLS_CHARACTERSET = CL8ISO8859P5
NLS_LANGUAGE = AMERICAN
When I execute next query:
INSERT INTO table
(data)
VALUES
('привет')
the following row is inserted into the table
���вет
What parameters can affect this?