Update database.oracle.php
This commit is contained in:
parent
65811fe788
commit
8f795d7296
|
@ -51,7 +51,7 @@ if(!function_exists("exec_db_oracle_connect")) {
|
||||||
"protocol" => get_value_in_array("service_name", $options, "TCP"),
|
"protocol" => get_value_in_array("service_name", $options, "TCP"),
|
||||||
"service_name" => get_value_in_array("service_name", $options, "ORCL"),
|
"service_name" => get_value_in_array("service_name", $options, "ORCL"),
|
||||||
"host" => $host,
|
"host" => $host,
|
||||||
"port" => $port
|
"port" => $port,
|
||||||
"server_type" => "DEDICATED"
|
"server_type" => "DEDICATED"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user