SELECT column_name FROM all_tab_cols WHERE table_name = 'USERS' AND owner = '" +_db+ "' AND column_name NOT IN ( 'PASSWORD', 'VERSION', 'ID' )