All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.net.causal.maven.plugins.boxdb.db.oracle12-prepare-backup.sql Maven / Gradle / Ivy

whenever sqlerror exit 1;
CREATE OR REPLACE DIRECTORY backup_dir AS '/data/dump/';
GRANT READ, WRITE ON DIRECTORY backup_dir TO ${box.databaseUser};
exit;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy