Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 593 Bytes

Oracle XE Server and Client

Configure Oracle XE for development or test Documentum Content Server

Configure 2G Swap

if required, configure at least 2G of swap

dd if=/dev/zero of=/swapfile bs=1024 count=2048k
mkswap /swapfile
swapon /swapfile
swapon -s
  1. how-to-add-swap-on-centos-6
  2. Centos Adding swap
  3. XE install