Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can I either move or view the source of a JAVA CLASS user object?

93356Feb 26 2008 — edited Jun 4 2008
I am using Oracle 8i and I have the following JAVA CLASS objects in my database. I need to move some of these objects to a different database.

1) How can I do this?

2) How can I view the JAVA source code since these are classes?

My knowledge of Oracle is limited. I have searched and searched and I can't find the answer. Any help would be greatly appreciated


SELECT object_name, object_type
FROM user_objects
WHERE object_type IN ('JAVA SOURCE', 'JAVA CLASS', 'JAVA RESOURCE')
ORDER BY object_type, object_name;


OBJECT_NAME OBJECT_TYPE
-------------------------------------- ---------------
/d082321a_DpsJarStaticFilename JAVA CLASS
DirHelperStatic JAVA CLASS
DirHelperStatic$1 JAVA CLASS
DpsJar JAVA CLASS
DpsJarException JAVA CLASS
DpsJarStatic JAVA CLASS
FilenameFilterImpl JAVA CLASS
FtpClient JAVA CLASS
FtpClient$InputStreamProxy JAVA CLASS
FtpClient$OutputStreamProxy JAVA CLASS
FtpClientStatic JAVA CLASS
FtpException JAVA CLASS
FtpReply JAVA CLASS
FtpTest JAVA CLASS
LoadXml JAVA CLASS
LoadXmlStatic JAVA CLASS
UrlFileUtils JAVA CLASS
Utils JAVA CLASS
dir JAVA CLASS


Thanks,
Brian
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2008
Added on Feb 26 2008
1 comment
2,778 views