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 > How to set dbm cfg to empy value?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-31-08, 07:31
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
How to set dbm cfg to empy value?

Hi,
on db2 v9.5 ESE on Linux I would like to set "update dbm cfg GROUP_PLUGIN" to empty value like it is as default. How to set some dbm cfg to empty value?
Regards,
Grofaty
Reply With Quote
  #2 (permalink)  
Old 03-31-08, 07:39
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Code:
update dbm cfg using group_plugin NULL
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #3 (permalink)  
Old 03-31-08, 07:43
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Hi,
thanks a lot. I have been trying with "null", but it is "NULL" case sensitive. Thanks a lot,
Grofaty
Reply With Quote
  #4 (permalink)  
Old 03-31-08, 10:27
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Yes, unfortunately it is case-sensitive.
__________________
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