int ora_logon
(string user, string password);Establishes a connection between PHP and an Oracle database with the given username and password.
Returns a connection index on success, or False on failure. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions.