Centos 6 üzerine Oracle Express 11g XE kurulumu için temiz kurulum yapılmış bir sunucu gerekir.
Sunucuya hostname eklemek
echo "127.0.0.1 "`hostname` >> /etc/hosts
yum update -y; yum install -y unzip libaio bc flex net-tools; clear
service iptables stop; chkconfig iptables off; clear;
wget mkds.la/linux/oracle-xe-11.2.0-1.0.x86_64.rpm.zip; unzip oracle-xe-11.2.0-1.0.x86_64.rpm.zip; cd Disk1; rpm -i oracle-xe-11.2.0-1.0.x86_64.rpm; clear; /etc/init.d/oracle-xe configure
echo "source /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh" >> /root/.bash_profile
reboot
sqlplus /nolog
connect sys/PAROLANIZ as sysdba
EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
#APEX panel parolası değiştirme
@/u01/app/oracle/product/11.2.0/xe/apex/apxchpwd.sql
exit
CentOS
hakkında diğer konular