Skip to content
  • Oracle
  • About
  • Oracle
Search
Close

– nice theory…

– Good and not so good ideas on software development and Oracle databases in particular

Tag: NLSSORT

Matching strings with a combination of tools

February 28, 2018February 28, 2018 NiceTheoryVidarLeave a comment

I had a case where I had to match some names and needed to find a set of ways to clean and match strings. The solution I ended up with was a combination of regular expressions, the NLSSORT-function and the UTL_MATCH-package with the Jaro-Winkler algorithm.

Read More »

Blog at WordPress.com.
Back to top