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.
この db2 ステートメントをどのように oracle データベースに書き直すことができるのでしょうか。
SELECT * FROM SYSIBM.SYSPLANDEP WHERE BNAME = 'TABLE1' AND DNAME = 'PLAN1'
Oracle テーブルは ALL_DEPENDENCIES になる可能性があると思いますが、BNAME と DNAME に対応する列がどれかわかりません