Update database.oracle.php

This commit is contained in:
Namhyeon Go 2018-09-14 01:25:12 +09:00 committed by GitHub
parent 65811fe788
commit 8f795d7296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ if(!function_exists("exec_db_oracle_connect")) {
"protocol" => get_value_in_array("service_name", $options, "TCP"),
"service_name" => get_value_in_array("service_name", $options, "ORCL"),
"host" => $host,
"port" => $port
"port" => $port,
"server_type" => "DEDICATED"
);