run snippet...

Have we lost the ability to highlight a section of code and execute it via shift-F9? It doesn’t seem to do anything in the current beta.

Chris Johnson

IT Systems Analyst

Distribution Logistics

615-855-4371

It should still be there, unfortunately. It's working for me. Can you provide a sample statement that fails or are all of them failing? If all, send me your User Files folder. michael.staszewskiquest.com

Michael

On 01/20/2015 09:58 AM, crjohnso wrote:

run snippet...

Thread created by crjohnso
Have we lost the ability to highlight a section of code and execute it via shift-F9? It doesn't seem to do anything in the current beta.

Chris Johnson

IT Systems Analyst

Distribution Logistics

615-855-4371

To reply, please reply-all to this email.

Stop receiving emails on this subject.
Or Unsubscribe from Toad for Oracle - Beta notifications altogether.
Toad for Oracle - Beta Discussion Forum

Flag this post as spam/abuse.

Oh, nevermind. I see now… I don't have to shift-F9, just highlight and use F9.

Maybe I wasn't using the proper terminology.

What I meant is considering the following:

SELECT
*

FROM
(SELECT
*
FROM all_arguments)

WHERE
owner
<>
'SYS'

I can execute it with F9, but to execute only the "internal" query select * from all_arguments I can highlight and hit F9 to execute only that part. I thought it used to be shift-F9.
Maybe it changed?

From: Michael Staszewski [mailto:bounce-mstaszew@toadworld.com]

Sent: Tuesday, January 20, 2015 9:09 AM

To: toadoraclebeta@toadworld.com

Subject: Re: [Toad for Oracle - Beta Discussion Forum] run snippet...

Re:
run snippet...

Reply by Michael Staszewski

It should still be there, unfortunately. It's working for me. Can you provide a sample statement that fails or are all of them failing? If all,
send me your User Files folder.
michael.staszewski@quest.com

Michael

On 01/20/2015 09:58 AM, crjohnso wrote:

run
snippet...

Thread created by crjohnso

Have we lost the ability to highlight a section of code and execute it via shift-F9? It doesn't seem to do anything in the current beta.

Chris Johnson

IT Systems Analyst

Distribution Logistics

615-855-4371

To reply, please reply-all to this email.

Stop
receiving emails
on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

To reply, please reply-all to this email.

Stop
receiving emails
on this subject.

Or
Unsubscribe from Toad for Oracle - Beta
notifications altogether.

Toad for Oracle - Beta Discussion Forum

Flag
this post as spam/abuse.

When you have a selection it doesn’t matter which execution method you use, your selection is sent. F9 and Shift+F9 differs only when there is no selection.

At any rate, I’m getting results when selecting “select * from all_arguments” in your SQL.