Oracle database version : 10.2.0.5.0
Recently after installing the Sql developer version 21.4.1.349 the dbms_output is not showing any
thing.
Tried enabling it from the view options
Tried set serveroutput on;
Nothing works.
I was going through some random post and i saw this
10g is no longer supported, the newer jdbc drivers we use in SQL Developer won't work with the code we have for getting dbms_output
is this true?