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 > DB2 system configuration information

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-06-11, 09:26
I_am_Joker I_am_Joker is offline
Registered User
 
Join Date: Jun 2011
Posts: 4
DB2 system configuration information

Hi there,

I am in a somewhat awkward situation, it goes like this:

I am in the business of extracting data from Oracle, SAP, MSSQL and DB2 databases. However, I don't do the extracting myself, I just maintain and deliver the extracting tool. Furthermore, I don't have access to the databases that are to be extracted. So, once in a while I have a customer at the other end of the line who is disappointed 'cos his data couldn't be extracted.

To minimize these problems and to know as much as possible about any configuration difference that might cause a hick-up I want to know as much configuration data as possible. It all has to be gathered via a low-level and (preferably) version-independant query. I can do this easily for MSSQL, get some for Oracle (I'd love to know more but am quite satisfied so far), know almost nothing about a DB2 configuration and didn't start yet on SAP.

Can anyone help me out here?
Reply With Quote
  #2 (permalink)  
Old 10-06-11, 13:15
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
There is a tool that comes with DB2 called db2support, it is used to collect a lot of configuration data for troubleshooting purposes - see if it provides you with the information you need. To extract the database schema, use db2look, options "-e" and "-m" will be useful I think. Details in the manual.
Reply With Quote
  #3 (permalink)  
Old 10-07-11, 06:27
I_am_Joker I_am_Joker is offline
Registered User
 
Join Date: Jun 2011
Posts: 4
Oops!

You're so right, I forgot to mention: No tools allowed, it all has to be done from within my own (C#) code.
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