I have been trying to install a procedure that uses a cursor with a case statement in it. I can get the cursor to run through SQL Plus, and if I comment out the case statement, the procedure will install.

Obviously I've never run into this problem before, and I don't know a good way around the problem either, since the case statement uses a like clause that can't be decoded. Anyone know how I can get the case statement to work?