hello to all,
yesterday i installed red hat 7.2 (full installation) but i am not able to find "linuxconf" as it was in 7.0.
 
i want to mount local file systems(though i can do that from command prompt also).
plese let me know if the command has been changed in 7.2 or where i am wrong.
thanx in advence
|_ /\ |_ | t
----- Original Message -----
From: naveen
Sent: Wednesday, January 23, 2002 12:15 PM
Subject: Re: [ilugd]: Style and grammar checker for Linux

Hi All,
        I have compiled php with oracle and it is working fine
But today suddenly I got the following error when making connection with oracle through php
Warning: Oracle: Connection Failed: Error while trying to retrieve text for error ORA-12541 in
/opt/web/html/planner/incfiles/DB.inc on line 12
I am able to make connection from command line and also from a different m/c
by using the same script
I am using the php oracle connectivity function "Ora_logon(username,passwd)"
my script is
 <?php
        class Db{
                var $ConStr = "oracle/oracle@host";
                var $dbh;
                var $curs;
                var $errno;
        var $errstr;
 
        function Db(){
                putenv("ORACLE_HOME=/ora8/m01/app/oracle/product/8.1.6");
                putenv("ORACLE_SID=ora8");
                $this->dbh = Ora_Logon($this->ConStr,"");
        }

}       
?>
-- 
Naveen Dhankhar
DSF Internet Pvt. Ltd.
30, Hauz Khas Village, New Delhi - 16.
Ph: 696-9822,686-7679 Fax: 686-7681
http://www.dsfinternet.com
 

Reply via email to