Help for this page
DBD::Oracle::db prepare failed: ORA-00907: missing right parenthesis ( +DBD ERROR: error possibly near <*> indicator at char 114 in ' sele +ct (FROM_TZ( ... :timezone ) <*>AT TIME ZONE :timezone ) AS MY_RESULT from dual ...
use strict; use warnings; ... SQL $sth->bind_param(':TIMEZONE', 'Europe/Berlin') or die $dbh->errstr;