|
-
Output width....
I need to change the column width from 80 to 2000 when I spool the
results of a query out to a file. I cannot figure out how to do this
in Oracle. Any help is appreciated...
Thanks...
Spencer
-
Re: Output width....
"spencer" <shearer@channel1.com> wrote:
>
>I need to change the column width from 80 to 2000 when I spool the
>results of a query out to a file. I cannot figure out how to do this
>in Oracle. Any help is appreciated...
>
>Thanks...
>Spencer
Spencer,
Lets say your filed name is test, the way you format a column is:
col test format 2000
then spoon and print landscape
-
Re: Output width....
"spencer" <shearer@channel1.com> wrote:
>
>I need to change the column width from 80 to 2000 when I spool the
>results of a query out to a file. I cannot figure out how to do this
>in Oracle. Any help is appreciated...
>
>Thanks...
>Spencer
click on options then environment,
choose linesize under options
and change value to the buffer size.
you will probably have to change the buffer size in order to get to 2000
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks