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

I may be way off here, but it looks like you're skipping a step. Aren't calls to the database supposed to look like either

$sth = $dbh->prepare( $sql_cmd ) ; $sth->execute ;

or

$dbh->do( $sql_cmd ) ;

?


_______________
DamnDirtyApe
Those who know that they are profound strive for clarity. Those who
would like to seem profound to the crowd strive for obscurity.
            --Friedrich Nietzsche