Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

set ORACLE_HOME to every restart sqlplus else Error ORA-12560

inyourmindDec 9 2013 — edited Dec 10 2013

Hello,2

I have a problem with my system environment variable. I have in "Path" my install of Oracle DB 11g, C:\app\xps\product\11.2.0\dbhome_1
When i start the cmd and i write "sqlplus / as sysdba" i receive the error "The procedure entry point longjmp could not be found in the dynamic link lib. orauts.dll" and " Error: ORA-12560"   BUT  if i write in the cmd, "set ORACLE_HOME=C:\app\xps\product\11.2.0\dbhome_1" then "set PATH=%ORACLE_HOME%\bin;%PATH%" lastly "sqlplus / as sysdba" i not receive error and i can enter as SYSDBA.  When i close the cmd, i must repeat that procedure.
How it's possible?

How can i do not repeat every time that procedure?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 7 2014
Added on Dec 9 2013
11 comments
929 views