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