connecting oracle db using other than oci_logon is possible

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Locked
krramkumar
Forum Newbie
Posts: 2
Joined: Mon Aug 06, 2007 1:50 am

connecting oracle db using other than oci_logon is possible

Post by krramkumar »

hi dudes!
I would like to know if its possible to connect to Oracle DB using any other drivers apart from OCI_LOGON() in the php code ? Some thing like a thin driver used in Java. Other wise is it possible to get the DB connection by calling a java class from the php file ?
Locked