Every time I start an sqlplus session I have to do a
set linesize 300 and a
format numbers col ....
and all.
Is there anyway I could make these changes permemant so that everytime I start a new sqlplus session, I dont have to make these changes manually.
Thanks.