DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: re: interpretation of sqlplus ....

  1. #1
    Join Date
    Jan 2004
    Posts
    58

    Exclamation 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" ..?
    thanks,
    harish

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    depends. Don't you know what your proc does?
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width