oracle8.1.6 select acs_person_id, family_name, given_name, middle_name from acs_persons p, acs_objects o where p.acs_person_id = o.object_id and o.context_id = :package_id ${search_clause} ${starts_with_clause} order by $ordering