I am having trouble retreiving the sysdate in my queries. If I run

SQLWKS> SELECT sysdate
2> FROM dual;
SYSDATE
--------------------
20-NOV-01
1 row selected.

I am trying to get the time stamp (HH:MM:SS) to show as well, as Oracle books show that it should, but am having no luck. Hopefully someone out there has a suggestion