in reply to Re: DBD::Oracle SQL query
in thread DBD::Oracle SQL query

DBI doesn't care whether its a sql statement or not. It just hands it off to Oracle. Oracle doesn't like that non-sql statement. Do as the first reply says and use system and call sqlplus or something else.