If you only want to select data from a partition - not a normal process but sometime useful for maintenance.
you can hint the partition with
select * from table (partition pname)
Note : you can't mix partition hints with index hint and it always does a scan so of very limited use.