Hi.
I am using Toad for Oracle 12.6.0.53 Base Edition against Oracle server 11g (11.2.0.3).
I have two questions.
-
I am looking for a way to convert SQL statements written using Oracle’s pre-ANSI92 join syntax to ANSI92 syntax and vice-versa. Does Toad provide a way to do this? Also, may this be done against many such statements automatically without my having to convert each one individually/manually one-by-one?
-
Is there a way to access APEX from within Toad. I do not mean simply SELECTing from APEX related tables/views in the APEX schema that is created by default when Oracle was installed. Instead, I ma talking about actually creating and running an APEX application from within Toad.
Thank you.
Elie Grunhaus
egrunhaus@gmail.com
Morning egrunhaus_203,
Re this question:
I am looking for a way to convert SQL statements written using Oracle’s pre-ANSI92 join syntax to ANSI92 syntax and vice-versa. Does Toad provide a way to do this? Also, may this be done against many such statements automatically without my having to convert each one individually/manually one-by-one?
As pointed out, you can use the refactoring option in the editor to convert to ANSII, but not, it appears, back to Oracle. So, this might help:
In the editor, select and copy your query WITHOUT THE TRAILING SEMICOLON.
Go to Database->Report->Query Builder.
Click on the Generated Query tab.
Ctrl-C to paste your query in.
Press CTRL+SHIFT+D and wait while the diagram is updated. You need to do this, it doesn’t work without it.
Above the generated query tab, there’s a toolbar. The 6th button from the left as “asnii” and a green arrow. If depressed, the query will be converted to ANSII format. If you click it again, to raise it, the ANSII query gets converted to Oracle again.
And yes, you will have to do this one by one I’m afraid.
Cheers,
Norm. [TeamT]