If you want to see how much space your tables are taking in the database, log in to the shcema and execute this SQL.
The Above query tells you the table name, the table space it is residing in and the size in MB.
Thanks,
Zooz
| Title | Under | Posted on |
|---|---|---|
| Embed External page into peoplesoft | PeopleSoft Technical | 06/30/2009 - 3:43am |
| Information required on Peoplesoft SCM tables | PeopleSoft Functional | 06/29/2009 - 6:02am |
| How do I return multiple rows when using START WITH in an Oracle stored procedure? | SQL & PL/SQL | 06/09/2009 - 3:44pm |
| Staging table issues | PeopleSoft Functional | 06/07/2009 - 6:59pm |
Comments
To add to this, you can alter your current schema by using:
Also, if you want to avoid the schema thing all together, just replace the user_extents table with dba_extents table. You do however need to limit your where clause to go after specific OWNER or your SQL will take tremendous amount of time to execute.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Post new comment