re: interpretation of sqlplus ....
hi! guys ,
I was running a proc from sqlplus ...
It is running since 24 hrs ....
It should not take that long for it to complete.
I killed the session.
When I killed the session I got the following ...
------------------------------------------------------
SQL> @c:\pol.sql
1 row created.
PL/SQL procedure successfully completed.
insert into progress(name,date1) values ('rdlnktsrdatainterpolation1 completed',sysdate)
*
ERROR at line 1:
ORA-00028: your session has been killed
-------------------------------------------------------
Am I correct in "assuming that the procedure completed successfully" ..?