SELECT * from V$TIMEZONE_NAMES -- This gives the time zone Information
-- I have tried with this SQL, This is not working, Appreciate if you can help
Example : I want for US and Germany current sysdate time
select
TO_CHAR(FROM_TZ(SYSDATE,DBTIMEZONE) AT TIME ZONE 'America/Phoenix','DD-MON-YYYY HH12:MI:SS AM','NLS_DATE_LANGUAGE=AMERICAN') SYSTEM_DATE_PHX
from dual