Re: Help Needed to Unravel a Query Response
Posted by: Fernando Gonzalez.Sanchez
Date: August 18, 2014 09:37PM

Great you solved it

By the way, I think I missed a commad in the query, right after MySum:

"SELECT table_schema , SUM( data_length + index_length) / 1024 / 1024 as MySum, " & _
"'Data Base Size in MB' As Description FROM information_schema.TABLES GROUP BY table_schema ;"

*** My opinions do not necessarily reflect the opinions of my employeer ***
Fernando Gonzalez Sanchez
Sr. Software Engineer
MySql Connector/NET Team
Oracle Corporation

Options: ReplyQuote


Subject
Written By
Posted
Re: Help Needed to Unravel a Query Response
August 18, 2014 09:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.