Configure format of oracle output display
Default output formate of oracle is often disorder,and it’s not convenient to check.
The following 3 methods can be used.
1,set the display length of every line
set lines xxx
2,set proper display length of every field.
col field_name for axxxx pages xxxxxx;