Ticket #11299

CREATE JAVA SOURCE command not working
Open Date: 2007-11-10 01:50 Last Update: 2007-11-16 00:49

Reporter:
(Anonymous)
Owner:
(None)
Type:
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

Details

When J try to execute command in Oracle 10g:


CREATE JAVA SOURCE NAMED "Hello" AS
public class Hello {
public static String hello() {
return "Hello World"; } };


J get "Null pointer exceptions", this same command work
without any problem in Editor oracle sql *Plus + and
isql *Plus

Ticket History (1/1 Histories)

2007-11-16 00:49 Updated by: zigen
Comment
Logged In: YES
user_id=31258

Thank you for the bug report.

but,
It seems not to be able to execute "CREATE JAVA SOURCE" by
JDBCDriver.

Sorry.

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login