SQL*Plus window too small
553371Jan 8 2007 — edited Aug 6 2012Hi,
I am very new in oracle SQL. I would ask help from someone outhere who can solve my problem. Im using Linux and Oracle Database 10g. I typed the following statements, got the correct result but the window for SQL*Plus was too small and the results didnt fit in. What do I do to fix this problem? Please help me.
regards,
len
SQL> SELECT * FROM order_info
2 ORDER BY id;
ID ORDERDATE SHIPDATE PAIDDATE STATUS CUSTO
MER
---------- ------------------ ------------------ ------------------ ------ ----- ---------------
1 18-JUN-06 B Harol
d Joy
2 18-JUN-06 B Harol
d Joy
SQL>