On Thu, Feb 05, 2009 at 03:19:15PM +0100, Wolf, Christian wrote: > Thanks Michael > It works > [r...@berlxspw01 ~]# export > PATH=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin:$PATH > [root@ berlxspw01 ~]# type sqlplus > sqlplus is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus > [root@ 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 > > [root@ berlxspw01 ~]# export > ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server > [root@ berlxspw01 ~]# sqlplus spacewalk/spacew...@xe > SQL*Plus: Release 10.2.0.1.0 - Production on Thu Feb 5 15:16:20 2009 > > Copyright (c) 1982, 2005, Oracle. All rights reserved. > > > Connected to: > Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production > > SQL>
And now try with PATH not set, using sqlplus from /usr/bin (pointing to InstantClient), and without ORACLE_HOME. That's what Michael showed you in the first half of his post. -- Jan Pazdziora Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
