Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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`*.

Expand Down