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

Home -> Community -> Usenet -> c.d.o.server -> ORA-02014

ORA-02014

From: misha <mikhail888_at_mail.ru>
Date: 30 May 2002 08:49:31 -0700
Message-ID: <d37f2f47.0205300749.6838ee56@posting.google.com>


i'm getting

ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc.

when I do

select N
from TABLE
where STAT = 1 for update nowait;

now, TABLE is not a view but a valid table

if I do

select N
from TABLE
where SOMEOTHERFIELD = 1 for update nowait;

it works fine; is it an oracle bug? please help

I have Oracle 9i on Win2k.

I would appreciate someone's help.

Regards, Misha Received on Thu May 30 2002 - 10:49:31 CDT

Original text of this message

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