DEV Community

Eduardo Issao Ito
Eduardo Issao Ito

Posted on

DB2: Execute reorg from JDBC based tool

When using DataGrip, DbVisualizer, SQuirreL or any other JDBC based tool:

CALL SYSPROC.ADMIN_CMD ('REORG TABLE TABLE_NAME')

It should work also with other db2 client native commands.

Top comments (0)