Doug Volz
Member²
I'm a newbie to PLSQL, having been using Query Reporter since 2006 but recently purchased PL/SQL Developer. One of the main reasons I'm sticking with AllAroundAutomations is the excellent ability to download into Excel for all rows and whilst doing so, maintaining the label vs. number formatting. I do a lot of support and ad-hoc reporting for my clients for their month-end accounting closes. All of the Oracle Products (unless you make special coding or formatting efforts) truncate the client's account numbers (such as a string of 0000 gets truncated into 0) and drop off leading zeros. And I primarily write using SQL*PLUS, not PL/SQL, and may have multiple Substitution Variables. Sometimes the same ones in different column selects or inline table selects. But on my last assignment I worked with other teams who were using the Oracle SQL Developer product and I had to constantly re-edit my code as Bind Variables so they could use the code in their tools, such as Oracle BI Publisher, Oracle SQL Developer product or (gasp) TOAD. Any suggestions? I like Substitution Variables as I only enter them in once while running the SQL code. Am using the SQL window in PL/SQL Developer and similar with Query Reporter. Thanks, Doug