Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with Linux client daemon connecting on bootup
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
![]() |
![]() |