How to find out which variables not used ?
360862Jun 23 2003 — edited Jun 25 2003Hello, All !
Is there a way to find out which variables, parameters are not used (not referenced) - "hints" ?
other than go through entire code manually ?
Maybe Oracle built-in feature ?
(Sometimes you code with one set of variables, then your code changes, you add more new variables and forget to remove old, unused variables / parameters)
Thanx !
Steve K.