please, has anyone an idea, how could be this db2 statement rewritten into oracle database?
SELECT *
FROM SYSIBM.SYSPLANDEP
WHERE BNAME = 'TABLE1'
AND DNAME = 'PLAN1'
I think the oracle table could be ALL_DEPENDENCIES, but I don't know which are the corresponding columns for BNAME and DNAME