Configure Compiler Hints

CTS

Member
Need support on configuring compiler hints according to client specific standards.

Ex: If the Variable Name is l_name varchar2(50);

But the client specific standard document it says variable name should be lv_ like that. While compiling it has to show warning like Hints :"Variable name should start with lv_". Need your help and support on this
 
Last edited:
You can only specify naming conventions for parameters in general, not for parameters of a specific type. This is on the list of enhancement requests though.
 
You cannot specify naming conventions for specific parameter data types, so I cannot provide an example.
 
Back
Top