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?