What is the difference between the OCI and ORA extension modules?
Submitted by admin on Sun, 2005-11-06 02:27.
PHP offers two extension modules that can be used to connect to Oracle:
- The normal Oracle functions (ORA); and
- the Oracle Call-Interface functions (OCI).
OCI should be used whenever possible since it is optimised and provides more
options.
ORA does not include support for CLOBs, BLOBs, BFILEs,
ROWIDs, etc. and should not be used.
»
- Login to post comments

