$connection = OCILogon ("scott","tiger","dbname");
dbname = name in $oracle_home/product/8.1.6/network/admin/tnsnames.ora file..
Jimmy Brake
Cool Tools and Stuff
Critical Path Inc.
"Making your job easier"
On Wed, 28 Feb 2001, Douglas B. Jones wrote:
> Hi,
>
> I have compiled the most re
"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
Hi,
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