Top "Toad" questions

Toad is a database query tool from Quest Software.

Format sql query in TOAD 7.

In toad's older version i can easily able to format the query in Toad's Query editor by right click > …

sql format toad
How to use Toad to trace SQL

How to use Toad to trace what sql are being executed by my application? All I want to do is …

performance oracle profiling toad
Variables in TOAD scripts

I have a SQL script that is being executed in TOAD. Currently, I have it laid out with just statement …

sql oracle plsql toad
toad for oracle autocomplete dropdown

Toad for Oracle has an autocomplete feature.. you type SELECT * FROM USER. and then press Ctrl+. and a drop down …

oracle plsql toad
Passing varchar2 parameter to plsql procedure from the Select statement

Executing the following statement in Oracle Toad exec plsql_procedure(select 'somestring' from dual); trhows the following exception: ORA-06550: line 1, …

sql oracle plsql toad
How do I get the return value from a function in Oracle using Toad

How do I find out in Toad what the return value of a function is? I'm running something like this …

oracle toad
Query Help - String in where clause has & character

I am running an SQL (Oracle) statement like that select * from table where table_id in ('265&310', '266&…

sql oracle plsql toad
how do I execute a function from TOAD for Oracle and bind the result to a data grid

I have a function that takes as one of it's arguments a VARRAY of pl/sql Objects. How do I …

oracle plsql toad
How to install Toad for MySQL in Ubuntu 12.04

I need step by step guidance, for how to install Toad for MySQL in Ubuntu 12.04 ?

mysql linux ubuntu toad
How to export the result into different tabs of Excel in Toad for Data Analyst?

Does anyone know how to export results from more than one query into different sheets of the same Excel workbook …

oracle excel automation report toad