I've just a quick question to see how it comes that I get 2 different results for the same thing. We have two databases which are built up exactly the same in terms of structure. In both, there is a view which do a comparison between a varchar2(10) and a char(10) where the fields are only filled with a length of 7 (+3 spaces for the char off course).
Off course this is something wrong in our structure, but that's something different than my question.
How is it possible that one database is able to do the comparison (varchar2=char) and the other one not? Is there some Oracle-setting which can allow this.
Thanks for the help, Grts, Maarten