Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个使用 loadjava 命令加载到 oracle 数据库中的 jar。有没有办法提取加载到数据库中的这个 jar(或类)。数据库版本为11g。
对于java类。
select dbms_metadata.get_ddl('JAVA_SOURCE','class_name') from dual;