Community

Sometimes a variables table is better than hard coding into a package

(Rex Baldazo) When writing PL/SQL packages, there are times where it’s better to store a variable in a table instead of coding it into the package. It’s most useful for a variable that you might want to change fairly often. If you put such a variable directly in the package (either the spec or body)

Read More - Register for Free Membership

Tags: