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
The real issue is input SQL text itself is too long, single line exceed 2500 characters, not about the data inside the database. To workaround the error, you should follow the steps from @Jon Heller