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 > list of db or dbm cfg parameters that we are able to change via application?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-07-06, 12:56
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
list of db or dbm cfg parameters that we are able to change via application?

Hi All,
I am using db2 v8.2.3 aix 5.2,

for some purpose I need list of database and database manager configuration parameters that we can change via applications/bind command,...

than you in advance for your help.
Reply With Quote
  #2 (permalink)  
Old 03-07-06, 19:44
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Table function get_db_config, procedure get_dbm_config will help you in retrieving the information ..

ADMIN_CMD Stored proc will help you in updating db config ... AFIAK, dbm config updation is not available yet in a SQL Interface ...

You can try using the API db2CfgSet for updating dbm config ... Wrap it in a C Procedure ...

HTH

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 04-21-06, 16:20
nagasurir nagasurir is offline
Registered User
 
Join Date: Nov 2003
Location: California,USA
Posts: 71
get_db_config()

Hi Satyaram,

I used these routenes long time ago and it was needed to create some USERTEMP tablespaces (4K) for these. When I tried to use these routenes again, now it is looking for the USERTEMP tablespaces with 8K size. Is there any change in these routenes in recent releases?
Also, can you please inform Which documents will give more details on this?

as always thank you appreciate for your efforts in this forum.
-Ram
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