John Hodrien wrote: > On Tue, 15 Sep 2009, Michael Mraka wrote: > >> https://fedorahosted.org/spacewalk/wiki/OracleXeSetup already contains >> note about oracle_env.sh: >> >> WARNING: Don't run oracle_env.sh (or oracle_env.csh) in your environment >> settings. Instantclient stuff works fine without it. It's usefull only >> for commandline XE server management under oracle user. >> >> >> And that's the reason why sqlplus complains about missing i386 libs - >> you've modified $PATH so that >> /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus (which >> is i386) takes priority over /usr/bin/sqlplus (x86_64 version). > > But if you'd done that, wouldn't you have: > > /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/ > > in your LD_LIBRARY_PATH, and it'd all work nicely anyway?
Well, you're right. AFAIK /usr/lib/oracle/xe/.../sqlplus is the only i386 sqlplus installed on x86_64. Then... there must have been some other deviation from standard setup that made i386 sqlplus be first one in PATH while LD_LIBRARY_PATH was not set to i386 libs. -- Michael Mráka Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
