babywhe.blogg.se

Oracle 10g express edition
Oracle 10g express edition





oracle 10g express edition

Login as the Oracle user, then login as SYSDBA and run the following commands: su - oracle By default, the Oracle Database XE graphical user interface is only available at the local server, but not remotely. The following will create a file to simulate the “chkconfig” tool.Ĭopy and paste the following Script directly into the terminal to create a file chkconfig: cat > /sbin/chkconfig > /etc/init.d/oracle-xe >./.profileĮcho '. The “chkconfig” tool required by the Oracle installer is not available in Ubuntu. Ubuntu uses different tools to manage services and system startup scripts. Configure Awk and Chkconfig, The following needs to be set for compatibility: sudo ln -s /usr/bin/awk /bin/awk unzip the downloaded file, then convert the Oracle Database Express Edition 11gR2 package installer to debian package unzip oracle-xe-11.2.0.1.0.x86_64.rpm.zip

oracle 10g express edition

Download Oracle Database Express Edition 11gR2 via Oracle Official website, it require registration before downloading. Install additional software thats require Oracle 11g Express Edition sudo apt-get install alien libaio1 Logout from root and verify the new swap space: exit If you don’t have enough swap space, you can increase available swap space by the following guide to create and enable swap partiton, in this case I’ll create 1 GB swap file and loaded at startup, located in the /home directoryĬreate swap file on /home directory with following commands: dd if=/dev/zero of=/home/swapfile bs=1024 count=1048576Ĭreate a backup of the original “fstab” file and add the new swap file: cp /etc/fstab /etc/fstab.backup_`date +%N`Įcho '/home/swapfile swap swap defaults 0 0' > /etc/fstab

oracle 10g express edition

Oracle Database Express Edition 11gR2 may require up to a 2GB (2095100 KB) swap partition, Enter the following command in terminal to verify your swap space: cat /proc/meminfo | grep -i swap Here is the step by step guide for Installing Oracle Database Express Edition 11g Release 2 on Ubuntu 12.10







Oracle 10g express edition