Purging Trace Files on AWS RDS Oracle Database BDUMP

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

NOTE - The above command purges tracfiles in the BDUMP directory over 60 minutes

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