Especially the usage of the
NLSSORTfunction in conjunction with an
order bystatement can help you to present result sets in exactly that order that, e.g., a target system with a specific internationalization setting will interpret or need the data:
select * from source order by NLSSORT(sort_column,'NLS_FORMAT=xxx')
Useful format parameters are, e.g., binary or ascii7.