- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sqlplus default values
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2003 10:17 AM
тАО03-11-2003 10:17 AM
set LINESIZE 80
nothing happens when log into sqlplus. Am I using the wrong file? Is there another file in 9i to use?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2003 10:44 AM
тАО03-11-2003 10:44 AM
Solutionrem
rem customized login.sql for users
rem
SET ECHO OFF
DEF _editor = 'vi'
COLUMN COUNT(*) FORMAT 999999
SET NEWPAGE 1
SET PAGESIZE 24
SET TAB OFF
SET TIME OFF
SET TIMING OFF
SET ECHO OFF
SET SHOWMODE OFF
rem PROMPT end of LOGIN.SQL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2003 10:45 AM
тАО03-11-2003 10:45 AM
Re: sqlplus default values
do you have a "login.sql" file in the directory where you call "sqlplus" ?
It might overrule settings from glogin.sql
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2003 10:48 AM
тАО03-11-2003 10:48 AM
Re: sqlplus default values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2003 10:51 AM
тАО03-11-2003 10:51 AM
Re: sqlplus default values
It's not a 9i feature, but every user has it's own loginfile called login.sql in the start-dir of sqlplus.
This file overrides the general settings of glogin.sql
By the way, you mentioned "server sqlplus default".
glogin.sql and login.sql are client settings you have to set on each client.
If you change this files on the oracle server only sqlpus-connections from this server have the new settings.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2003 12:28 AM
тАО03-12-2003 12:28 AM
Re: sqlplus default values
Like PATH, SQLPATH can contain a list of directories, separated by colons.
The search order is $PWD, $SQLPATH.