UNIX下@符號報SP2-0734錯誤
Subject: | SP2-0734 and/or SP2-0042 Error Immediately When Attempting To Run catpatch.sql | |||
Doc ID: | 336920.1 |
Symptoms
After applying a patchset, the post install documentation instructs you to run the $ORACLE_HOME/rdbms/admin/catpatch.sql script. The script does not run and instead produces the error below:
SQL> @catpatch.sql
SP2-0734: unknown command begining "catpatch.s..." ....
Cause
This is due to the display terminal keyboard configuration of the kill character.Solution
The problem is with the display terminal keyboard settings. The sqlplus session had trouble interpreting the "@" sign, because it was assigned in the terminal to the "kill" setting. The catpatch.sql script was supposed to be run as "@catpatch.sql" and since the "@" sign had a completely different meaning for this OS session, sqlplus only saw "catpatch.sql".
The solution is to change the display terminal keyboard setting of the kill character to something else. For example:
# stty kill ^u
After making this change the script is interpreted correctly and runs as it should.
TST:[/oracle]$sqlplus /nolog
SQL*Plus: Release 9.2.0.8.0 - Production on Tue Apr 14 10:23:50 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> conn ;
SP2-0042: unknown command "ZX1" - rest of line ignored.
SQL> conn / as sysdba
Connected.
SQL> conn rman/XXX
ERROR:
ORA-01017: invalid username/password; logon denied
SQL> conn
SP2-0042: unknown command "rman" - rest of line ignored.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9533994/viewspace-1020481/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 解決UNIX下@符號報SP2-0734錯誤符號
- shell報錯:未預期的符號***附近有語法錯誤符號
- 關於VS報無法解析外部符號的錯誤符號
- maven報錯:找不到符號Maven符號
- 【JavaWeb錯誤集錦】有關Cookie不支援逗號、空格等特殊符號並報出伺服器500錯誤的解決方案JavaWebCookie符號伺服器
- C++ VS單例模式報 錯誤 LNK2001 無法解析的外部符號 private: static class SingletonPattern錯誤C++單例模式符號
- 記住這個錯誤PLS-00103: 出現符號符號
- error C2061: 語法錯誤: 識別符號“MonsterSprite”Error符號
- ORACLE 異常錯誤 錯誤號大全Oracle
- tasklist 遠端獲取程式報錯賬號密碼錯誤密碼
- springMVC下前端ajax報404錯誤SpringMVC前端
- 錯別字和標點符號符號
- 解決出現的LNK2005“符號已定義”錯誤(轉)符號
- Oracle錯誤號檢索Oracle
- HP Unix上oracle呼叫crontab報錯Oracle
- Emoji表情符號錄入MySQL資料庫報錯的解決方案符號MySql資料庫
- HP-UNIX下RAC環境變數設定錯誤修正一則變數
- win10更換碟符報引數錯誤怎麼辦_win10系統碟符改不了引數錯誤解決方法Win10
- 下載微軟符號表的教程微軟符號
- 錯誤 1 error LNK2019: 無法解析的外部符號 _WinMain@16,該符號在函式 ___tmainCRTStartup 中被引用Error符號AI函式
- 建庫的過程中DBCA報錯,錯誤號為ORA-12547
- Windows8.1下撥號651錯誤的解決方案教程Windows
- 升級執行指令碼遇到SP2-0734: unknown command beginning 錯誤處理指令碼
- 無符號數相減得到的是無符號還是有符號?符號
- 解析C++連結錯誤:未定義引用和未解析符號的完整解決方案C++符號
- [C]有符號數和無符號數符號
- 奇怪的錯誤-------重新定義一下變數就不報錯了變數
- Linux/Unix下檢視WWN號碼的方法Linux
- Linux下使用Matlab符號函式出錯的解決辦法(轉)LinuxMatlab符號函式
- oracle 報大小寫錯誤Oracle
- jquery post 報404錯誤jQuery
- CSS @ 符號CSS符號
- 特殊符號符號
- 符號使用符號
- 符號(註釋符+轉義符+接續符)符號
- 除錯工具TRW2000,VB符號除錯初步(轉)除錯符號
- _下劃線這個符號電腦怎麼打 _符號電腦上怎麼打出來符號
- PHP中cURL錯誤號對照[轉]PHP