ORA_HASH Function Generate New Value
Database Release Version : 19c Enterprise Edition
Q: Assume that ORA_HASH function has generated a numeric value 100 for combination of three letters 'A'||'B'||'C'. This is saved in Oracle memory, each time I query this combination, then I get the same value 100. Until here it's fine.
Problem is now; I identified this 100th value was being used in a different place. As the same value should not be used in multiple places, I want to keep a new value for this combination. Is there a way that I can generate something new value with same combination?