Concurrent Program - Parameter - Value set - oracle building query with UPPER class - performance is
We do have a concurrent program with parameter(Char) linked with value set based on Table; program submission- entering the parameter and tab => Oracle building the where class with UPPER(column_name) like value_from_user.
UPPER is causing performance issue. So wanted to know does this standard functionality?
is it possible to avoid this?
0