Apache、ORACLE、PHP都已经正确安装配置完成,初次运行sugarCRM,系统会自动进入安装配置页面,为什么配置PHP的时候只有MYSQL没有ORACLE选项?怎样才能调出Oracle选项?PHP的配置文件如下:; Local Variables:
; tab-width: 4
; End:
[PHP_MBSTRING]
extension=php_mbstring.dll
[PHP_MSSQL]
extension=php_mssql.dll
[PHP_MYSQL]
extension=php_mysql.dll
[PHP_OCI8]
extension=php_oci8.dll
[PHP_PGSQL]
extension=php_pgsql.dll
[PHP_ORACLE]
extension=php_oracle.dll

解决方案 »

  1.   

    Apache+MySQL+PHP是个完美、较成熟的组合.你可以尝试从Apache入手进行调整.
      

  2.   

    已经安装了Oracle的服务器端,我把SQL的DLL文件备份删除后再用PHP连接Oracle提示我没有安装数据库……错误信息:Database Support was not found. Please make sure you have the necessary drivers for one of the following supported Database Types: MySQL, MS SQLServer, or Oracle. You might need to uncomment the extension in the php.ini file, or recompile with the right binary file, depending on your version of PHP. Please refer to your PHP Manual for more information on how to enable Database Support.
      

  3.   


    MYSQL的调试在另外的机子上已经成功,Oracle这边无法连接……
      

  4.   

    seems like a quite common problem
    why not just search "Oracle无法连接" in google?
      

  5.   

    PHP里面选的是oci8,而我装的是Oracle10g,这个会不会有关系呢?