When I make a INSERT
for example:
INSERT INTO TESTE (NOME) VALUES ('INSCRIÇÃO ESTADUAL');
You're saving to the table this way:
STATE ENROLLMENT
And the screen displays "INSCRIÃÃO ESTADUAL"
.
I am using Oracle SQL Developer , when I enter the table and change it in the hand, then yes it saves correctly:
STATE ENROLLMENT
And the screen correctly displays "INSCRIÇÃO ESTADUAL"
.
NLS Configuration
Running%with%
I even looked at the configuration of my SELECT PARAMETER, VALUE FROM NLS_DATABASE_PARAMETERS
and apparently it's okay, is there any way to change the encoding at the time of the INSERT?