Michael ORourke wrote: % >% 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. % > % Hmmmm... On my system sqlplus under /usr/bin is a symbolic link to Oracle's % sqlplus. % [r...@hubble ~]# ls -l /usr/bin/sqlplus % lrwxrwxrwx 1 root root 43 Dec 10 17:00 /usr/bin/sqlplus -> % /usr/lib/oracle/10.2.0.4/client/bin/sqlplus
Yes, this is the oracle instantclient I've been talking about. % which seems to want ORACLE_HOME to be set. But it sounds like % instantclient doesn't require it. % So I guess it depends on your Oracle installation. % Thanks for the clarification. -- Michael Mráka Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
