top of page
DBA ERRORS
Home
Main
General
My SQL
Oracle
PostgresSQL
MS SQL
Notes & Scripts
Blogs
WELCOME TO DBA ERRORS
Welcome everyone get the dba erros & solutions here
Database
Database Management
Oracle Tips
Tech Insights
Oracle Errors
Oracle Architecture
Monitoring
Database Scripts
Monitor UNDO tablespace usage
Use below script to get the details about undo tablespace usage. select a.tablespace_name, SIZEMB, USAGEMB, (SIZEMB - USAGEMB) FREEMB...
Monitoring
shiva ram
Oct 3, 2024
1 min read
bottom of page