Oracle PL/SQL code conventions
oracle, oracle11g, plsql
Solution
No, there are no official guidelines or conventions.
Anything "official" would be in the documentation. Other then a few random hints, I've never seen anything like this in any of the books. Obviously I haven't read them all, but I also couldn't find anything in the Master Index. Oracle SQL Developer has a beautifier, but I've never seen anything to imply it's the official way to format code.
Problem
I am curious, is there any offcial code guidlines or conventions for code formatting in Oracle PL/SQL?