954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to show all columns in the output?

Hi,

I am using SQL Plus Oracle 10g and sometimes when I ran a query such as:

select * from employees;

some of the columns were cut-off in the results because the table contains too many columns. So my question is: how can I let all columns be displayed in the result?

I tried set linesize and set pagesize and no luck.

Thanks.

gzq1
Newbie Poster
1 post since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

I don't know how, if you are using SQLPlus (but I assume there is something similar).
However, if you are using SQLPlusW (the Windows version) look in the environment and increase your BUFFER size.

hfx642
Posting Pro
515 posts since Nov 2009
Reputation Points: 248
Solved Threads: 105
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You