Hmmm so what I did wrong ? Followed the Install instructions step by step. This didn't bring me to a running version. Without setting the LD_LIBRARY_PATH sqlplus64 will not run. A sqlplus command isn't installed on my System !
Atm iam having a full functional Spacewalker running. So where is my mistake ? greetz -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Jan Pazdziora Gesendet: Dienstag, 15. September 2009 11:45 An: [email protected] Betreff: Re: [Spacewalk-list] error in the docu.. On Tue, Sep 15, 2009 at 10:07:04AM +0100, John Hodrien wrote: >> >> 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? No. The client tools are supposed to use the InstantClient tools which do not require ORACLE_HOME and LD_LIBRARY_PATH set. They (might) require /etc/tnsnames.ora but not the environment variables. If you set the environment variables, you will force the other client libraries (cx_Oracle, perl-DBD-Oracle) to dynamically load libraries from the Oracle XE distribution, which are *not* the libraries they were compiled and tested against. Thus, you might experience Oracle libraries issues in the future. This is the reason we have the installation instructions and we recommend to follow them. -- Jan Pazdziora Senior Software Engineer, 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
