-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stefan Oehrli
committed
Jul 5, 2019
1 parent
e1bd254
commit 6055291
Showing
16 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Trivadis AG, Business Development & Support (BDS) | ||
# Saegereistrasse 29, 8152 Glattbrugg, Switzerland | ||
# ----------------------------------------------------------------------- | ||
# Name.......: 00_init_environment.sh | ||
# Name.......: 00_init_environment | ||
# Author.....: Stefan Oehrli (oes) [email protected] | ||
# Editor.....: Stefan Oehrli | ||
# Date.......: 2018.03.20 | ||
|
@@ -28,7 +28,7 @@ | |
#export ORACLE_HOME="${ORACLE_BASE}/product/oud12.2.1.3.0" | ||
#export OUD_INSTANCE=ouddd | ||
#export OUD_INSTANCE_ADMIN=${ORACLE_BASE}/admin/${OUD_INSTANCE} | ||
#export OUD_INSTANCE_HOME="${ORACLE_BASE}/instances/${OUD_INSTANCE_NAME}" | ||
#export OUD_INSTANCE_HOME="${ORACLE_BASE}/instances/${OUD_INSTANCE}" | ||
#export PWD_FILE=${OUD_INSTANCE_ADMIN}/etc/${OUD_INSTANCE}_pwd.txt | ||
#export PORT_ADMIN=4444 | ||
#export PORT=1389 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Trivadis AG, Business Development & Support (BDS) | ||
# Saegereistrasse 29, 8152 Glattbrugg, Switzerland | ||
# ----------------------------------------------------------------------- | ||
# Name.......: 12_replication_add_host2.sh | ||
# Name.......: 21_replication_add_host2.sh | ||
# Author.....: Stefan Oehrli (oes) [email protected] | ||
# Editor.....: Stefan Oehrli | ||
# Date.......: 2018.03.18 | ||
|
@@ -19,7 +19,7 @@ | |
# ----------------------------------------------------------------------- | ||
|
||
# - load instance environment ------------------------------------------- | ||
. "$(dirname $0)/00_init_environment.sh" | ||
. "$(dirname $0)/00_init_environment" | ||
|
||
# - Enable Replication -------------------------------------------------- | ||
echo "Enable replication ${OUD_INSTANCE} using:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Trivadis AG, Business Development & Support (BDS) | ||
# Saegereistrasse 29, 8152 Glattbrugg, Switzerland | ||
# ----------------------------------------------------------------------- | ||
# Name.......: 13_replication_add_host3.sh | ||
# Name.......: 21_replication_add_host3.sh | ||
# Author.....: Stefan Oehrli (oes) [email protected] | ||
# Editor.....: Stefan Oehrli | ||
# Date.......: 2018.03.18 | ||
|
@@ -19,7 +19,7 @@ | |
# ----------------------------------------------------------------------- | ||
|
||
# - load instance environment ------------------------------------------- | ||
. "$(dirname $0)/00_init_environment.sh" | ||
. "$(dirname $0)/00_init_environment" | ||
|
||
# - Enable Replication -------------------------------------------------- | ||
echo "Enable replication ${OUD_INSTANCE} using:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Trivadis AG, Business Development & Support (BDS) | ||
# Saegereistrasse 29, 8152 Glattbrugg, Switzerland | ||
# ----------------------------------------------------------------------- | ||
# Name.......: 12_replication_add_host2.sh | ||
# Name.......: 31_initialize_host2.sh | ||
# Author.....: Stefan Oehrli (oes) [email protected] | ||
# Editor.....: Stefan Oehrli | ||
# Date.......: 2018.03.18 | ||
|
@@ -18,7 +18,7 @@ | |
# ----------------------------------------------------------------------- | ||
|
||
# - load instance environment ------------------------------------------- | ||
. "$(dirname $0)/00_init_environment.sh" | ||
. "$(dirname $0)/00_init_environment" | ||
|
||
# - Enable Replication -------------------------------------------------- | ||
echo "Enable replication ${OUD_INSTANCE} using:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Trivadis AG, Business Development & Support (BDS) | ||
# Saegereistrasse 29, 8152 Glattbrugg, Switzerland | ||
# ----------------------------------------------------------------------- | ||
# Name.......: 12_replication_add_host2.sh | ||
# Name.......: 31_initialize_host3.sh | ||
# Author.....: Stefan Oehrli (oes) [email protected] | ||
# Editor.....: Stefan Oehrli | ||
# Date.......: 2018.03.18 | ||
|
@@ -18,7 +18,7 @@ | |
# ----------------------------------------------------------------------- | ||
|
||
# - load instance environment ------------------------------------------- | ||
. "$(dirname $0)/00_init_environment.sh" | ||
. "$(dirname $0)/00_init_environment" | ||
|
||
# - Enable Replication -------------------------------------------------- | ||
echo "Enable replication ${OUD_INSTANCE} using:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Trivadis AG, Business Development & Support (BDS) | ||
# Saegereistrasse 29, 8152 Glattbrugg, Switzerland | ||
# ----------------------------------------------------------------------- | ||
# Name.......: 12_replication_add_host2.sh | ||
# Name.......: 32_initialize_host1.sh | ||
# Author.....: Stefan Oehrli (oes) [email protected] | ||
# Editor.....: Stefan Oehrli | ||
# Date.......: 2018.03.18 | ||
|
@@ -18,7 +18,7 @@ | |
# ----------------------------------------------------------------------- | ||
|
||
# - load instance environment ------------------------------------------- | ||
. "$(dirname $0)/00_init_environment.sh" | ||
. "$(dirname $0)/00_init_environment" | ||
|
||
# - Enable Replication -------------------------------------------------- | ||
echo "Enable replication ${OUD_INSTANCE} using:" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters