Install PHP4PERSONALORACLE8I in WIN98

Source: Internet
Author: User
Install PHP4 + PERSONALORACLE8IPersonaloracle8i in WIN98. it is a mature version of ORALCE database, which is simply a concentrated version of ORACLE8i. The program or other system staff are allowed to develop or study ORACLE on a single machine, without having to install PHP4 PERSONAL ORACLE8I under WIN98 on the enterprise's number.
Personal oracle8i is a mature version of ORALCE database, which is simply a concentrated version of ORACLE8i. The program or other system staff are allowed to develop or study ORACLE on a single machine, instead of having to do so on the enterprise database, without the need for an advanced configuration environment. It is a very suitable environment for anyone who wants to learn ORACLE.
The most requested system for Personal oracle8i is: 32 MB memory, 85MB disk space.
Coherent downlink:
APACHE1.3.14: www.apache.org
Php4.0.3 pl1: www.php.net
Personal Oracle8iR2 (8.1.6): www.oracle.com
My machine is configured as MMX166, 64 mb edo memory, 10 GB hard disk.
Control System: WIN98SE (OEM)
I have tried Windows for dversion, but the NET8 for Personal ORACLE8i has never been installed, so we recommend that you do not use Windows 98 for dversion installation.
1. install personal oracle8i. decompress the downloaded ZIP file and run setup. After a moment, you can see the installation interface of personlal oracle. press next to enter the installation path and home name of ORACLE, select "exemplary installation". a progress bar will appear in the upper-right corner of the installation interface. a warning Bar will pop up around 60%, indicating that the memory is smaller than 96 MB, and errors may occur. ignore this and continue. okay, when the next screen is displayed, ORACLE8i is installed. If any error message is displayed during the installation process and files cannot be written into, ignore it and ignore it. this has no impact on database installation. After the database is installed, the system will take the initiative to perform the net8 configuration assistant, database settings assistant and other tools to set the client and database, in which the global name and SID of the database are required, we set it to "TEST". It takes a long time to complete database settings. Finally, when oracle is successfully installed, the installation is complete.
2. install PHP4.0.3pl1: decompress the downloaded ZIP file to a directory, such as "c: \ apache \ php. copy the ini-ist file and modify the following columns:
Path:
Doc_root = c: \ apache \ htdocs
Extension_dir = c: \ apache \ php \ extensions
Drop the ";" before the following two rows:
Extension = php_oci8.dll
Extension = php_oracle.dll
3. install APACHE1.3.14: After the installation is downloaded, run the installation file and install it as prompted.
In. \ conf \ http. conf, add the following lines:
ScriptAlias/php/'C:/apahce/php /'
Action application/x-httpd-php'/php/php.exe'
AddType application/x-httpd-php. php
AddType application/x-httpd-php. php3
4. test apahce: Start the APACHE service in the Start menu and enter 127.0.0.1 in the IE address bar. the welcome image of APACHE is displayed, indicating that APACHE is working properly.
5. test PHP: use the text editor to compile the PHP file:
// The file name is info. php.
Phpinfo ();
?>
Enter 127.0.0.1/info. php in the IE address bar, and you can see the PHP environment parameters. if you find oricle and orci8 support, it is clear that PHP has supported ORACLE and OCI8.
6. test the connection with ORACLE:
First, we need to configure the ORACLE client. we can apply NET8 configuration assistant to configure it. after the ORACLE network is configured successfully, the following program is used for testing:

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.