DBA Data[Home] [Help]

SYS.OWA_CUSTOM dependencies on STANDARD

Line 3: -- If your timezone is not in the list of standard timezones,

1: package OWA_CUSTOM is
2:
3: -- If your timezone is not in the list of standard timezones,
4: -- then use dbms_server_gmtdiff to give the number of hours
5: -- that your database server is ahead (or negative if behind)
6: -- Greenwich Mean Time
7: dbms_server_timezone constant varchar2(3) := 'PST';