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 > My Unload on table is not working

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-11-04, 00:51
brainstorms brainstorms is offline
Registered User
 
Join Date: Jun 2004
Location: Bangalore
Posts: 8
My Unload on table is not working

When I'm querying in QMF like SELECT COUNT(*) FROM TABLEA WHERE TB_FIELD='US' is fetching more than 100 rows but at the same time when I perform( Db2 Version 7 )Unload thru a job like UNLOAD TABLESPACE databasename.tablespacename FROM TABLEA WHEN TB_FIELD='US' its not fetching rows. Count in job log is zero.
When I perform db2 v7 Unload on any other table with that TB_FIELD='US', they are working fine...
Also when i give Unload like UNLOAD TABLESPACE databasename.tablespacename FROM TABLEA WHEN "some other condition" its pulling rows.

what might be the problem? Can a table be set so that it cannot be unloaded?
Please help

Last edited by brainstorms; 06-11-04 at 01:11.
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