PHPORACLE teams develop data analysis systems for the company's business needs. The technology used is EXTJS responsible for front-end development, PHP implements business logic implementation, and ORACLE Database implements persistent data storage. In the process of building a test environment, it is not necessary to make PHP and ORACLE a partner. The main reason is that Oracle
The php oracle team developed a data analysis system for the company's business needs. The technology used is EXTJS responsible for front-end development, PHP implements business logic implementation, and ORACLE Database implements persistent data storage. In the process of building a test environment, it is not necessary to make PHP and ORACLE a partner. The main reason is that Oracle
Php oracle "teamwork"
Develop a data analysis system for the company's business needs.
The technology used is EXTJS responsible for front-end development, PHP implements business logic implementation, and ORACLE Database implements persistent data storage. In the process of building a test environment, it is not necessary to make PHP and ORACLE a partner. The main reason is that the Oracle Client Version matches the php OCI interface.
Summary:
PHP5.2.6
Apache/2.2.8 (Win32)
OracleClient Toolkit version: 10.1.0
Oci8:
After the installation is complete, use the phpinfo function to obtain the following php oci pdo configuration information:
OCI8 Support
Enabled
Version
1.2.5
Revision
$ Revision: 1.269.2.16.2.43 $
Active Persistent Connections
0
Active Connections
0
Temporary Lob support
Enabled
Collections support
Enabled
PDO_OCI
PDO Driver for OCI 8 and later
Enabled
PHP needs to support ORACLE extension (WINDOWS) and connect to the database in PDO mode.
Php_OCI8, PHP_PDO, PHP_PDO_OCI
Appendix: PHP Data Objects (PDO)
The PDO extension defines a lightweight, consistent interface to support database access operations in PHP. The database driver that implements the PDO interface can fully reflect the characteristics of its database, such as regular expressions. Note: you cannot use PDO to operate any database. You must use the database-specific PDO driver to access the database server. PDO provides a data-access abstraction layer, which means that no matter what type of database you are using, you can publish query requests and obtain data in a unified manner.
PDO has been supported since PHP 5.1. It also supports PHP 5.0 In the PECL extension mode. The essential condition for using PDO is to support the core OO features of PHP 5, which is why PDO is not available in earlier PHP versions.