Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这个项目中,我必须使用 symfony 连接到 Oracle 数据库。但我不知道如何做到这一点。
环境:
Oracle 安装在服务器中。首先我需要安装oracle客户端吗?那么如何配置 symfony 或 PHP 呢?
The best way: Install the Zend Server/Community, because the server have the oci8 and pdo_oci extension compiled.
I recommend! ;)