Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with Linux client daemon connecting on bootup

Re: Problem with Linux client daemon connecting on bootup

From: Ron Reidy <rereidy_at_indra.com>
Date: Tue, 07 Jan 2003 18:15:32 -0700
Message-ID: <3E1B7BB4.10408@indra.com>


Will Hatcher wrote:
> Hello.
>
> I have a Linux daemon I wrote that connects to an Oracle database
> using Oracle client 8.1.7.
>
> The daemon connects fine when I run it from a shell, either as root or
> as a regular user. The rc script I wrote to start it also works fine.
>
> The problem is, on bootup, the database connection fails. Everything
> else works, and the daemon runs, but the database connection simply
> fails.
>
> Any suggestions?
>
> Thanks,
> Will

Do you have $ORACLE_HOME, $ORACLE_SID and $LD_LIBRARY_PATH set? What about $TNS_ADMIN (if your TNS files are not located somewhere in $ORACLE_HOME)? Received on Tue Jan 07 2003 - 19:15:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US