"Douglas B. Jones" wrote:
> 
Hi Douglas,

ORA-12541 means that no TNS-Listener is running on the database-node:
"TNS:no listener"
// *Cause: The connection request could not be completed because the
listener
// is not running.
// *Action: Ensure that the supplied destination address matches one of
// the addresses used by the listener - compare the TNSNAMES.ORA entry
with
// the appropriate LISTENER.ORA file (or TNSNAV.ORA if the connection is
to
// go by way of an Interchange). Start the listener on the remote
machine.   

I can not give a TNS-install guide, as I am not a database-admin and I
had some difficulties to get it running myself, but I wanted to point
out the problem, so you now where to look.

Best regards
Frank




> Hi,12541, 00000, 

> I have compiled the most recent php and apache with oracle.
> When I do:
> 
> $conn = ora_logon("user@site","password");
> 
> I get the below error:
> 
> Warning: Oracle: Connection Failed: Error while trying to retrieve text for
> error ORA-12541 in /u/staff/douglas/public_html/t.html on line 17
> 
> I know the login and site are password are valid. The serer is
> on another node (@ above), so we just have the client libs. Any ideas?
> I am not vary oracle literate.
> 
> Thanks,
> Cheers,
> Douglas
> 
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to