Help for this page

Select Code to Download


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