設定sqlplus環境
在tom的《Oracle 9i & 10g程式設計藝術:深入資料庫體系結構》中,設定sqlplus環境的方法:
1、建立檔案login.sql,內容如下:
define _editor=vi
set serveroutput on size 1000000
set trimspool on
set long 5000
set linesize 100
set pagesize 9999
column plan_plus_exp format a80
column global_name new_value gname
set termout off
define gname=idle
column global_name new_value gname
select lower(user) || || substr( global_name, 1, decode( dot, 0,
length(global_name), dot-1) ) global_name
from (select global_name, instr(global_name,'.') dot from global_name );
set sqlprompt '&gname> '
set termout on
2、設定SQLPATH環境變數,指向login.sql所在的目錄
3、當使用sqlplus登入資料庫後,顯示如下:
]> sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Mar 27 10:25:23 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
>
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22049049/viewspace-1023865/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Servlet 的環境設定Servlet
- 如何設定FreeSWITCH環境
- R環境的設定
- 自動設定autotrace環境
- ansible設定環境變數變數
- ansible 設定環境變數變數
- export 設定環境變數Export變數
- Linux設定環境變數Linux變數
- 4.2.10.2 設定和取消設定環境變數變數
- 【學習】SQL基礎-009-sqlplus環境SQL
- docker(podman)容器設定中文環境Docker
- labelImg macos 執行環境設定Mac
- linux操作環境和xshell設定Linux
- java jdk 設定環境變數JavaJDK變數
- WSL設定php開發環境PHP開發環境
- 【環境踩坑】ubuntu下jupyter的環境設定問題Ubuntu
- win10環境變數怎麼設定 win10設定環境變數的方法Win10變數
- JDK1.8環境變數設定JDK變數
- Golang環境變數設定詳解Golang變數
- linux系統設定環境變數Linux變數
- Win11開發環境設定開發環境
- Vue 設定環境變數和模式Vue變數模式
- python 獲取設定環境變數Python變數
- win 命令列 設定環境變數命令列變數
- Centos7環境變數設定CentOS變數
- Visual Studio 2019設定PCL 1.12.1環境
- 環境變數的設定方法(轉)~變數
- 系統預設環境變數PATH設定變數
- 什麼是環境變數?Python中如何設定環境變數?變數Python
- win10 gcc環境變數怎麼設定_win10設定gcc環境變數步驟Win10GC變數
- [20180813]sqlplus arraysize設定與SDU.txtSQL
- pycharm新建專案環境設定詳解PyCharm
- Linux下安裝JDK及環境設定LinuxJDK
- 透過 Python 進行 ArcGIS 環境設定Python
- Linux字符集環境變數設定Linux變數
- Rust 使用 dotenv 來設定環境變數Rust變數
- 圖解python | 安裝與環境設定圖解Python
- ubuntu-設定系統環境變數Ubuntu變數
- tomcat配置環境變數win10怎樣設定_win10如何設定tomcat配置環境變數Tomcat變數Win10