Set Nocount On/OFF equivalent in Oracle

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anuragshrivastava64
    New Member
    • Jan 2007
    • 66

    Set Nocount On/OFF equivalent in Oracle

    Can anyone plz tell Set NoCount on equivalent in Oracle.
    I have used it only in SQL
  • Pilgrim333
    New Member
    • Oct 2008
    • 127

    #2
    Hi,

    What is the functionality that you want to turn on/off?

    Pilgrim.

    Comment

    • anuragshrivastava64
      New Member
      • Jan 2007
      • 66

      #3
      Originally posted by Pilgrim333
      Hi,

      What is the functionality that you want to turn on/off?

      Pilgrim.
      just out of curiosity.
      I mean number of rows affected after a transaction should not be shown(as we do in SQL)

      Anyways is it SET FEEDBACK ON/OFF

      Comment

      • amitpatel66
        Recognized Expert Top Contributor
        • Mar 2007
        • 2358

        #4
        yes you are there. SET FEEDBACK OFF SET VERIFY OFF

        Comment

        Working...