# think-oracle **Repository Path**: ugphpcn/think-oracle ## Basic Information - **Project Name**: think-oracle - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: 3.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-28 - **Last Updated**: 2024-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Oracle Database Driver for ThinkPHP =============== 首先在`php.ini`开启 `php_pdo_oci` 扩展 然后,配置应用的数据库配置文件`database.php`的`type`参数为: ~~~ 'type' => 'Oracle', ~~~