What tool are you using to view your data? Is it SQL*PLUS?
If yes, you need to find the 'glogin.sql' file in your Oracle directory. This files contains all global paramters when you log into the system. Simply add the following line at the end of the file:
SET LINESIZE 2000
Hope this helps!
- Gary




Reply With Quote