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 -> Java Compile Error

Java Compile Error

From: Buck Turgidson <sam_i_am_jcman_at_worldnet.att.net>
Date: Sun, 10 Sep 2000 02:00:18 GMT
Message-ID: <SWBu5.1840$M37.119383@bgtnsc07-news.ops.worldnet.att.net>

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: Received on Sat Sep 09 2000 - 21:00:18 CDT

Original text of this message

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