I tried to put the following line in the Toad.ini to change the default line size to 500, but it always take the default value of 80:
[SCRIPTS]
LineSize=500
When executing a script the line size is always 80.
RESOLUTION:
The method for changing scripts was modified for version 8.5. Changes will need to be made through the GLOGIN.SQL file located in the Oracle\SQLPLUS\ADMIN directory.
Enter your script configuration at the end of th end of the script, limit is 2000.
set linesize 500;
Then save this file.
For Toad 8.5:
After you made the setting changes, make sure to check the "Execute login scripts" option box in View | Options | Script Options so that TOAD will use the newly changed "glogin.sql" file. Click on Apply, OK and restart Toad.
For Toad 9.7
After you made the setting changes, make sure to check the "Execute login scripts" option box in View | Options | Execute/Compile | Login Script so that TOAD will use the newly changed "glogin.sql" file. Click on Apply, OK and restart Toad.
For Toad 10.6.1:
After you made the setting changes, make sure to check the "Execute login scripts" option box in View | Options | Script | Login Script so that TOAD will use the newly changed "glogin.sql" file. Click on Apply, OK and restart Toad.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy