Anagram Help – Oracle9i Enterprise …
I just posted a solution on the OTN forums where I am using a regular table function and a recursive procedure to generate anagrams
select * from table(anagram.f('ABC')); COLUMN_VALUE ------------ ABC ACB BAC BCA CAB CBA