If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Set server output on

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-08-08, 10:20
tudaykumar tudaykumar is offline
Registered User
 
Join Date: Nov 2007
Posts: 26
Set server output on

Hi all,

Is there any command in DB2 like in oracle which says "SET SERVEROUTPUT ON" Thank you all in advance
Reply With Quote
  #2 (permalink)  
Old 01-08-08, 11:38
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
For those of us who do not know oracle, what does the command do? Also list DB2 version and OS.

Andy
Reply With Quote
  #3 (permalink)  
Old 01-08-08, 11:43
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
You didn't care to tell us what this Oracle command is doing. So I can only guess that it allows you to write to standard output/error? This option is only useful for debugging - production systems are usually multi-tiered, and your application cannot access the database server directly. For debugging purposes, there are several options how you can write data to either a (temp) table in DB2 or to an external file. I explained a few UDFs for that here, for example: http://www.ibm.com/developerworks/db...303stolze.html
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On