Find Size of PeopleSoft Tables and indexes [SQL]
PeopleSoft database consists of PeopleSoft Tables, indexes and few other objects but primarily the size is determined by tables and indexes.
For Oracle database, DBA could utilize OEM (Oracle Enterprise Manager) to keep a check on your database size and you could setup triggers or scripts to alert when it reaches a threshold.
PeopleSoft Tables are the PeopleSoft record definitions that are built and have database definition. PeopleSoft Indexes are created for these PeopleSoft tables.
Below are couple of SQLs that can be used together to estimate the size of PeopleSoft database (size of PeopleSoft tables & size of PeopleSoft indexes)
Also Read: How to write an efficient SQL
The Output of below SQLs will show the size in MB and GB (approx).
If you like this SQL, please let us know in the comment section. Don't forget to share it with others too.