Purging Trace Files on AWS RDS Oracle Database BDUMP Using a Wild Card

--
-- Purging Trace Files on AWS RDS Oracle Database BDUMP
--
--
 
exec rdsadmin.manage_tracefiles.purge_tracefiles('MYDB001_ora_1066');

NOTE - The above command purges tracfiles in the BDUMP starting with MYDB001_ora_1066

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License