Oracle: Error when compiling any stored procedure . WaitCursor.hide called without matching WaitCursor.show sql developer

I created a new Oracle RDS from an existing snapshot. But when I try to compile any existing procedure I get this error on SQL Developer :WaitCursor.hide() called without matching WaitCursor.show(). what can be the reason?

Upvotes: 0

Views: 1164

Answers (2)

Bounce Bounce
Bounce Bounce

Reputation: 1

It still appears after Oracle SQL Developer restart :P

Upvotes: 0

Murwa
Murwa

Reputation: 2278

I had the same error, turns out it is not an issue with the stored procedure - rather an issue with editor.

Close tabs and restart SQL Developer.

Upvotes: 0

Related Questions