Error when checking tables size
Jia Jia Li (805●8●157●192)
| asked Sep 23 '13, 10:51 a.m.
retagged Sep 26 '13, 2:28 p.m. by Lisa Caten (342●9●13)
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. 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 |
Hi Jia,
You can also consider opening new PMR. The support might be willing organizing screen sharing session to assist you. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Jia,
Please download Firebug from www.getfirebug.com Please start it and reproduce the issue. What is the error message you see now?