This tip comes from Mike Selvaggio, Senior DB Architect and DBA at Orsel Consulting Inc. in North Brunswick, NJ.
If you need to calculate working days between two dates and you can't create the Oracle-recommended working days function, here is SQL that can accomplish the same task:
SQL> set linesize 100 SQL> desc date_test Name Null? Type START_DT DATE END_DT DATE