0
votes
2answers
16 views
dotConnect for MySQL license cannot be used with TOAD
Hello. I am trying to connect to MySQL with TOAD. I have dotConnect for MySQL (trial) installed on my PC. The very first time TOAD's connection with MySQL worked fine and I worked with that connection …
1
vote
2answers
168 views
Problem with Toad for MySQL and version control
I'm trying to use SVN with Toad for MySQL to keep two DBs on two development machines in sync. When I modify a table on one machine Toad changes the appropriate scripts and checks them in just fine.
…
0
votes
1answer
28 views
Difference between ‘Execute’ and ‘Execute as script’
Hi Guys.
I'm currently experiencing what I believe is strange behavior when using Oracle with TOAD.
I have a query:
SELECT
COUNT(as_at_date)
FROM
job_log
WHERE
as_at_date = …
1
vote
3answers
70 views
question about pl/sql stored program text
hi all.
I use TOAD to do my PL/SQL development. In TOAD when i type a procedure name and press f4, I can see this procedure's source code. I think TOAD get the source code from v$sqltext view. To …
0
votes
4answers
58 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 differences in the …
1
vote
1answer
65 views
why i can’t stop my pl/sql program at breakpoint which i set in TOAD
hi guys,
i have a simple oracle stored procedure proc1 as follows:
CREATE OR REPLACE PROCEDURE SYS.proc1
IS
total NUMBER := 0;
temp INTEGER := 0;
BEGIN
FOR i IN 1 .. 5
LOOP
…
0
votes
3answers
76 views
Multiple Select Statements within IF
I could use some help to write a prog./sql construct for a report..
The Sql should first check for the prompt & then decide which "select" statements should run
something like (pseudo-code)
…
0
votes
6answers
145 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 it was for TOAD [ …
0
votes
0answers
43 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 hang. Windows reports …
0
votes
1answer
47 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 a way to get TOAD …
0
votes
3answers
117 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 persists.
see the …
1
vote
5answers
763 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 model/design. I use …
1
vote
4answers
96 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 'Inter Co.' THEN …
0
votes
1answer
229 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) THEN
SELECT * …
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.)
