Everytime I run a script in the Editor Window, the script is being display. However, for every number of rows the Column Header keep on repeating. How do I set it up so that the Column header only show up at the top and not repeat.
Changes will need to be made through the GLOGIN.SQL file.
1. Launch Toad.
2. Go to View | Options | Execute/Compile | Login Script and click on "Edit" for the glogin.sql.
3. Add the entry below to the end of your glogin.sql script, it could whatever number you want to display before the column header repeat. the number 0 will stripe the column header all together.
set pagesize 1000;
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center