Home | /b/

Oracle dbms on QEMU

  1. Download: oracle-qemu.qcow2 (21Gb)
  2. Install qemu
  3. Run: qemu-system-x86_64 --enable-kvm -cpu host -m 2G -drive file=oracle-qemu.qcow2 If you don't have kvm, remove --enable-kvm and -cpu host. Note that not having kvm will make it very slow.

The default passwords are:

To use sqlplus, login as oracle, and from within bash, run: sqlplus sys/Oracle123 as sysdba