Hi,
I have over 100 packages and I need to summarize the sources and destination tables for all these packages. Is there a quick way to do this?
e.g.
package1 has DFT with excel src and table1 as dest
package2 doesnt have DFT
package3 has DFT with table1 as src and table2 as dest
summary should be
pkg name src dest
--------- ----- ------
package1 excel table1
package3 table1 table2
thanks.