MattWoberts
Programmer
Hi,
Very simple question, I hope
After a block of PL/SQL, we always do a commit. Is this needed:
BEGIN
...
..
END;
/
Commit;
Or does the "/" do the commit?
Thanks!
Very simple question, I hope
After a block of PL/SQL, we always do a commit. Is this needed:
BEGIN
...
..
END;
/
Commit;
Or does the "/" do the commit?
Thanks!