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;