Stop


The role will be removed permanently and there is no way to restore it.

Are you sure you want to remove this role?
--no_c_escapes- { #line push #line 35 "virt://WS.WS.SYS_DAV_RES.RES_FULL_PATH.RES_CONTENT:/DAV/VAD/conductor/role_remove_inc.vspx" #line push #line 36 "virt://WS.WS.SYS_DAV_RES.RES_FULL_PATH.RES_CONTENT:/DAV/VAD/conductor/role_remove_inc.vspx" declare role_name varchar; declare r_ident integer; role_name := get_keyword ('role_name', params); if (get_keyword ('remove', params, '') <> '') { select U_ID into r_ident from SYS_USERS where U_NAME = role_name and U_IS_ROLE = 1; USER_ROLE_DROP(role_name); { --clear the SYS_ROLE_GRANTS table for given user delete from SYS_ROLE_GRANTS where GI_GRANT = r_ident and GI_DIRECT= 1; } } self.vc_redirect ('accounts_page.vspx?page=2'); #line pop #line pop }