From ea7f1a163598dee694490773c0c7ff22f757f279 Mon Sep 17 00:00:00 2001 From: Archit Joshi <153088649+architjoshi-db@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:30:41 +0530 Subject: [PATCH] ACE-2438 Update native-oracle-log-reader.md --- .../sources/source-setup/Oracle/native-oracle-log-reader.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/sources/source-setup/Oracle/native-oracle-log-reader.md b/content/docs/sources/source-setup/Oracle/native-oracle-log-reader.md index 8a9c95d..ee7ecd9 100644 --- a/content/docs/sources/source-setup/Oracle/native-oracle-log-reader.md +++ b/content/docs/sources/source-setup/Oracle/native-oracle-log-reader.md @@ -94,7 +94,7 @@ Replicant supports using Oracle Automatic Storage Management (ASM) for logs. To ... asm-connection: - host: //ASM_HOSTNAME + host: ASM_HOSTNAME port: 1521 service-name: +ASM username: 'ASM_USERNAME' @@ -104,7 +104,7 @@ Replicant supports using Oracle Automatic Storage Management (ASM) for logs. To Replace the following: - - *`ASM_HOSTNAME`*: the hostname of the ASM instance. Make sure to prefix the hostname with `//`. + - *`ASM_HOSTNAME`*: the hostname of the ASM instance. - *`ASM_USERNAME`*: the username to connect to the ASM instance. - *`ASM_PASSWORD`*: the password associated with *`ASM_USERNAME`*.