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 -> internal error

internal error

From: Rexx <nebacar_nospam_at_eunet.yu>
Date: Tue, 16 Jan 2001 08:18:25 +0100
Message-ID: <940so7$fig$1@SOLAIR2.EUnet.yu>

Hi,

First, sorry for my bad english.
We have Oracle 7.3.2 on IBM AIX4.2 and have problem:

When I execute SQL statment

    SQL> select sif_poslov,trans_seq,br_dok from l_poslovi

      2       where sif_vr_posla in ( 40,41,42,43)
      3       and br_dok<0;

no rows selected

but if I execute statment (only difference is br_dok=-1) then I got internal error

SQL> select sif_poslov,trans_seq,br_dok from l_poslovi

  2       where sif_vr_posla in ( 40,41,42,43)
  3       and br_dok=-1 ;

ERROR:
ORA-00600: internal error code, arguments: [12700], [318891907], [27], [], [],
[], [], []

no rows selected

SQL> I know that support for Oracle 7.3 ended 12/31/2001 but I hope that someone can help to me.

Thanks!



Remove nospam from address
My e-mail: nebacar_at_eunet.yu
Received on Tue Jan 16 2001 - 01:18:25 CST

Original text of this message

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