DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: how to save settings in sqlplus

  1. #1
    Join Date
    Jul 2000
    Posts
    70
    Every time I start an sqlplus session I have to do a
    set linesize 300 and a
    format numbers col ....
    and all.
    Is there anyway I could make these changes permemant so that everytime I start a new sqlplus session, I dont have to make these changes manually.
    Thanks.

  2. #2
    Join Date
    Jan 2001
    Posts
    28
    There is a sql script called glogin.sql which will be in the place where you have the sqlplus.exe Just make those changes there and all those settings shall be executed everytime you invoke sqlplus

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width