Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

query refactoring tool - WITH modeller

967665Oct 15 2012 — edited Oct 17 2012
WITH statement - also known as query refactoring is very powerful tool.
Using WITH I'm able to move transformation processes from ETL tools just to plain SQL.
Sometimes I'm using more then 30 WITH tables, reuse them on different level of transformation, depends on the need. After 2 hours of writing such statement my code is difficult to navigate, map some new column through all transformations, etc.
Are there any tools which are designed to organized work with WITH?
Can be anything, representation of queries as blocks and their column list, connections.
Didn't try ODI, which is ELT tool so it may do what I want, but are there anything cheaper? not exactly ELT/ETL tools, just a modeller.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2012
Added on Oct 15 2012
8 comments
711 views