I have one key/value comma separated string, and another keys-labels comma separated string as per the following example (ID/Name/Age):
key/value: 1=101,2=John,3=43
keys labels: ID,Name,Age
Result: ID=101,Name=John,Age=43
Is there a built in Oracle function (ex:regexp_replace) that can accomplish this?