I think there is a hint not to use Hash Joins, I use hints in front of all my BO objects so I get cost based optimizer in a rule based system. Something like /*+ no_hash */
Thanks Jim, the problem with this approach is that our end-users are not very IT literate & I would rather do it behind the scenes to hide any additional complexity. The RunInit or ConnectInit parameters sound useful but I can't see a decent explanation in any of my documentation.
Sorry I may have been unclear, I added the hint to each object as I defined it, so the users never have to deal with it. I love everyone til they prove otherwise, sadly some prove otherwise SO quickly
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.