1. 程式人生 > >./sqlplusSP2-0667: Message file sp1.msb not found。SP2-0750: You may need to set ORACLE_HOME t

./sqlplusSP2-0667: Message file sp1.msb not found。SP2-0750: You may need to set ORACLE_HOME t

Linux下安裝好Oracle 10g後執行sqlplus出現故障如下:

[[email protected] oracle]$ ./sqlplus
Error 6 initializing SQL*Plus
Message file sp1<lang>.msb not found
SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory

解決方法:
第一,用oracle使用者名稱登入linux系統。而不是root登入後su oracle。
第二,用oracle使用者名稱登入linux系統後,vi .bash_profile,其中,檔案.bash_profile
在/home/oracle目錄下,它是隱藏檔案,可以ls -a 顯示所有檔案(包含隱藏檔案)。
第三,編輯.bash_profile檔案,內容如下:
——————————————————————————————————————————————————————————————————
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$ORACLE_HOME/bin


unset USERNAME
export ORACLE_SID=orcl
export ORACLE_BASE=/home/oracle/oracle
export ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1
export PATH
~
——————————————————————————————————————————————————————————————————————————  

重新啟動系統,用oracle使用者名稱登入。
[[email protected] ~]$ cd $ORACLE_HOME
[[email protected] db_1]$ pwd
/home/oracle/oracle/product/10.2.0/db_1
[[email protected] db_1]$ cd bin
[[email protected] bin]$ pwd
/home/oracle/oracle/product/10.2.0/db_1/bin
[[email protected] bin]$

然後
[[email protected] bin]$ ./sqlplus "/ as sysdba"

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Aug 17 10:43:41 2009

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Connected to an idle instance.

SQL>
——————————————————————————————————————————
問題解決!!
我們發現Connected to an idle instance.
只要
SQL>startup
就ok

相關推薦

./sqlplusSP2-0667: Message file sp1.msb not foundSP2-0750: You may need to set ORACLE_HOME t

Linux下安裝好Oracle 10g後執行sqlplus出現故障如下: [[email protected] oracle]$ ./sqlplus Error 6 initializing SQL*Plus Message file sp1<lang&g

SP2-0667: Message file sp1.msb not found SP2-0750: You may need to set ORACLE_HOME to your Ora

D:\oracle1111\product\11.2.0\client_1\BIN>sqlplus 使用者名稱/密碼@資料庫名 Error 6 initializing SQL*Plus SP2

(轉)WINDOWS下執行ORACLE SQLPLUS時報錯Message file sp1.msb not found問題解決

問題:WINDOWS下執行ORACLE SQLPLUS時報錯資訊:Error 6 initializing SQL*PlusMessage file sp1<lang>.msb not foundSP2-0750: You may need to set ORAC

class file editor source not found 解決Eclipse打開.class文件

.cn ins ips tar 文件路徑 .net exe com 文件類型 1.準備材料 jad.exe 下載地址 https://varaneckas.com/jad/,根據系統去選擇(就當是廢話) 下載下來的是jad158g.win.zip壓縮文件,解

