Link to home
Start Free TrialLog in
Avatar of gljr
gljr

asked on

Can anyone reckommend a PL/SQL style guide?

a client of mine is about to start a large PL/SQL development task, and they need to have common look and feel to everyone's effort.  we fully expect to write the majority of this document, but it would be nice to have a significant
starting place. Can anyone reckommend something?

Thanks, George
Avatar of schwertner
schwertner
Flag of Antarctica image

It is not possible to give you detailed answer using the comment field.
Visit http://www.orafaq.com/faqplsql.htm
ASKER CERTIFIED SOLUTION
Avatar of pennnn
pennnn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gljr
gljr

ASKER

Thank you both for the suggestions, but neither of these comments really scratches the surface of what I need...  I read the appropriate chapters of both the "best practices" and "plsql programming" by Fuerestein - which give's me a starting point, but there are many more things to address -

when to use exceptions vs in-line error checking?
when to use packages vs independent procedures?
when to use functions vs procedures?
how to reference objects in other schemas?
when to allow (or not) JAVA extensions?
as well as general nomenclature, whitespace and
indenting questions.  

It is beginning to seem like I will have to write the
vast majority of this document - which shagrins me as
I do not consider myself to be up to date with the technology, let alone accounting for coming enhancements :-(

Your help is appreciated.
Avatar of gljr

ASKER

pennnn's answer is a good place to start