export oracle tables to portable raw bytes via named pipe, delimiter separated format (tsv|csv|tabnull|etc), compressed and protected/encrypted by gpg
-
protect yourself and your system, do not run as
root
. -
curl -LO https://gist.github.com/kyle0r/10501a2078a0b1cd198891e971db5dd9/raw/run-export.sh
-
run
run-export.sh
overriding the env vars as needed e.g.:EDITOR=vim GPG_RECIPIENT_KEY=FFFFFF WORKING_DIR_PATH=/var/tmp/your-preferred-path /bin/bash run-export.sh
-
in theory the script should do the rest for you, or show you what is missing/wrong.