Last active
August 16, 2016 18:14
-
-
Save akki/e42e1d62c14021dab9cd21c70d002a40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir /var/lock/subsys | |
touch /var/lock/subsys/listener | |
sudo rm -rf /dev/shm | |
sudo mkdir /dev/shm | |
sudo mount -t tmpfs shmfs -o size=2048m /dev/shm | |
sudo service oracle-xe restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment