The new "feature" of PL/SQL Developer V8 (or V7) , is the behavior of the editor. For example, the Ctrl+Backspace character deletes the word and the space before. I do not like it, and i think, the command window does not like it too.
Try this:
in a command window, type something, for example, update . Delete the word with Ctrl+Backspace, and type it again, and press ; and then [Enter] You will see this :
"pdate
ORA-00900: invalid SQL statement"
Yes, the U character is missing.
Try this:
in a command window, type something, for example, update . Delete the word with Ctrl+Backspace, and type it again, and press ; and then [Enter] You will see this :
"pdate
ORA-00900: invalid SQL statement"
Yes, the U character is missing.