IN OUT parameters in Procedures

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dilippanda
    New Member
    • Jun 2007
    • 26

    IN OUT parameters in Procedures

    Hi,

    Please give me an example of a procedure having IN OUT parameters.

    Also please let me know the difference between OUT and IN OUT parameters in PL/SQL procedures.

    Thanks,
    Dilip
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Please find the all the details of your question here

    Comment

    • dilippanda
      New Member
      • Jun 2007
      • 26

      #3
      Hi Debashish,

      Thanks for the link.
      But can you please make me understand what is the difference between OUT and INOUT parameter.I could not make out the difference between OUT and IN OUT Parameter from the link provided by you.

      Please help me.

      Thanks,
      Dilip

      Originally posted by debasisdas
      Please find the all the details of your question here

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        The out parameter returns the value
        The in out parameter can receive as well as return value from the procedure.

        Comment

        Working...