PHPORACLE & quot; teamwork & quot; [Work Summary]

Source: Internet
Author: User
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.