Oracle 7 Deletion Problem

From: <sta_at_logibec.com>
Date: Wed, 6 Jul 1994 15:13:15 GMT
Message-ID: <1994Jul6.151315.26138_at_logibec.com>


Does someone have an idea why I cannot delete this table. We encountered this problem twice, and Oracle Tech Support suggested to restore the cold backup !!

Oracle Product: Oracle 7.0.16 for SunOS 4.1.3

SQL> desc tcmunicipality        
 Name                            Null?    Type
 ------------------------------- -------- ----
 MUNICIPALITY                    NOT NULL CHAR(5)
 MUNICIPALITYNAME                NOT NULL VARCHAR2(30)
 COUNTRY                                  CHAR(4)
 PROVINCE                                 CHAR(2)
 STATUS                                   CHAR(1)
 STATUSDATE                               DATE

SQL> delete tcmunicipality where MUNICIPALITYNAME like 'Mun%'; delete tcmunicipality where MUNICIPALITYNAME like 'Mun%'

       *
ERROR at line 1:
ORA-00600: internal error code, arguments: [12838], [], [], [], [], [], [], []

Thanks

Sylvain Trudeau
Logibec Groupe Informatique Ltd.
Montreal, Canada
str_at_logibec.com Received on Wed Jul 06 1994 - 17:13:15 CEST

Original text of this message