PLSQL Developer Semicolon

Vicki

Member
I updated my version to Version 7.1.5.1398 yesterday.
Today, the semicolon key is no longer working. I asked our DBA, he was not able to correct it for me.
I use the semicolon at the end of the statement, and use F8 to select and run my query.
 
I've never had keys stop working for me in PLSD, but in other Windows apps, when it happens, I know that it is time to reboot my PC.
 
Originally posted by Marco Kalter:
Can you provide an example?
Sure -
Even something as simple as
SELECT * FROM GL_INTERFACE;
If I remove the semicolon, I cannot type it again. I can actually cut and paste it though.
I use the semicolon so I can do the AutoSelect Statement.
I use the tool for reporting and inquiry, not for coding.
 
Strange. Is the semi-colon the only character that behaves like this? Do you have any plug-ins installed?
 
No, I do not have any plug-ins installed.
The only thing I remember the DBA changing was something in here -

Character Sets
Character size: 3 byte(s)
CharSetID: 871
NCharSetID: 2000
Unicode Support: True
NLS_LANG: AMERICAN_AMERICA.UTF8
NLS_NCHAR_CHARACTERSET: AL16UTF16
NLS_CHARACTERSET: UTF8
 
Back
Top