NYCPHP Meetup

NYPHP.org

[nycphp-talk] connecting to oracle w/ php

David Vogel d at tdavidvogel.com
Wed Jun 23 13:51:58 EDT 2004


oh sorry, I thought you were wondering about the PEAR part.

 $db = "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)
              (HOST = 132.198.217.254)(PORT=1521))
              (CONNECT_DATA=
              (SID = ORCL)
              ))";

$c = OCILogon('USER', 'PSSWD', $db);



Daniel Convissor wrote:

>On Wed, Jun 23, 2004 at 12:40:22PM -0400, David Vogel wrote:
>  
>
>>$dsn = 'oci8://user:passwd at tcp+132.198.217.254:1521/ORACLEGOLD';
>>    
>>
>
>You mentioned using your own PHP scripts that connect to Oracle.  I want 
>to see that connection info.
>
>--Dan
>
>  
>




More information about the talk mailing list