Error when checking tables size
I performed steps from https://jazz.net/forum/questions/111357/how-to-check-which-tables-are-using-the-most-space
I got error when step 2 click link , I did step1, and then go into step2 link.
I got error when step 2 click link , I did step1, and then go into step2 link.
type Status report
message =?utf-8?B?Q1JKQVoxMTc1SSDml6A=?= =?utf-8?B?5rOV5LuO5pyN5Yqh6LCD55So6I635Y+W5pa55rOV5L+h5oGv44CC?=
description The request sent by the client was syntactically incorrect.
2 answers
as a workaround, you can simply use an SQL query to find out the table size:
For Oracle: http://www.dba-oracle.com/t_script_oracle_table_size.htm
For DB2: http://database.ittoolbox.com/groups/technical-functional/db2-l/how-to-calculate-the-table-size-in-db2-1691545
MSSQL: http://stackoverflow.com/questions/7892334/get-size-of-all-tables-in-database
For Oracle: http://www.dba-oracle.com/t_script_oracle_table_size.htm
For DB2: http://database.ittoolbox.com/groups/technical-functional/db2-l/how-to-calculate-the-table-size-in-db2-1691545
MSSQL: http://stackoverflow.com/questions/7892334/get-size-of-all-tables-in-database
Comments
Krzysztof Kaźmierczyk
Sep 24 '13, 4:31 a.m.Hi Jia,
Please download Firebug from www.getfirebug.com Please start it and reproduce the issue. What is the error message you see now?