in reply to Re^5: Perl connection string to Oracle Database
in thread Perl connection string to Oracle Database
Note that if d.ID is not unique, you will throw data away.
I would compare the number of rows by doing (another) subselect, selecting count(*), just to see whether it is the query or the retrieval that generates the different number of rows.
Also, try reducing the SQL to the minimum SQL needed to reproduce the problem between Java and Perl+TOAD.
Have you manually verified whether TOAD+Perl or Java do return the correct result?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Perl connection string to Oracle Database
by fabrizio_start_perl (Novice) on Oct 27, 2015 at 11:50 UTC | |
by Corion (Patriarch) on Oct 27, 2015 at 11:58 UTC | |
by fabrizio_start_perl (Novice) on Oct 27, 2015 at 17:35 UTC | |
by Corion (Patriarch) on Oct 27, 2015 at 17:44 UTC | |
by fabrizio_start_perl (Novice) on Oct 29, 2015 at 17:17 UTC |