Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: connect by clause
shankar72 <member33008_at_dbforums.com> wrote
> i have written this query on test database works fine but when we
> transfered both tables and the query to production we are getting two
> different results
Scope. You are not using absolute path table names. How sure are you that the query is hitting the exact same two tables that was imported from Test? A simple select count(*) on the tables will help.
Have you debugged the query on Prod? Pull it apart. Change the projection to a count(*) and do each SQL of that query in isolation to test its results. Compare Prod with Test.
I do not think it has anything to do with the minor Oracle version difference between Prod and Test.
-- BillyReceived on Fri Jul 11 2003 - 00:27:41 CDT
![]() |
![]() |