#1382
[Oracle] Drop multiple tablespaces (with files)
select 'DROP TABLESPACE '|| tablespace_name || ' INCLUDING CONTENTS AND DATAFILES;' from DBA_TABLESPACES where tablespace_name like 'AAA%';
[Ansible] Use JSON file as extra-vars [CentOS] Mount shared drive
Comments are currently closed.