0
votes
0answers
20 views
DBMS debugger causes TOAD to hang
I can start the dbms debugger in Toad and use it normally but if I hit the 'halt execution' button or just hit the 'Run' button to reach the end of the function it causes TOAD to h …
0
votes
6answers
93 views
Free alternative of TOAD for DB2
I am currently using Toad for DB2 to work on my DB2 database. I just wanted to know is there any free alternative to Toad for DB2,
Note:
Similar question is posted earlier, but …
0
votes
3answers
37 views
Tool Compare the tables in two different databeses
I am using Toad. Frequently i need to compare tables in two different test environments.
the tables present in them are same but the data differs.
i just need to know what are the …
0
votes
1answer
20 views
TOAD sql editor - prompt when file changed?
In TOAD, if I'm editing a sql file in the sql editor window and that file is changed (ie: by making an edit to it in Textpad), TOAD doesn't prompt you to get the changes. Is there …
0
votes
3answers
81 views
Toad ‘insert record’ button disabled.
I'm using Toad 8.6 and when I try to add new records using the Schema Browser, Data tab, my 'insert record' is grayed out. so, I installed the 9.6 version and the same problem pers …
1
vote
4answers
80 views
Query Optimization - Why does this speed up the Query?
I'm using Quest's TOAD for SQL Server on a SQL Server 2000 Server.
Here is my query:
SELECT CASE SLCE.GroupName WHEN 'Other' THEN ARM.FBCOMPANY
WHEN …
0
votes
1answer
186 views
Oracle Query Help - Using TOAD
Hi all,
I have used this type of functionality before but is MSSQL but can't get it to work for Oracle, any tips?
DECLARE
MY_TBL NUMBER := 1;
BEGIN
IF(MY_TBL > 0) TH …
0
votes
1answer
93 views
“no descriptor for this position” Oracle error
We're trying a basic insert statement:
INSERT INTO HOLIDAY (HOLIDAY_TYPE_CODE, CALENDAR_NAME, HOLIDAY_DATE, DESCRIPTION, CREATE_TS,
UPDATE_TS) VALUES (2, 'CZK', '17-NOV-2009', NU …
3
votes
22answers
2k views
What do you use to write and edit stored procedures in Oracle?
There are many options for editing and writing Stored Procedures in Oracle; what is the best tool for you and why? (one tool per answer.)
0
votes
6answers
146 views
SQL and toad
I have a select query that fetches some values based on user input, for EG :-
SELECT
company, accounts
from testdrive
WHERE company LIKE '&Company', accounts = '&Acco …
1
vote
3answers
144 views
Advice from Toad for Oracle Formatter
What does the warning mean?
Why is the second example worse than the first?
SELECT product_id, prod.name name, sample_id
FROM lims.sample JOIN lims.product prod USING (prod …
3
votes
14answers
494 views
SQL/Query tools?
I haven't really done a ton of database work in a few years and have become unaccustomed with the tools available. Back a few years ago I was working with oracle databases and was …
0
votes
1answer
395 views
Cannot Connect with TOAD but Can with Other Tools/Apps
I am able to connect to an Oracle database using several tools, but am unable to connect using Toad for Oracle 8.5.3 (though before a login/logout to Windows I was able to).
I am …
1
vote
4answers
613 views
Is there anything as good as TOAD for Postgres (Windows)?
Hi guys, I'm just looking for a management tool like TOAD for Postgres. Anyone used a good one?
Edit - I work mostly within the data itself and the database already has a mature …
1
vote
2answers
207 views
Alternative to SQL Tools and Toad IDEs for Oracle query development
Are there any better alternatives to using SQL Tools and TOAD for writing stored procs and queries for Oracle DB?
Better in the sense of being able to debugg large queries and st …
