We have an oracle SP where it is using many dbms output to print the result set. Due to this the procedure is only executed partially and throws error message ORA-20000: ORU 10027: Buffer overflow,limit of 20000 bytes. Tried to declare below in Sp Set serveroutput on size 1000000 But it is not compiled and showing the error "Encountered the symbol ON when expecting one of the following: := .(@%; not null range default characte
Please provide suggestion of how to increase the buffer size