BJCooperIT
Programmer
I have inherited a set of PL/SQL coding standards written in 2007 for an Oracle 8i database. My task is to make recomendations to update these standards for 10g. While I am sure I might have more later, right now I have two questions.
1. The original standards state that public procedures inside a package should not contain %TYPE variables. Outside of compiling issues should the referenced table be modified, which is unlikely here, can someone give insight on why this "standard" might have been established?
2. Are there any 10g features that invalidate the common standards for 8i?
Thanks for any help you can offer.
[sup]Beware of false knowledge; it is more dangerous than ignorance. ~ George Bernard Shaw[/sup]
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)
1. The original standards state that public procedures inside a package should not contain %TYPE variables. Outside of compiling issues should the referenced table be modified, which is unlikely here, can someone give insight on why this "standard" might have been established?
2. Are there any 10g features that invalidate the common standards for 8i?
Thanks for any help you can offer.
[sup]Beware of false knowledge; it is more dangerous than ignorance. ~ George Bernard Shaw[/sup]
Consultant Developer/Analyst Oracle, Forms, Reports & PL/SQL (Windows)