select * from $schema.app_table where col1 = $name #### open SQLFILE, $sqlFile or die "Cannot open file $sqlFile : $!\n"; $sqlRef = ; $sth =$dbh ->prepare($sqlRef); $sth -> execute(); #### :: DBD::Oracle::db prepare failed: ORA-00911: invalid character (DBD ERROR: error possibly near <*> indicator at char (<*>$schema.app_table)