Hi,
I have a connection to an Oracle database, and I can make SQL statements throgh a SQL task in VisualCron. If I run a SELECT I get the result out fine.
If I make an INSERT I get no output (feedback) like "1 row inserted". Why is that?
I can wrap the INSERT in PL/SQL with DBMS_OUTPUT.PUT_LINE(SQL%ROWCOUNT) but VisualCron doesn't seem to grab the output.
Is it a driver issue or a feature request?
If I cannot get the feedback I would have to write a SQL*Plus task and I would like to avoid external tools.
Edited by user
2017-01-26T16:32:03Z
|
Reason: Not specified