Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Distinct query not working after database upgrade!!

Re: Distinct query not working after database upgrade!!

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 31 Jul 2006 23:21:34 +0200
Message-ID: <j0tsc2hojpe16ri3ohsmklj74f4d0ntf5o@4ax.com>


On 31 Jul 2006 13:09:39 -0700, "The J Man" <jonathan.keenan_at_gmail.com> wrote:

>Michel Cadot wrote:
>
>> Hey dummy, if you copy/paste what you actually done maybe we
>> can help you, there it is just blahblah even your query is wrong.
>>
>> Regards
>> Michel Cadot
>
>Apologies...
>the query i am running is essentially this:
>
>SELECT DISTINCT A.AID, A.TEXT FROM A, B WHERE A.ID = B.ID AND B.date
>>=mydate;
>
>Table B is basically just a logger type table of changes that were made
>to elements in table A. The user would run this query with their own
>date to see what rows have changed in table A since that date. I am
>basically using table B for its date attribute. If there was a date
>attribute in table A i would be saving myself a whole lot of bother,
>but alas it was not me who designed the schema, so i will have to make
>do with the date in table B for the time being...
>
>So essentially i have not "done" anything, the database itself was
>updated and the distinct clause just seems to have stopped working.

Still could be a data problem and you don't specify

- mydate
- results of the query, prior and post the upgrade
- didn't look in the release notes to verify this is a known problem.

--
Sybrand Bakker, Senior Oracle DBA
Received on Mon Jul 31 2006 - 16:21:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US