I want to use double metaphone algorithm in stored procedure does oracle have any inbuilt function for this?

1.2k Views Asked by At

i want to use double metaphone algorithm in oracle database.Does oracle have inbuilt function for this.

1

There are 1 best solutions below

0
user9016262 On

No. But you can find the PL/SQL source code for double metaphone on the net and implement it.