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

Re: Insert into a table problem...

From: Sashafay <afayfman_at_mwh.com>
Date: 31 Jan 2003 09:50:09 -0800
Message-ID: <a13f8a22.0301310950.b6d34c1@posting.google.com>


DA Morgan <damorgan_at_exesolutions.com> wrote in message news:<3E3A2376.B6821A6D_at_exesolutions.com>...
> Sashafay wrote:
>
> > 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
>
> ORA-00600 is an unhandled internal error in Oracle that likely has nothing
> to do with your code (though from the little snipped you posted one could
> hardly guess what is really happening).
>
> To solve this one you must contact Oracle and open a TAR.
>
> Oops. Just noticed your reference to which I presume is 9.01 and 7.0.3.
> Want to clarify this? What hardware? What operating system? Do you have
> any reason to believe there is a compatibility between your code and
> 7.0.3? That is so old I can't remember when it was supported.
>
> Daniel Morgan

Daniel,

I have to apologies for my typo about Oracle 7.0.3 that I clarify below by answering on your questions...



Oracle7 Server Release 7.3.4.5.0 - Production PL/SQL Release 2.3.4.5.0 - Production
CORE Version 3.5.4.0.0 - Production
TNS for Solaris: Version 2.3.4.0.0 - Production NLSRTL Version 3.2.4.0.0 - Production

Oracle9i Enterprise Edition Release 9.0.1.3.0 - Production PL/SQL Release 9.0.1.3.0 - Production
CORE 9.0.1.2.0 Production
TNS for Solaris: Version 9.0.1.3.0 - Production NLSRTL Version 9.0.1.3.0 - Production

SunOS tantalus 5.6 Generic_105181-32 sun4u sparc SUNW,Ultra-Enterprise

Those three operation system involved in my problem

Hopes this will help!

Alex Received on Fri Jan 31 2003 - 11:50:09 CST

Original text of this message

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