au.net.causal.maven.plugins.boxdb.db.oracle-prepare-backup.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of boxdb-maven-plugin Show documentation
Show all versions of boxdb-maven-plugin Show documentation
Maven plugin to start databases using Docker and VMs
whenever sqlerror exit 1;
CREATE OR REPLACE DIRECTORY backup_dir AS '/data/scripts/';
GRANT READ, WRITE ON DIRECTORY backup_dir TO ${box.databaseUser};
exit;