From 3f654cd7714bd0a57110a1bfbcd7184db8f84023 Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Mon, 8 Sep 2025 22:52:20 +0300 Subject: [PATCH] Update Oracle connection configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update tnsnames.ora with correct host IP address - Ensure proper TNS configuration for ROA database 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- api/tnsnames.ora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tnsnames.ora b/api/tnsnames.ora index 3d92784..bed808c 100644 --- a/api/tnsnames.ora +++ b/api/tnsnames.ora @@ -1,7 +1,7 @@ ROA_ROMFAST = (DESCRIPTION = (ADDRESS_LIST = - (ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.20.36)(PORT = 1521)) + (ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.20.122)(PORT = 1521)) ) (CONNECT_DATA = (SID = ROA)