i had an issue in both the test and prod database where the TO_NUMBER function behaves differently depending on data.
I was just running explain plan for the same code using different oracle accounts and got different results.
Can someone help me with this?
is there anything on the database configuraton I need to check.
this is a prob since we moved form server A to server B.
Let me understand this... you say to_number() function does different things depending on the data and then you say you are troubleshooting it by looking at explain plan?
wow!... I remember having a bottle of brandy around here, let me see...
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
“WI-MEM-UID” is defined as an alpha-numeric field of 10 bytes [X(10)]. You can add your own mem_uid to make it work but if the number is less than 10 digits, be sure to right pad with blanks as COBOL would.
Bookmarks