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

.bradleysmithllc.etlunit.etlunit-oracle-database.3.2.2.source-code.oracle_kill_table_space.vm Maven / Gradle / Ivy

There is a newer version: 4.6.0-eu
Show newest version
#if( !$tablespaceSpecified )
-- Dropping custom table space
DROP TABLESPACE ${tablespace}
INCLUDING CONTENTS AND DATAFILES CASCADE CONSTRAINTS;;
#else
-- Using system-provided tablespace - do not drop
SELECT 1 FROM DUAL;;
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy