Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: What DB diagrams needed?
"Doc Waters" <davidmwaters_at_yahoo.com> wrote in message
news:1144192996.494333.99870_at_t31g2000cwb.googlegroups.com...
: jackal wrote:
: > Hi,
: > Can you please suggest me about the diagrams i need to depict the
: > workflow in Pl/SQL?
: >
: > Thanks in advance
: > Jackal
:
: Jackal
:
: Another point just came to me. Do you really need diagrams (other than
: ER)? Perhaps you could pull the code out the database as text and
: manipulate that into a nice document that tells the story of the
: system??? I personally find diagrams to be time consuming (again other
: than ER which can be reverse engineered easily enough). A high level
: big picture diagram is often appropriate of course.
:
: Doc
:
along these lines, when 'reverse-documenting' code, i often find a simple outlining tool (like headline-style outlining in MS-Word) useful to document the structue of the code -- especially code that has a large number or nested IF-THEN-ELSE constructs
++ mcs Received on Wed Apr 05 2006 - 05:23:28 CDT