hbar
Member²
I have auto execute disabled, and auto select enabled, using version 7.1.1.1339.
I typically end task to close plsd, in order to take advantage of the recovery capabilities. I'm sure there is a better way to do this, but old habits die hard. Whenever I do recover, the recovered SQL windows don't obey my auto execute preference. What's more is that it doesn't auto execute right either. Witness:
select *
from dual;
select sysdate
from dual;
If that were in a recovered window, attempting to execute the first query via auto select statement (placing the cursor in the query and hitting F8) results in 2 tabs. The first is the result of the first query. The second tab (and all subsequent tabs) shows a missing expression error, like plsd isn't seeing the next query correctly. Of course, since I have auto execute disabled, it shouldn't even look at the 2nd query.
If I copy/paste into a new SQL window, everything seems to work fine.
I typically end task to close plsd, in order to take advantage of the recovery capabilities. I'm sure there is a better way to do this, but old habits die hard. Whenever I do recover, the recovered SQL windows don't obey my auto execute preference. What's more is that it doesn't auto execute right either. Witness:
select *
from dual;
select sysdate
from dual;
If that were in a recovered window, attempting to execute the first query via auto select statement (placing the cursor in the query and hitting F8) results in 2 tabs. The first is the result of the first query. The second tab (and all subsequent tabs) shows a missing expression error, like plsd isn't seeing the next query correctly. Of course, since I have auto execute disabled, it shouldn't even look at the 2nd query.
If I copy/paste into a new SQL window, everything seems to work fine.