Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Coding with PL/SQL within the Oracle forums, part of the Databases category; As we have coding standards can someone tell me whether is there any standards for PL/SQL. If so what are the general PL/SQL standard one has to follow to have ...
|
|||||||
| Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
As we have coding standards can someone tell me whether is there any standards for PL/SQL. If so what are the general PL/SQL standard one has to follow to have a good efficient coding.
|
| Sponsored Links |
|
|||
|
Re: Coding with PL/SQL
Hi,
I read various books and i got one gr8 book with having some standards of PL/SQL coding. I am giving you the book detail as i do not have the soft copy of that. I am givin you some of them are V_VariableNmae Programme Variable e_ExceptionName User-defined exception t_TypeName User-defined Type p_ParameterName Parameter to a Procedure or Function C_ConstantValue Variable constraines with the CONSTANT clause Cursor Name c_cursorname Oracle 9i PL/SQL programming Author Scott Urman |
| The Following User Says Thank You to anand.kr.singh For This Useful Post: | ||
|
|||
|
Re: Coding with PL/SQL
hi,
coding standard is like a bible for any company, so we have to follow it. and u can not follow your own coding standard or any coding standard mentioned in books. these standard differ with company. u will be given the document regrding coding standard and that u have to follow. i do not think that there is any standard answer for this question. if practising at home, just make sure that code should be legible to read. and if anyone is having a look at your code, is in a position to undertand the begin and end of each piece of code. regards RSY |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|