Linux下Oracle sqlplus命令中執行ed命令
在sqlplus命令環境中執行ed命令的問題
Method1:
in sqlplus exec as below :
DEFINE _EDITOR=vi
Method2:
cd /app/oracle/product/10.2/db_1/dbs
touch login.sql
vi login.sql --input the ffollowing content and saves.
DEFINE_EDITOR=/usr/bin/vim
[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23682146/viewspace-1055139/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle中執行os命令Oracle
- SQLPLUS檢視oracle sql執行計劃命令SQLOracle
- LINUX下使用指令碼直接執行SQLPLUS命令(root使用者下)Linux指令碼SQL
- oracle中執行os命令(轉)Oracle
- sqlplus & rman 命令下,使用上下翻動鍵,呼叫之前執行過的命令SQL
- 限制SQLPLUS工具可執行的命令SQL
- 收集 Linux 命令列執行的命令Linux命令列
- Oracle - SQLPlus下的常用命令OracleSQL
- sqlplus下的命令SQL
- shell 下執行mysql 命令MySql
- 在sqlplus執行作業系統命令SQL作業系統
- linux 下root執行sqlplusLinuxSQL
- Linux下快速執行歷史命令的方法Linux
- 在Linux環境下執行DOS命令(轉)Linux
- Docker命令-docker exec-在執行的容器中執行命令Docker
- Linux基礎命令---間歇執行命令watchLinux
- Linux 後臺執行命令Linux
- linux命令後臺執行Linux
- linux執行環境&命令Linux
- oracle系列(一)sqlplus命令OracleSQL
- oracle sqlplus命令詳解OracleSQL
- python中使用subprocess批量執行linux下命令PythonLinux
- python中使用subprocess批次執行linux下命令PythonLinux
- oracle sqlplus windows下已停止執行OracleSQLWindows
- LINUX下非oracle使用者執行sqlplus問題LinuxOracleSQL
- Linux使用time命令獲取命令執行時間Linux
- 在 Windows 中執行 Linux 命令的 4 種方法WindowsLinux
- Linux系統執行命令方法Linux
- Linux 命令的後臺執行Linux
- 千萬千萬不要執行的 Linux 命令Linux
- oracle sqlplus 常用命令OracleSQL
- LINUX學習(三)在Linux環境下執行DOS命令Linux
- cmd命令列下用命令執行SQL指令碼到SQL Server資料庫中命令列SQL指令碼Server資料庫
- TortoiseSVN 命令 (命令列執行工具)命令列
- sqlplus小竅門:執行作業系統命令(zt)SQL作業系統
- sqlplus中change命令的用法SQL
- Linux下使用shell讀取文字檔案中的命令並逐條執行Linux
- docker 中vim 命令 無法執行Docker