Oracle tablespaces in sqlplus

in oracle, sqlplus

I had the fortune to work as Oracle DBA for a while in a place where we had no administrative tools at all, so we had to do with good ol' sqlplus.
Here are two scripts, the first to check size and usage of all tablespaces and the other is for checking data files sizes and names.

AttachmentSize
free_all.sql1.03 KB
chk.sql503 bytes

Comments

Sounds like a pain to do that monitoring on alot of servers without administrative tools.

Thankfully scripts are the solution ;-)

Nice work. Really appreciated.

forum