Hi,
I'll happily re-share mine back when I've re-written them following my hard drive crash, but I thought that in the meantime there might be others who have written or are looking for the same things. I know I had:-
- Remove quotes, i.e.: 'A Quot''d String' -> A Quot'd String
- Add quotes safe for sqlplus: the reverse of the above, plus ensuring that lines don't end with ';' and are not completely blank
- Convert line-by-line to quoted list
I had some proprietary ones, too. but those struck me as generically useful.
Thanks,
Tim
I'll happily re-share mine back when I've re-written them following my hard drive crash, but I thought that in the meantime there might be others who have written or are looking for the same things. I know I had:-
- Remove quotes, i.e.: 'A Quot''d String' -> A Quot'd String
- Add quotes safe for sqlplus: the reverse of the above, plus ensuring that lines don't end with ';' and are not completely blank
- Convert line-by-line to quoted list
I had some proprietary ones, too. but those struck me as generically useful.
Thanks,
Tim