Hello,
i have a package with procedure that takes CLOB as input parameter, when i try to test it (right click->test) i get a test window with code:
begin
-- Call the procedure
package_name.someprocedure(pindata =>
indata,
poutdata =>
outdata);
end;
i use Large data editor(in the bottom of test window) to set initial value of variable, but when i "step in" to procedure - input clob variable is empty!
Am i doing something incorrectly?
Also, is there a possibility to add a breakpoint in test window?
i have a package with procedure that takes CLOB as input parameter, when i try to test it (right click->test) i get a test window with code:
begin
-- Call the procedure
package_name.someprocedure(pindata =>

poutdata =>

end;
i use Large data editor(in the bottom of test window) to set initial value of variable, but when i "step in" to procedure - input clob variable is empty!
Am i doing something incorrectly?
Also, is there a possibility to add a breakpoint in test window?