Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: PL/SQL Tip of the Month
>I think the best solution in this matter is to use the Custom
>Development Method (CDM) which is developed by oracle Netherlands I
>think.
>
>They use the advise the following convention:
>example:
>cursor : c_cursor-name
>cursor parameter: b_parameter-name
>local variable : l_variable-name
>parameter : p_paramer-name
>etc.
I agree.
If you have a good naming convension, these problems shouldn't happen.
Bao Phan. Received on Wed Sep 16 1998 - 00:00:00 CDT
![]() |
![]() |