LaTeX Error: File `lastpage.sty' not found. 解決辦法

又是參考一堆。。。。 LaTeX .sty檔案缺失解決辦法 點選開啟連結 關鍵在於把.sty檔案找回來。有些巨集包可能是從CTAN直接下載就有sty檔案在,那樣就是直接cp再texhash就行。 但是對於沒有的(我的這個問題就是這樣),只有用其他辦法。 texhash用於

專案部署到外網發生File "/struts-tags" not found錯誤

如果報錯誤:org.apache.jasper.JasperException: File "/struts-tags" not found 在tomcat server.xml檔案中配置: Xml程式碼   &l

LaTeX Error: File ''picins.sty'' not Found.

CTeX是包含了這個檔案(picins.sty)的,但是TeXLive沒有,需要手動安裝。 Step 1 點選這裡下載整個zip,把解壓出來的整個 picins 目錄,拷貝到 texmf-dist/tex/latex 目錄下。 或更準確的辦法是把兩個

Eclipse: class file editor: source not found 問題解決辦法

Eclipse: class file editor: source not found。。。。問題 在搜了很多資料之後,自己試驗總結了下面的辦法: 在eclipse編輯器中,當點選某個類時,想看一下這個類的具體實現,但是總是出現   Class File Edit

eclipse提示class file editor source not found的解決方法

在eclipse裡匯入了專案,但是最後執行時報jar包裡某個用到類不存在。點選“ctrl”+類名,發現eclipse提示class file editor source not found。 原因分析

關於ubuntu安裝之後系統grub被破壞了之後進行修復的總結("error:file not found grub rescue")

頭幾天在電腦上面安裝雙系統,在安裝了windows後安裝ubuntu來玩玩,結果當我把ubuntu安裝成功的時候,從新啟動電腦出現瞭如下的介面:Grub loading!welcome to Grub!error :file not found!  Entering re

class File Editor Source not found

搬運:原文地址:https://www.cnblogs.com/xxyfhjl/p/5836060.html。Q:為什麼有必要在開發環境中配置反編譯工具呢?A:  當執行引用了第三方jar包專案時,突然報出了jar包中的某個類的某一行出現異常。我們想看一下這個class檔案的

tomcat部署 struts2 File "/struts-tags" not found

做Struts2配置時,出了這樣的錯誤. 先前按照 <jsp-config> <taglib> <taglib-uri>/struts-tags</taglib-uri> <taglib-location>/WEB-INF/struts-tags.t

j2ee中,url直接進入jsp頁面,提示File "/struts-tags" not found

rg.apache.jasper.JasperException: File "/struts-tags" not found org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandle

Java EE 7 Hands-on Lab,target VM: HTTP 404 Not Found原因及問題解決

[list] [*]在執行該示例,點選選單【Movies】時,因為IP地址解析成IPV6的,即類似httpServletRequest.getLocalName()=0:0:0:0:0:0:0:1,無法識別,此時,錯誤資訊為:[b]java.net.MalformedURLException: S

執行 shell 報錯 source:not found一行註釋解決

解決方法: 在 shell 指令碼的第一行加上一行 "#!/bin/bash" 即可。 例如: #!/bin/bash source /etc/environment 問題原因: s

iOS xmpp一定編譯成功的安裝版本,完美解決Module 'libxmlSimu' not found

xmpp git 地址:  https://github.com/robbiehanson/XMPPFramework 1.下載好XMPP專案,放在本地 2. 新建一個專案 3.按照下面的截圖,把相關的資料夾copy進專案根目錄  注意: 把檔案新增進來。   進入 ta

extract-text-webpack-plugin(you may need an appropriate loader to handle this file type)

查詢 cnblogs out webp span nod module blog 顯示 在使用extract-text-webpack-plugin插件編譯sass文件生成一個單獨的css文件通過link導入到html中,經查詢此方法的優點在於避免直接將css打包入bund

【採坑之路】You may need an appropriate loader to handle this file type.

開啟vue之旅,也是開始採坑之旅了。 這是一個京東購物車小案例,採用元件化開發,將html靜態頁面拆分成一個個元件,採用webpack打包時,引用的圖片明明存在但報錯如下: ERROR in ./jd-shopcarts/assets/images/icon-kin.pn

libxml/HTMLparser.h file not found

span 單擊 line setting mil 提示 height 無法找到 arc 在導入asihttprequest包時出問題導入了libxml2.dylib。可是卻提示libxml/HTMLparser.h file not found。 這是由於你的開

Mac下安裝第三方模塊報錯:‘sqlfront.h‘ file not found的解決辦法

for found ins 解決辦法 第三方模塊 mssql erro ref div 1.軟件環境:     mac環境:10.11.6(15G31)     python: 3.6 2.問題:     sudo pip install pymssql 後出現下面問題: