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?

jh

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to