From 280f94aff580af1eadebafee61f44e7d669fdfb4 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 14 Sep 2018 01:15:54 +0900 Subject: [PATCH] Create tnsname.orax --- storage/config/tnsname.orax | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 storage/config/tnsname.orax diff --git a/storage/config/tnsname.orax b/storage/config/tnsname.orax new file mode 100644 index 0000000..890dc86 --- /dev/null +++ b/storage/config/tnsname.orax @@ -0,0 +1,9 @@ +%service_name% = (DESCRIPTION = + (ADDRESS_LIST = + (ADDRESS = (PROTOCOL = %protocol%)(HOST = %host%)(PORT = %port%)) + ) + (CONNECT_DATA = + (SERVER = %server_type%) + (SERVICE_NAME = %service_name%) + ) +)