NLS setup
Hello,
We are on 11.2.0.4 version.... One of our user is running a select statement and it displays correctly from SQL Developer since it has some special characters.
so SQL Developer is giving trademark symbol @R
but when we run same query from linux server that is db server using sqlplus it gives (?) instead of trademark symbol.
Do u know what could be the reason ?
from SQL Developer it gives... ABC@R but same query returns from putty as ABC?.... i.e... instead of @R it gives ?... and user expecting it shdn't give this special character question mark
Any ideas ?