"Unexpected oracle server termination..."

From: Edgar Kleindist <ekleindi_at_cs.uml.edu>
Date: 9 Nov 1993 23:11:04 GMT
Message-ID: <2bp828$crr_at_ulowell.uml.edu>


     We just installed Oracle7 on a Sun workstation (SunOS 4.1.3).

     One of my users got this error message when running one of her 
     sql scripts. 

           Unexpected oracle server termination by signal 6

     This is the sql script.

   SELECT DISTINCT FODOCN,FOTRPNUM,CNTOWNUM,PERMIT,FORVESS,STRYEAR
     FROM DCTOW S1
     WHERE NOT EXISTS (SELECT DISTINCT S1.PERMIT
      FROM DCTOW,FOVESS
      WHERE S1.PERMIT  = FOVESS.PERMIT	AND
 		  SUBSTR(S1.PERMIT,9,1)  = 
		  SUBSTR(FOVESS.PERMIT,9,1)) AND STRYEAR > 88
	ORDER BY STRYEAR,PERMIT,FORVESS;

    Any idea what this error message is complaining about?

    Thanks. Send responses to dhiltz_at_whsun1.wh.whoi.edu Received on Wed Nov 10 1993 - 00:11:04 CET

Original text of this message