in reply to Oracle SQL syntax error (was: I can't see the error?)

Cant see the error?

$dbh->execute( $sql_cmd ) or die "Couldn't execute: $DBI::errstr";
Always debug to the max. If the error turns out to be purely Oracle's fault, not that of your code, at least you can sleep a little more peacefuly at night.


SMiTZ