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

Thread: SOS: PL/SQL to return 0 or 1

Hybrid View

  1. #1
    Join Date
    May 2001
    Location
    Atlanta US
    Posts
    262
    Hi Gurus,
    I have two instances. On one there is a Java tool which calls a stored procedure. This procedure updates changes made in this instance by the tool, to the other instance.

    Now, when I update in the second instance, I am required to return a code of 0 for success and 1 for failure.

    How would I manage this in a PL/SQL stored proc???

    Thanks!!!
    Hemant

  2. #2
    Join Date
    May 2000
    Location
    Portsmouth, NH, USA
    Posts
    378

    Talking boolean


    just use a boolean.

    however, do you want to know if the procedure COMPLETED? or do you want to kow if there are errors?

    two separate checks.

    - magnus

  3. #3
    Join Date
    May 2001
    Location
    Atlanta US
    Posts
    262
    Thanks Magnus,
    Yes I would need to know
    If the commit was completed or not...
    Hemant

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