Update and rename tnsname.orax.php to tnsname.orax.txt

This commit is contained in:
Namhyeon Go 2019-02-26 16:21:53 +09:00 committed by GitHub
parent 8cd1bacf09
commit 78107d0230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
<?php
return <<<EOF
%service_name% = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = %protocol%)(HOST = %host%)(PORT = %port%))
@ -8,5 +6,4 @@ return <<<EOF
(SERVER = %server_type%)
(SERVICE_NAME = %service_name%)
)
)
EOF;
}