Minor bug in Command Window.

admin

Administrator
Staff member
SQL prompt cuts first character when mouse used to navigate to cursor.

For instance:
Without mouse:
SQL> exec test;
OK

Mouse used:
SQL>exec test; (please note first character position)
xec test;
ORA-00900: invalid SQL statement
Failed.
 
Back
Top