From f64f6a6f92ae6265f07645049f57959c6f18dacf Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 26 Feb 2019 16:25:36 +0900 Subject: [PATCH] Update database.oracle.php --- helper/database.oracle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper/database.oracle.php b/helper/database.oracle.php index 9cc1d9e..75e1684 100644 --- a/helper/database.oracle.php +++ b/helper/database.oracle.php @@ -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"),