Using Oracle 10.2g
The problem is that whenevr i run queries and collect the data into log and try to take the o/p.
It comes in multiples lines in sqlplus
ex
select* from facts_table;
UPN SID ACYR
================================================== ========== ==========
ID GRADE
========== ==================================================
1140 852 1998
1 E
1140 845 1998
1 D
1140 865 1998
1 D
What settings need to be changed so that i can see all the data as
Its a trouble again to modify all the data to be shown properly in the logfile.
UPN SID ACYR ID GRADE
=== === ==== === =====
something like this.
Thank you.