Could you advise why on one of our database below query:
select ' ' from dual
returns 32 blank characters:
' '
This happens ONLY on one environment, all other databases returns correctly only one space. I checked nls_parameters, they are the same. Any idea what could be reason for that? Some DB parameter? Some patch was not applied on that instance?
Other example:
select "!" || "!" from dual
produces:
"!! "
so it's !! + 62 spaces