OCIPLogon

OCIPLogon -- Connect to an Oracle database and log on using a persistant connection. Returns a new session.

Description

int OCIPLogon(int conn);

OCIPLogin() Creates a persistent connection to an Oracle 8 database and logs on. If the optional third parameter is not specified, PHP uses the environment variable ORACLE_SID to determine which database to connect to.

See also OCILogon() and OCINLogon().