I have a simple script
declare
x, y, z etc
begin
do some select count(*)s into the x, y, z variables
insert x, y and z into a table
this script runs find if I execute it within TOAD, but if I execute it from plus33, plus33w, plus80, plus80w etc. the scripts claims to run, but no values are ever inserted into the table.
why wont this script run?
any suggestions would be appreciated..
declare
x, y, z etc
begin
do some select count(*)s into the x, y, z variables
insert x, y and z into a table
this script runs find if I execute it within TOAD, but if I execute it from plus33, plus33w, plus80, plus80w etc. the scripts claims to run, but no values are ever inserted into the table.
why wont this script run?
any suggestions would be appreciated..