Please any one can give some idea , how to replace set of String with value in Oracle .eg :-
String Formula: (20+OFR)/(10-OGR)
need to Replace OFR=100 and OGR=50
.
String Formula is dynamically changing.
Expected result (20+OFR)/(10-OGR)= (20+100)/(10-50)