Update database.oracle.php

This commit is contained in:
Namhyeon Go 2019-02-26 16:25:36 +09:00 committed by GitHub
parent 30444145a9
commit f64f6a6f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,9 +66,9 @@ if(!check_function_exists("exec_db_oracle_connect")) {
// get oracle db connection info
$dbs_id = read_storage_file("tnsname.orax", array(
"storage_type" => "config"
"storage_type" => "example",
));
// set replace rules
$dbs_rules = array(
"protocol" => get_value_in_array("service_name", $options, "TCP"),