%%Wolf, Christian wrote: %% Hi! %% %% If i enter "sqlplus" i get following error. %% What is my mistake? %% %% [r...@berlxspw01 ~]# 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
%This is XE server's sqlplus which needs ORACLE_HOME set. %Fix your PATH and run sqlplus from /usr/bin (instantclient's one); no %ORACLE_HOME is necessary. At first i fix my path and run sqlplus and same error [r...@berlxspw01 /]# cd /usr/lib/ [r...@berlxspw01 lib]# 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 Then I make ls -l [r...@berlxspw01 bin]# ls -l /usr/bin/sqlplus lrwxrwxrwx 1 root root 43 5. Feb 09:52 /usr/bin/sqlplus -> /usr/lib/oracle/10.2.0.4/client/bin/sqlplus At the end i go to the path und try sqlplus again: [r...@berlxspw01 bin]# cd /usr/lib/oracle/10.2.0.4/client/bin/ [r...@berlxspw01 bin]# 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 -- Michael Mráka Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
