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