Source: http://www.adp-gmbh.ch/ora/sqlplus/login.html
Storing settings for SQL*PLUS (login.sql and glogin.sql)
|
glogin.sql
Whenever SQL*PLUS starts up, it looks for a file named glogin.sql
under the directory $ORACLE_HOME/sqlplus/admin.
If such a file is found, it is read and the containing statements executed. This
allows to store settings (such as linesize
) accross
SQL*PLUS sessions.
New in Oracle
10g
: Oracle also reads glogin.sql and login.sql at a connect
in sql*plus.
login.sql
Additionally, after reading glogin.sql, sql*plus also looks for a
file named login.sql
in the directory from where
SQL*PLUS was and in the directory that the environment variable SQLPATH
points to and reads it and executes it. Settings
from the login.sql take precedence over settings from glogin.sql
If the restriction level
is set to 3, the login.sql is not read.
A common login.sql file
set pagesize 0
set linesize 190
define _editor = gvim
10g
Since Oracle 10g, the login.sql is executed after a connect
This allows to have a prompt that displays the username. For
that, the following line must be in the login.sql
:
set sqlprompt "&_user > "
Related links
See also the set store
command.
|
分享到:
相关推荐
Additionally, it showcases the use of cookies for storing user credentials and the importance of localization in software development. Understanding these components is crucial for anyone working ...
数据结构设计(Structuring Data for Mongo)** 数据结构设计是数据库设计的重要一环,这部分内容提供了关于如何在MongoDB中合理设计数据模型的建议和最佳实践。 ### **38. 设计概览(Design Overview)** 设计...
- **220 Service ready for new user**: 服务器准备好为新用户提供服务。 - **221 Service closing control connection**: 关闭控制连接。 - **225 Data connection open**: 数据连接打开。 - **226 Closing data ...
Cutting and Storing Text** - 讲解了如何使用Emacs Lisp来剪切和存储文本。 **9. How Lists are Implemented** - 探讨了列表在Emacs Lisp中的实现细节。 **10. Yanking Text Back** - 介绍了如何使用Emacs ...
- **403.20 Passport Login Failed**:Passport登录失败,IIS 6.0特有。 - **404 Not Found**:请求的资源不存在。 - **404.0 Not Found**:找不到文件或目录。 - **404.1 Cannot Map URL to File**:无法将URL...
- **SQL*Plus**: A command-line tool for interacting with the Oracle database, executing SQL commands, and running PL/SQL scripts. - **JDeveloper**: An integrated development environment (IDE) provided...
dbForge Studio for SQL Server is a powerful IDE for SQL Server management, administration, development, data reporting and analysis. The tool will help SQL developers to manage databases, speed up ...
- **循环结构**:讲解while循环、for循环等循环控制结构的使用方法。 - **函数定义与调用**:介绍如何定义函数、传递参数、返回值等基本概念,并讨论高阶函数的应用。 **4. Common Mistakes, Debugging, and ...
Embrace the full stack of web development, from styling with Bootstrap, building an interactive user interface with Angular 2, to storing data quickly and reliably in PostgreSQL. With this fully ...
This manual serves as a comprehensive guide for the Cirris 1100H+ tester, outlining its setup and usage procedures. It is designed to assist users in understanding the functionalities of the tester, ...
Based on the given information from the file "IRM.Press,.Video.Data.Management.and.Information.Retrieval.pdf", we can derive several key points and concepts related to video data management and ...
1.2 Database, Database Server, and Database Language. . . . . . . . . 4 1.3 The Relational Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4 What Is SQL? . . . . . . . . . ...
而VBA(Visual Basic for Applications)允许用户编写更复杂的程序来扩展Access的功能。在这个项目中,可能包含了宏或VBA代码,用于实现业务逻辑,如自动计算库存、验证输入数据等。 7. **数据导入导出**:Access...
- **获取特定SQL的详细信息**:若想了解某个具体 SQL 的执行详情,可使用 `SHOW PROFILE FOR QUERY n` 命令,其中 `n` 是目标 SQL 的 Query ID。 #### Profile 数据的深入解读 当获取到一个 SQL 的执行概况后,你...
- Storing data locally using SQLite and WebSQL databases. - Retrieving and displaying data from remote servers using AJAX requests and JSON. 6. **Optimizing Performance** - Techniques for ...
Internet Information Services (IIS) 7 and later use an XML-based configuration system for storing IIS settings which replaces the metabase that was used in IIS 6.0 and earlier. This new configuration ...