Skip to content

Commit

Permalink
update generic template
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Jul 5, 2019
1 parent e1bd254 commit 6055291
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -----------------------------------------------------------------------

# - load instance environment -------------------------------------------
. "$(dirname $0)/00_init_environment.sh"
. "$(dirname $0)/00_init_environment"

# - create instance -----------------------------------------------------
echo "Create OUD instance ${OUD_INSTANCE} using:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# -----------------------------------------------------------------------

# - load instance environment -------------------------------------------
. "$(dirname $0)/00_init_environment.sh"
. "$(dirname $0)/00_init_environment"
LDIFFILE="$(basename $0 .sh).ldif" # LDIF file based on script name
CONFIGFILE="$(basename $0 .sh).conf" # config file based on script name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -----------------------------------------------------------------------

# - load instance environment -------------------------------------------
. "$(dirname $0)/00_init_environment.sh"
. "$(dirname $0)/00_init_environment"
LDIFFILE="$(basename $0 .sh).ldif" # LDIF file based on script name
CONFIGFILE="$(basename $0 .sh).conf" # config file based on script name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# -----------------------------------------------------------------------

# - load instance environment -------------------------------------------
. "$(dirname $0)/00_init_environment.sh"
. "$(dirname $0)/00_init_environment"
LDIFFILE="$(basename $0 .sh).ldif" # LDIF file based on script name
CONFIGFILE="$(basename $0 .sh).conf" # config file based on script name

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:"
Expand Down
2 changes: 1 addition & 1 deletion local/oudbase/templates/create/generic/90_pre_migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# ---------------------------------------------------------------------------

# - load instance environment -----------------------------------------------
. "$(dirname $0)/00_init_environment.sh"
. "$(dirname $0)/00_init_environment"

# - Prepare Migration -------------------------------------------------------
echo "Prepare replication ${OUD_INSTANCE} using:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# ---------------------------------------------------------------------------

# - load instance environment -----------------------------------------------
. "$(dirname $0)/00_init_environment.sh"
. "$(dirname $0)/00_init_environment"
LDIFFILE="$(dirname $0)/$(basename $0 .sh).ldif" # LDIF file based on script name

# - configure instance ------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# ---------------------------------------------------------------------------

# - load instance environment -----------------------------------------------
. "$(dirname $0)/00_init_environment.sh"
. "$(dirname $0)/00_init_environment"

# - Finish Migration -------------------------------------------------------
echo "Prepare replication ${OUD_INSTANCE} using:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
Expand Down

0 comments on commit 6055291

Please sign in to comment.