<< I ask this because if your views use the syntax: .... As SELECT t1.*, t2.* FROM .... They will break if you modify the structure of any of the source tables. >>
Actually, good news here Dennis! This issue was addressed several releases ago. I don't think you need to rebuild views with the * syntax any more. -- Larry

