Skip to content

Commit

Permalink
Updated sed command to resolve charset not updating issue in 23c free
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya059 committed Aug 1, 2023
1 parent 95f80c4 commit e0f5540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ if [ "${ORACLE_SID}" = "FREE" ]; then
export ORACLE_PWD=${ORACLE_PWD:-"$(openssl rand -hex 8)"}

# Set character set
su -c "sed -i -e \"s|###ORACLE_CHARACTERSET###|$ORACLE_CHARACTERSET|g\" /etc/sysconfig/\"$CONF_FILE\""
su -c 'sed -i -e "s|###ORACLE_CHARACTERSET###|$ORACLE_CHARACTERSET|g" /etc/sysconfig/"$CONF_FILE"'

# Creating Database
su -c "/etc/init.d/oracle-free-23c configure << EOF
Expand Down

0 comments on commit e0f5540

Please sign in to comment.