GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQComments instead of whitespace
I have found in my organization that some developers don't use whitespace to give visual seperation, instead they use comments.
For example, a package spec might look like this:
CREATE OR REPLACE PACKAGE foo AS
--
FUNCTION bar (baz IN NUMBER)...
Sponsored Links
Read Next: order by
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
