In local machine I do this query:
select * from allObjects where status = 'Изменено'
I get empty result.
In server I do same query and get all records. DB and schema are same.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess this happens because of client session NLS_LANG is different from server language. Check your session NLS_LANG:
Try to set environment variable on your client computer from command line before connection:
Here are some links to read about that:
NLS_LANG
сеанса
set?
FAQ