<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sqlplus default values in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924530#M817705</link>
    <description>We use login.sql not glogin.sql.  Plus we have it in a directory that is on the users path.  It works fine.  Here is our login.sql.&lt;BR /&gt;&lt;BR /&gt;rem&lt;BR /&gt;rem customized login.sql for users&lt;BR /&gt;rem&lt;BR /&gt;SET ECHO OFF&lt;BR /&gt;DEF _editor = 'vi'&lt;BR /&gt;COLUMN COUNT(*) FORMAT 999999&lt;BR /&gt;SET NEWPAGE 1&lt;BR /&gt;SET PAGESIZE 24&lt;BR /&gt;SET TAB OFF&lt;BR /&gt;SET TIME OFF&lt;BR /&gt;SET TIMING OFF&lt;BR /&gt;SET ECHO OFF&lt;BR /&gt;SET SHOWMODE OFF&lt;BR /&gt;rem PROMPT end of LOGIN.SQL&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Mar 2003 18:44:10 GMT</pubDate>
    <dc:creator>James Specht</dc:creator>
    <dc:date>2003-03-11T18:44:10Z</dc:date>
    <item>
      <title>sqlplus default values</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924529#M817704</link>
      <description>I'm trying to set up the server sqlplus default values when each user logs into sqlplus.  It was my understanding that the file $ORACLE_HOME/sqlplus/glogin.sql is used for this.  But when I add the following line to the file&lt;BR /&gt;set LINESIZE 80&lt;BR /&gt;nothing happens when log into sqlplus.  Am I using the wrong file? Is there another file in 9i to use?</description>
      <pubDate>Tue, 11 Mar 2003 18:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924529#M817704</guid>
      <dc:creator>Brian Gebhard_1</dc:creator>
      <dc:date>2003-03-11T18:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus default values</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924530#M817705</link>
      <description>We use login.sql not glogin.sql.  Plus we have it in a directory that is on the users path.  It works fine.  Here is our login.sql.&lt;BR /&gt;&lt;BR /&gt;rem&lt;BR /&gt;rem customized login.sql for users&lt;BR /&gt;rem&lt;BR /&gt;SET ECHO OFF&lt;BR /&gt;DEF _editor = 'vi'&lt;BR /&gt;COLUMN COUNT(*) FORMAT 999999&lt;BR /&gt;SET NEWPAGE 1&lt;BR /&gt;SET PAGESIZE 24&lt;BR /&gt;SET TAB OFF&lt;BR /&gt;SET TIME OFF&lt;BR /&gt;SET TIMING OFF&lt;BR /&gt;SET ECHO OFF&lt;BR /&gt;SET SHOWMODE OFF&lt;BR /&gt;rem PROMPT end of LOGIN.SQL&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Mar 2003 18:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924530#M817705</guid>
      <dc:creator>James Specht</dc:creator>
      <dc:date>2003-03-11T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus default values</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924531#M817706</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;do you have a "login.sql" file in the directory where you call "sqlplus" ?&lt;BR /&gt;It might overrule settings from glogin.sql&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Tue, 11 Mar 2003 18:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924531#M817706</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2003-03-11T18:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus default values</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924532#M817707</link>
      <description>Yes it was the login.sql.  After reading the oracle docs I now see that glogin is called before login.sql.  And it was in a different directory even though oracle's docs said it is copied to $ORACLE_HOME/dbs/ on install.  Thanks for your help.</description>
      <pubDate>Tue, 11 Mar 2003 18:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924532#M817707</guid>
      <dc:creator>Brian Gebhard_1</dc:creator>
      <dc:date>2003-03-11T18:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus default values</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924533#M817708</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;It's not a 9i feature, but every user has it's own loginfile called login.sql in the start-dir of sqlplus.&lt;BR /&gt;&lt;BR /&gt;This file overrides the general settings of glogin.sql&lt;BR /&gt;&lt;BR /&gt;By the way, you mentioned "server sqlplus default". &lt;BR /&gt;glogin.sql and login.sql are client settings you have to set on each client.&lt;BR /&gt;If you change this files on the oracle server only sqlpus-connections from this server have the new settings.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Mar 2003 18:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924533#M817708</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-03-11T18:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: sqlplus default values</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924534#M817709</link>
      <description>Be aware that if you have the environment variable $SQLPATH set, SQL*Plus will look there for login.sql. This can be useful for sharing settings between unix accounts, without everyone having to keep a local copy.&lt;BR /&gt;Like PATH, SQLPATH can contain a list of directories, separated by colons.&lt;BR /&gt;The search order is $PWD, $SQLPATH.</description>
      <pubDate>Wed, 12 Mar 2003 08:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-default-values/m-p/2924534#M817709</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-03-12T08:28:18Z</dc:date>
    </item>
  </channel>
</rss>

