Pausing and Executing in Command window broken [Version 12]

MartinSv

Member²
Hi,

I like pausing the execution in Command window and then execute and run the script command by command by pressing the Execute Next Command button. Now it seems the little button loses focus after every click so I either have to press it twice or move cursor away and back to the button.

Version 12.0.0.1813 (64 bit)
Windows 10 Build 14393
 
No, I am talking about using the mouse to click on the little Execute Next Command button (in statusbar of the Command Window)
 
Hello,

using the small buttons to execute commands one by one still doesn't work correctly in 12.0.5. Can someone confirm?

clipbrd1.png
 
I can't confirm. I just did the following:

  • Put "select 1 from dual;" 5 times in the command window editor tab
  • Switch to the Dialog tab
  • Click the Pause icon
  • Execute the current window
  • Click the Play icon ("Execute Next Command")
  • -> the first SELECT is done
  • Click the Play icon again
  • -> the next SELECT is done
  • Click the Play icon again
  • -> the next SELECT is done
  • ... etc
I don't see any broken behavior.
 
Actually, I take that back.

If I click the "Execute Next Command" button and don't move the mouse at all, the next click is ignored. But if I move the mouse even one pixel, then everything works fine.

This was in 12.0.5.1828 64bit on Windows 10 Pro, using 11.2 instant client connecting to an 11.2 database.
 
Back
Top