Page 1 of 1

DB2 alias change

PostPosted: Thu Feb 28, 2013 2:59 pm
by p19689
Hi, I'm planning to delete 2 aliases refering to a base table and then create those aliases as another 2 base tables(with the same alias names and the original base table structure but with slightly different index ) to avoid space and few other issues. I have the impression that this need not want any compilation or re-bind ? DB2 will do the automatic rebind when packages relevant to these new tables get executed . Can somone advise please ? Thanks in advance.

Re: DB2 alias change

PostPosted: Thu Feb 28, 2013 5:55 pm
by GuyC
Yes, automatic rebind should solve this.