RE: All tests fail for any other than user 'oracle'
- From: scarville@xxxxxxxxxx (Stephen Carville)
- Date: Wed, 16 Jan 2008 14:02:12 -0500
-----Original Message-----
From: Michael Muratet [mailto:mikemuratet@xxxxxxx]
Sent: Tuesday, January 15, 2008 2:30 PM
To: dbi-users@xxxxxxxx
Subject: All tests fail for any other than user 'oracle'
Greetings
I installed the Oracle Instant Client packages by rpm back in
December. Because of the install or more likely coincidentally I had
problems with corruption of the system files of the database. The
database was empty at the time and I simply rebuilt it.
Did you install all three packages?
oracle-instantclient-devel-10.2.0.3-1
oracle-instantclient-basic-10.2.0.3-1
oracle-instantclient-sqlplus-10.2.0.3-1
I am trying now to get DBD::Oracle working. The DBI install came off
without a hitch. The DBD perl build and the make worked OK (logs are
at the end). The first attempt at testing failed. I recalled something
I had read about file permissions and the user 'oracle'. I logged in
as oracle and all the tests were successful. sqlplus works but only
for user oracle.
I find something like this helps a lot:
cd /usr/lib
sudo ln -sf /usr/lib/oracle/10.2.0.3/client/lib/libclntsh.so.10.1 .
sudo ln -sf /usr/lib/oracle/10.2.0.3/client/lib/libclntsh.so .
sudo ln -sf /usr/lib/oracle/10.2.0.3/client/lib/libnzz10.so .
Is this normal? If the user is 'nobody' or 'daemon' as in a web
application, it seems doomed to fail. Should I be looking for problems
with the client installation? (I am aware of the security issues
surround access to the executables.) I've found nothing the
documentation that seems to fit.
Thanks
Mike
--
Stephen
.
- References:
- All tests fail for any other than user 'oracle'
- From: Michael Muratet
- All tests fail for any other than user 'oracle'
- Prev by Date: Re: DBD::Pg 2.0.0 release candidate available for testing
- Next by Date: Re: All tests fail for any other than user 'oracle'
- Previous by thread: Re: All tests fail for any other than user 'oracle'
- Next by thread: Re: All tests fail for any other than user 'oracle'
- Index(es):
Relevant Pages
|