I'm getting a really annoying bug. If I run a script with an a simple query as this:
SELECT C.cnum
FROM CLASS C
WHERE C.room = '115'
I get this output on the terminal and the cursor keeps blinking. I get the same result for several different queries.
SQL> @test.sql
4