From fbc0242e1ee815c5e2a5af2912da7ac24a10eb09 Mon Sep 17 00:00:00 2001 From: "Calabro, Brandon" Date: Mon, 21 Jul 2025 12:39:53 -0500 Subject: [PATCH] Update CLUSTER_LIST to use localhost --- entrypoint.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 9034ff5..0a3a3e7 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -57,5 +57,11 @@ EOF cd /swg-main ant update_configs +# Update the cluster_list to use the local host IP address for connections. +/usr/lib/oracle/18.3/client/bin/sqlplus -S ${DB_USER}/${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/FREEPDB1 <