当前位置:首页 > oracle > php oracle

1

Installing PHP and the Oracle 10g Instant Client for Linux and Windows

作者:asp.net   |   阅读全文   |   时间:2007-04-12
Installing PHP and the Oracle 10g Instant Client for Linux and Windows :
installing php and the oracle 10g instant client for linux and windows
author: christopher jones, consulting technical staff, oracle corporation
publication date: december 2004

oracle 10g instant client (free download available) is the easiest way for php to connect to a remote oracle database, requiring installation of only three libraries.

the instant client libraries used by php access oracles current api, called oci8. (this c interface takes its name from being first introduced in oracle8.) php oracle 8 functions can call oracle 8.1.7, 9.x, or 10.x directly, or optional abstraction classes like pear mdb2 and adodb can be used for convenience.

    ......

2

PHP 5, Oracle, and the Future

作者:asp.net   |   阅读全文   |   时间:2007-04-12
PHP 5, Oracle, and the Future:

php 5, oracle, and the future
by andi gutmans

get an overview of some of the new features in php 5—as well as comments on its future for oracle users—from its release manager.

php 5 (php: hypertext preprocessor version 5) was officially released on july 13, 2004. not surprisingly, the release was widely covered by the media due to the leadership role php plays in the web application market. it is true that technologies such as .net and j2ee have had more exposure and hype than php, but ease-of-use, performance, tight integration with the apache web server, and a large collection of application building blocks have made php one of the leading web application development languages.

    ......

3

Installing PHP and the Oracle 10g Instant Client for Linux and Windows

作者:asp.net   |   阅读全文   |   时间:2007-04-12
Installing PHP and the Oracle 10g Instant Client for Linux and Windows:
installing php and the oracle 10g instant client for linux and windows
author: christopher jones, consulting technical staff, oracle corporation
publication date: december 2004

oracle 10g instant client (free download available) is the easiest way for php to connect to a remote oracle database, requiring installation of only three libraries.

the instant client libraries used by php access oracles current api, called oci8. (this c interface takes its name from being first introduced in oracle8.) php oracle 8 functions can call oracle 8.1.7, 9.x, or 10.x directly, or optional abstraction classes like pear mdb2 and adodb can be used for convenience.

    ......

4

Oracle+PHP:从原型到产品的最短距离

作者:asp.net   |   阅读全文   |   时间:2007-04-12
Oracle+PHP:从原型到产品的最短距离:

  一个关于 php/oracle 开发模型如何在 myers internet 缩短应用程序生命周期的案例研究。
  
  对于主要由应收款业务模型驱动的公司而言,其核心的业务功能之一是输入、跟踪和记录订单。在这方面比较出色的公司可以伸缩它们的机构,并提高它们的利润,而不会遇到基础架构的限制。当订单处理很麻烦、容易出错或不一致时,公司将因为直接的成本和降低的生产效率而蒙受经济上的损失。
  
  在我的公司 myers internet,核心的业务事项围绕着建立客户基础,为 myers 提供持续的服务并帮助它在客户问题出现时解决问题。公司正使用许多不同的系统来处理订单输入和实施周期的各个方面。这些系统既不是彼此集成的,也不具备确保每一份订单都得到正确记帐的机制。
  
  myers 订单跟踪系统 (mots)
  就像其它许多机构一样,myers 从一个小型公司成长为一个中型公司,同时在它的整个成长期间始终保留了相同的过程和系统。大多数这些过程在建立时,所有的事务处理都通过电子邮件、纸质记录和实地拜访来人工地完成。5 或 6 年前,myers 的一个工程师利用 allaire 的 cold fusion 和一个 microsoft sql server 数据库组装了一个系统来跟踪订单实施,这个系统称为 mots (myers 订单跟踪系统),它允许销售和帐目管理部门输入订单,然后由支持、工程、设计、信息系统和会计部门实施这些订单。虽然这个系统是向前迈进的重要的一步,但它仍然留有许多人工的步骤,并且没有和任何其它的业务系统集成在一起。
    ......

5

用OracleAS10g为PHP提供的一次性登录

作者:asp.net   |   阅读全文   |   时间:2007-04-12
用OracleAS10g为PHP提供的一次性登录:

  php 和 oracle application server
  
  php 是一种强大、灵活的开放源代码脚本语言,它一般用于在 web 页面中生成动态内容。(php 类似于 perl,但远没有那么复杂。关于更多的背景知识,请访问 otn 的开放源代码开发人员中心。}php 为大多数数据库产品(包括 oracle)提供了一系列随取随用的丰富特性和服务(包括 ldap、imap、snmp、nntp、pop3、http、xml、xsl)以及数据库访问模块。php 可以作为 cgi 在 apache 下运行,或者可以配置为 apache web server 模块。
  
  将 php 与 oracle application server 集成非常容易,因为 oracle http server 是一个 apache web server。mod_osso 作为 apache 模块与 oracle application server 集成在一起,因此利用该应用服务器的特性来保护 php 页面是一件很简单的事情。
    ......
处理 SSI 文件时出错
© 2006-2008 All Rights Reserved