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 -> Insert into a table problem...

Insert into a table problem...

From: Sashafay <afayfman_at_mwh.com>
Date: 30 Jan 2003 20:54:48 -0800
Message-ID: <a13f8a22.0301302054.4729e2a8@posting.google.com>


Hi,

I have a little problem to create a table as insert into it. Select statement working fine but INSERT INTO blowing on a following line:

COUNT(DECODE(SIGN(NVL((QTYIN*PRICE),0)), 0, NULL, SEQ)) and produce an error

ORA-00600: internal error code, arguments: [qerrmOFBu1], [24347], [], [], [], [], [], []

Selecting and inserting used two Oracle version: Inserting INTO a table - Oracle9iR1, but selecting FROM - Oracle7.0.3 and using a link. There is anybody can help me to work around this issue?

Thanks in advance,
Alex Received on Thu Jan 30 2003 - 22:54:48 CST

Original text of this message

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