Does anyone know of an open source/free tool for converting pl/sql code to a flowchart or data flow or activity diagram?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No I don’t. Data flow and activity diagrams are at a much higher level of abstraction than PL/SQL code, so it wouldn’t make sense to try to generate those from PL/SQL. Flowcharts are for code, but I thought they went out of vogue about 25 years ago? They are so pointless.
What you can get are IDEs like SQL Developer (free), Toad etc. that can show the structure of your code, allow you to collapse logical blocks of code, colour code the different elements of the code, indent code etc.