faqts : Computers : Programming : Languages : PHP : Database Backed Sites : Oracle

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 20 people (60%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

How can I connect to personal oracle8 for Win98 with php4 for Win98(I have got php_oci8.dll and php_oracle.dll)

Nov 7th, 2001 01:35
Sally Greenaway, lzf1201 lzf1201,


All dll files are held in the c:\php\extensions directory.
If using Oracle 8i you must edit the php.ini file to point to this 
directory, the parameter is: extenstion_dir = c:\php\extensions
Then in the Dynamic Extensions section uncomment the 
extension=php_oci8.dll line.  There is another oracle related dll 
(extension=php_oracle.dll) but this is only for use with earlier 
versions of Oracle, i.e Oracle 7.  If both are enabled conflicts do 
arise.