It all depends, if you want the time difference between two dates, then simply do some thing like
select sysdate - date_field time_difference
from my_table;
would return the number of days (whole number) and hours/minutes/seconds between the two dates. 1 = 1 day, .5 = 12 hours etc...
Bill
Oracle DBA/Developer
New York State, USA