How to export and import java class?
529380Jun 1 2011 — edited Jun 1 2011-- OS: RHEL5, Oracle 10.2.0.5
Dear!
I've got one schema contains only java and java-source, with some table object.
Now, I'd like to find the way to export java class and import into the other database, however, I can not find the best way without datapump. My purpose is only export java class (not include java source, the other object). I tried to use dbms_metadata, but not worked with java.
May you show me some thing about that?
Thank you!