Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Searching for the Holy Grail... Glogin.sql

Re: Searching for the Holy Grail... Glogin.sql

From: Gump <stoopidstoopidstoopid_at_hotmail.com>
Date: 22 Feb 2005 15:52:19 -0800
Message-ID: <1109116338.968798.231470@z14g2000cwz.googlegroups.com>


See Oracle Metalink Note 98716.1

Summary



You need to do two things in your SQL*Plus session. Change the linesize and screen buffer width settings. This can be done within SQL*Plus by choosing Options --> Environment from the top menu bar. The Screen Buffer settings are shown on the right-hand side of the pop-up window.

Please note that the linesize setting is only retained for the current SQL*Plus session. Once you exit, the linesize will revert back to the default value. The Screen Buffer Width, however, is not session-specific and will be retained.

I would suggest changing both of these settings to 1000. You will need to set linesize 1000 in your glogin.sql file.

P.S. Stop looking for the Holy Grail. It doesn't exist! Be creative and make your own! Received on Tue Feb 22 2005 - 17:52:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US