I have a Oracle query which I\'m executing through shell script and in that my query is getting exceeded the maximum length of 2499.
I\'m getting error
Try to add a line break somewhere in that long line; that's a limitation of SQL*Plus and, as far as I can tell, you can't avoid it by some setting (like SET LINESIZE 100 and similar).