sqlplus login -- SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
*********error message stack ************
C:Documents and SettingsAdministrator>sqlplus / as sysdba
Error 14 initializing SQL*Plus
Message file sp1
SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
******************************
resolution:
1, set ORACLE_HOME to the correct directory .
2, set the environment PATH variable to the correct %oracle_home%bin value.
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/350519/viewspace-1042434/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 當遇到“you may be a victim of software counterfeiting”這樣的提示
- No need to set a listener password in ORACLE 10GOracle 10g
- Identifying Your Oracle Database Software Release (21)IDEOracleDatabase
- oracle for windows cmd登入sqlplus之SP2-0750OracleWindowsSQL
- oracle中SQLPLUS的Login.sqlOracleSQL
- Unknown host ‘XXXX: nodename nor servname provided, or not known‘. You may need to adjust the proxyIDE
- [譯] You Might Not Need ES6
- 理解BERT Transformer:Attention is not all you need!ORM
- 目標檢測:Segmentation is All You Need ?Segmentation
- Need to set ‘serverTimezone‘ propertyServer
- listDatabases failed:{ "errmsg" : "need to login", "ok" : 0 }DatabaseAI
- 更新jenkins外掛,報錯 Perhaps you need to run your container with "-Djava.awt.headless=true"?JenkinsAIJava
- You need tcl 8.5 or newer in order to run the Redis testRedis
- Access denied; you need (at least one of) the PROCESS privilege(s)AST
- [翻譯]What You Need to Begin iOS ProgrammingiOS
- Would you like to develop a story for your character?dev
- Transformer網路-Self-attention is all your needORM
- For v$ views you need to grant privilege to each v_$ directlyView
- 經典譯文:Transformer--Attention Is All You NeedORM
- sqlplus set命令SQL
- 如何解決"You have an error in your SQL syntax"ErrorSQL
- Everything you need to know about mobile app architectureAPP
- Oracle中sqlplus登入報錯SP2-0667和SP2-0750探究OracleSQL
- ORACLE_HOME設定錯誤導致本地sqlplus無法登陸OracleSQL
- You don't have write permissions for the /usr/bin directory.
- 錯誤內容:You have an error in your SQL syntax; check the manual that corresponds to your MySQL serverErrorMySqlServer
- If you cannot remember your password for Recovery and Rescue for IBM LaptopREMIBMAPT
- sqlplus set命令使用SQL
- oracle clone oracle_home 方法Oracle
- You may fail to backup log or restore log after TDE certification/key rotation.AIREST
- Oracle通過login.sql實現永久修改sqlplus引數OracleSQL
- Oracle ASM User Directory and Group DirectoryOracleASM
- sqlplus環境配置(login.sql)SQL
- oracle 10g sqlplus_set sqlprompt之妙用_ztOracle 10gSQL
- 萬能方法解決——You have an error in your SQL syntaxErrorSQL
- ORACLE_BASE 與 ORACLE_HOMEOracle
- sqlplus常用set指令(轉)SQL
- 一文讀懂「Attention is All You Need」| 附程式碼實現