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.
よく知らない Oracle DB を使用しています。
すべてのテーブルとフィールドのマトリックスのようなものをエクスポートしたいと思います。これは可能ですか?ありがとう。
SELECT * FROM all_tables; SELECT * fROM all_tab_columns;
http://www.techonthenet.com/oracle/sys_tables/