There is an administrative stored procedure (included with DB2) that will change the schema name for entire database, but I don't recall if you can specify indvidual tables. I have used it in DB2 9.5, and it works well except that you have reset any identity columns and sequences yourself, since they get reset to 1. I forgot the name of the SP, but if you look around you should be able to find it,