Are there any 'standard' coding conventions for authoring PLSQL code? While
Java has a slew of conventions, most of them are very similar. Most Java
IDE's will offer features to help follow a standard of choice, within the limits of what can be done automatically (code formatting, parts of the naming convention, etc).
I did search the forum, but did not find anything relevant. I also used Google, but could not find anything promising.
Thanks in advance.