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 > data dump/query without using connection resource

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-04-05, 10:52
arpoodle arpoodle is offline
Registered User
 
Join Date: Sep 2004
Posts: 64
Question data dump/query without using connection resource

I have been asked to "find a way" (as I have been assured it can be done) of performing a dump of the data in two columns in a table, that does NOT involve using a database connection resource [stop laughing at the back]

I'm pretty sure that no matter WHAT method is used to retrieve this data, a connection resource MUST be used.

Can someone confirm this either way.. that it can't be done, without a connection resource, or that there's some third party tool or whatever that can do it.

I'm relatively new to DB2, but I find the concept of being able to query data within tables without using the database connection resources a rather scary thought.

Regards

Andrew
Reply With Quote
  #2 (permalink)  
Old 02-04-05, 11:26
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
I have not done this sort of thing before, but let me give it a try ...
If you are on the LUW platforms, db2dart might help .. The database should be 'shutdown' for this command to work ..

If you are on Mainframe, DSN1PRNT should be able to do this for you ..

I'm not sure about the as/400 platform ..

But, I'm sure you realize that this is not straight forward as an EXPORT command or the UNLOAD utility ... Read the manuals and test it on a dev box before you attempt to do anything ..

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 02-06-05, 17:26
jacampbell jacampbell is offline
Registered User
 
Join Date: Jan 2005
Posts: 191
Why is this wanted? This can be known as security subversion.

There are a number of third party tools that, given sufficiently detailed information about the way the data is stored can do an unload of data (ready to load into another table). Check the usual suspects.

James Campbell
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