Reputation: 11
I am using an SQL Service in Bluemix. All was fine till I had to alter a Table. After altering the table, I have to run the REORG command which I am not able to do. How to run the REORG command for an SQL service in Bluemix. My assumption is that it can be only done by an admin in Bluemix. If so then it is a major drawback since I cant see any support forum for Bluemix. Any guidance will be helpful. Thanks.
Upvotes: 1
Views: 243
Reputation: 1249
run the reorg from the console using the admin stored procedure:
CALL SYSPROC.ADMIN_CMD ('REORG TABLE ')
Upvotes: 2
Reputation: 3233
I guess you're referring to a SQL Database service instance on Bluemix. I suggest you to open a support request using one of the following methods:
Upvotes: 0