Tagged Questions

3
votes
1answer
360 views

How to pass an array parameter in TOAD

Using toad and an oracle database, how can I call a sp and see the results by passing an array to one of the parameters of the sp?
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.)
3
votes
15answers
531 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 using primarily …
2
votes
2answers
3k views

Oracle sql query, concatenate fileds with CASE section

Hi, I'm currently generating SQL insert statements from more than one tables, and in the generated data I need to use a CASE statement, like this: select 'INSERT INTO TABLE1 (f1, f2, f3, f4 ...) …
1
vote
2answers
169 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. …
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 …
1
vote
1answer
66 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 …
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 …
1
vote
3answers
165 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 (product_id) vs. …
1
vote
2answers
265 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 stored procedures. …
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
1answer
230 views

TOAD vs AquaFold - Connecting to Oracle

Hi, does anyone have any experience using both of these products and willing to share some pros and cons of each? I love TOAD but I'm moving to Mac, so I'll have to give it away. I can always run …
1
vote
3answers
623 views

Toad unicode input problem

In toad, I can see unicode characters that are coming from oracle db. But when I click one of the fields in the data grid into the edit mode, the unicode characters are converted to meaningless …
0
votes
2answers
17 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 …
0
votes
1answer
10 views

How do I diagnose steps in a trigger on MySQL

I have two tables: source table result table I have an after update trigger on my source table which updates some records in result table. the problem is, my trigger is not updating result table …

1 2 3 next
15 30 50 per page