From: "Buck Turgidson" <sam_i_am_jcman@worldnet.att.net>
Newsgroups: comp.databases.oracle.server
Subject: Java Compile Error
Lines: 23
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Message-ID: <SWBu5.1840$M37.119383@bgtnsc07-news.ops.worldnet.att.net>
Date: Sun, 10 Sep 2000 02:00:18 GMT
NNTP-Posting-Host: 12.78.117.223
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc07-news.ops.worldnet.att.net 968551218 12.78.117.223 (Sun, 10 Sep 2000 02:00:18 GMT)
NNTP-Posting-Date: Sun, 10 Sep 2000 02:00:18 GMT
Organization: AT&T Worldnet


I am compiling a java sample in SQL*Plus on 8.1.5 Enterprise edition.  I am
getting an error that leads me to believe that it is not handling the
semi-colon character.  Do I need to do anything special to compile java?

Connected to:
Oracle8i Enterprise Edition Release 8.1.5.0.2 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production

SQL> create or replace java source named "TZ" as
  2  import java.net.*;
create or replace java source named "TZ" as
                                    *
ERROR at line 1:
ORA-00600: internal error code, arguments: [26599], [1], [56], [], [], [],
[], []
ORA-29536: badly formed source: Encountered "<EOF>" at line 1, column 18.
Was expecting:






