For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I have a filename in a variable like abc.txt.
I want to generate another filename into a variable which looks like this: abc-log.txt
How do I insert the -log part using REGEXP_REPLACE?