Succeeded ...
Thank you !!!!!! ^ _ ^
But there are a few doubts.
I wrote it this way.
BEGIN
SYS.TEST ('AAA');
COMMIT;
END;
Basically the same as yours. Why COMMIT? Can't COMMIT automatically?
Why do you have to BEGIN ... END?
SYS.TEST ('AAA');
COMMIT;
This is considered to be 2 processes.