Skip to content

Commit 73c374b

Browse files
committed
remove the Oracle env
1 parent e84fdb7 commit 73c374b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

entrypoint.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ ln -s /u01/app/oracle-product /u01/app/oracle/product
77
# Update hostname
88
sed -i -E "s/HOST = [^)]+/HOST = $HOSTNAME/g" /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora
99
sed -i -E "s/PORT = [^)]+/PORT = 1521/g" /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora
10-
echo "export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe" > /etc/profile.d/oracle-xe.sh
11-
echo "export PATH=\$ORACLE_HOME/bin:\$PATH" >> /etc/profile.d/oracle-xe.sh
12-
echo "export ORACLE_SID=XE" >> /etc/profile.d/oracle-xe.sh
13-
. /etc/profile
1410

1511
case "$1" in
1612
'')

0 commit comments

Comments
 (0)