Maximo删除新建应用程序

 

delete from maxapps where app='<APPLICATION NAME>';


delete from maxpresentation where app='<APPLICATION NAME>';


delete from sigoption where app='<APPLICATION NAME>';


delete from applicationauth where app='<APPLICATION NAME>';

 

delete from maxlabels where app='<APPLICATION NAME>';


delete from maxmenu where moduleapp='<APPLICATION NAME>' and menutype !='MODULE';


delete from maxmenu where moduleapp='<APPLICATION NAME>' and elementtype='APP' and keyvalue='<APPLICATION NAME>';

 


delete from appdoctype where app= '<APPLICATION NAME>';

 

commit;

posted @ 2011-01-02 13:51  leeyq  阅读(723)  评论(0编辑  收藏  举报