Data Migration
Patrick, October 30, 2015 - 5:27 pm UTC
Chris, this is a data migration issue. Tables are being pulled over from MainFrame COBOL environment where segments/elements (tables/columns) and put into an Oracle database as same. The segment/element descriptions are part of the DDL script only and not stored as tables/column names in Oracle. So I have to manually look at the DDL script to know what I'm actually querying. Yes, yuck and yuck. Thanks for your quick response!
October 30, 2015 - 5:31 pm UTC
You have my sympathies! Good luck.