Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL*Plus window too small

553371Jan 8 2007 — edited Aug 6 2012
Hi,
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>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 3 2012
Added on Jan 8 2007
6 comments
1,324 views