.Net special characters within strings cause Oracle problems
Without the string replaces, running this string against an Oracle database will result in the procedure getting created, but with a compile error. 1234567891011121314string s = @" create or replace …