Advertisement
Guest User

Untitled

a guest
May 5th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/sh
  2. # Install Oracle XE on CentOS 7
  3. yum install -y libaio bc net-tools
  4. rpm -i oracle-xe-11.2.0-1.0.x86_64.rpm
  5. /etc/init.d/oracle-xe configure
  6. firewall-cmd --add-port 1521/tcp --permanent
  7. firewall-cmd --reload
  8. echo "ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe" > /etc/profile.d/oracle-xe.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement