in reply to Re^3: execute Oracle anonymous procedure using perl
in thread execute Oracle anonymous procedure using perl

OS is windows 7, perl v5.16.3 and Oracle is 11g
  • Comment on Re^4: execute Oracle anonymous procedure using perl

Replies are listed 'Best First'.
Re^5: execute Oracle anonymous procedure using perl
by poj (Abbot) on Feb 04, 2016 at 22:53 UTC

    Ok, are you using ODBC ?

    Try

    runThis("BEGIN :now  := TO_CHAR(CURRENT_TIMESTAMP) ; END;");