I created composite index with column order (country_name, state_name, city_name) and skip scan is used.
To see if there is difference in response time of query, I reversed the column order (city_name, state_name, country_name).
The column order has no impact, using 11.2.0.3, is this OK ?