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

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

There is a newer version: 3.3
Show newest version
whenever sqlerror exit 1;
CREATE OR REPLACE DIRECTORY backup_dir AS '/data/scripts/';
GRANT READ, WRITE ON DIRECTORY backup_dir TO ${box.databaseUser};
exit;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy