Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Database
>
Front-Ends
>
DBViewer Plugin for Eclipse 開発プロジェクト
>
Ticket List/Search
>
Ticket #11299
DBViewer Plugin for Eclipse 開発プロジェクト
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
List of Forums
公開討議 (222)
News
Ticket #11299
Ticket List
Submit New Ticket
RSS
CREATE JAVA SOURCE command not working
Open Date:
2007-11-10 01:50
Last Update:
2007-11-16 00:49
monitor
ON
OFF
Reporter:
(Anonymous)
Owner:
(None)
Type:
Bugs
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 (
0
)
Attachment File List
No attachments
Edit
Please login to add comment to this ticket »
Login
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