What does this parameter do ?
_like_with_bind_as_equality ?
I have two questions.
1. Can someone show me a working example about how this parameter affects selectivity?
2. Does Oracle peek into binds with LIKE predicate ?
e.g. SELECT * FROM EMP WHERE NAME LIKE : b
1